2014-2015/2nd/DM/DM_0327/tpl_DM_0327.tex
2017-06-16 09:48:07 +03:00

85 lines
2.6 KiB
TeX

\documentclass[a4paper,10pt, table]{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/classDS}
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/2014_2015}
% Pour les formes
\usepackage{pifont}
% Title Page
\titre{3}
% \seconde \premiereS \PSTMG \TSTMG
\classe{\seconde}
\date{27 mars 2015}
%\duree{1 heure}
\sujet{\Var{infos.num}}
% DS DSCorr DM DMCorr Corr
\typedoc{DM}
\begin{document}
\Large
\maketitle
Vous devez rendre le sujet avec la copie.
\begin{questions}
\question
\begin{parts}
\part Développer et simplifier les expressions suivantes
\Block{set A = Expression.random("{a}x^2 + {b} + {c}x^2 + {d}x + {e}")}
\Block{set B = Expression.random("({a}x + {b})({a} - {c}x)")}
\Block{set C = Expression.random("({a}x + {b})^2 + {c}")}
\Block{set D = Expression.random("4({a}x + {b})^2 + {d}x + {c}")}
\begin{subparts}
\subpart $A = \Var{A}$
\subpart $B = \Var{B}$
\subpart $C = \Var{C}$
\subpart $D = \Var{D}$
\end{subparts}
\part Factoriser les expressions suivantes
\Block{set A = Expression.random("{a}x^2 - x")}
\Block{set B = Expression.random("{a*a}x^2 - {2*a*b}x + {b*b}", ["{a}>0", "{b}>0"])}
\Block{set C = Expression.random("{a*a}x^2 + {b*b} + {2*a*b}x ", ["{a}>0", "{b}>0"])}
\Block{set D = Expression.random("{a*a}x^2 - {b*b}")}
\begin{subparts}
\subpart $A = \Var{A}$
\subpart $B = \Var{B}$
\subpart $C = \Var{C}$
\subpart $D = \Var{D}$
\end{subparts}
\part Résoudre les équations suivantes
\Block{set A = Polynom.random(degree = 1)}
\Block{set B1 = Polynom.random(degree = 1)}
\Block{set B2 = Polynom.random(degree = 1)}
\Block{set C1 = Polynom.random(degree = 1)}
\Block{set C2 = Polynom.random(degree = 1)}
\Block{set D = Expression.random("({a}x + {b})({c}x - {d})", ["{b} > 0", "{d} > 0"])}
\begin{subparts}
\subpart $\Var{A} = 0$
\subpart $\Var{B1} = \Var{B2}$
\subpart $\Var{C1} = \Var{C2}$
\subpart $\Var{D} = 0$
\end{subparts}
\end{parts}
\question
\definecolor{vert}{cmyk}{1,0,1,0.6}
\definecolor{jaune}{cmyk}{0,0.1,1,0.05}
\definecolor{marron}{cmyk}{0,0.7,1,0.3}
\definecolor{vert}{cmyk}{1,0,1,0.6}
\Block{set subj = randint(1,5)}
\input{./jetons\Var{subj}.tex}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: