2015-2016/3e/DM/DM_16_01_29/4_DM_16_01_29.tex

252 lines
7.6 KiB
TeX

\documentclass[a5paper,10pt, table]{/media/documents/Cours/Prof/Enseignements/tools/style/classDS}
\usepackage{/media/documents/Cours/Prof/Enseignements/2015_2016}
%\geometry{left=10mm,right=10mm, top=10mm, bottom=10mm}
% Title Page
\titre{1}
% \seconde \premiereS \PSTMG \TSTMG
\classe{Troisième}
\date{Vendredi 5 février 2016}
%\duree{1 heure}
\sujet{4}
% DS DSCorr DM DMCorr Corr
\typedoc{DM}
\geometry{left=10mm,right=10mm, bottom= 10mm, top=10mm}
%\printanswers
\begin{document}
\maketitle
\vspace{-1cm}
\ifprintanswers
\begin{center}
\Large Solution
\end{center}
\normalsize
\else
\textbf{Vous devez rendre le sujet avec la copie.}
\fi
\begin{questions}
\question
Développer et simplifier les expressions suivantes.
\begin{multicols}{2}
\begin{parts}
\part $A = -8 ( -10 x + 5 )$
\begin{solution}
\begin{eqnarray*}
A & = & -8 ( -10 x + 5 ) \\
A & = & -8 \times ( -10 ) x - 8 \times 5 \\
A & = & 80 x - 40
\end{eqnarray*}
\end{solution}
\part $B = 3 x ( 3 x - 9 )$
\begin{solution}
\begin{eqnarray*}
B & = & 3 x ( 3 x - 9 ) \\
B & = & 3 \times 3 x^{ 2 } + 3 \times ( -9 ) x \\
B & = & 9 x^{ 2 } - 27 x
\end{eqnarray*}
\end{solution}
\part $C = ( 6 x + 6 ) ( 7 x + 3 )$
\begin{solution}
\begin{eqnarray*}
C & = & ( 6 x + 6 ) ( 7 x + 3 ) \\
C & = & 6 \times 7 x^{ 2 } + ( 6 \times 7 + 6 \times 3 ) x + 6 \times 3 \\
C & = & 42 x^{ 2 } + ( 42 + 18 ) x + 18 \\
C & = & 42 x^{ 2 } + 60 x + 18
\end{eqnarray*}
\end{solution}
\part $D = ( 10 x + 6 )^{ 2 }$
\begin{solution}
\begin{eqnarray*}
D & = & ( 10 x + 6 )^{ 2 } \\
D & = & ( 10 x + 6 ) ( 10 x + 6 ) \\
D & = & 10 \times 10 x^{ 2 } + ( 6 \times 10 + 10 \times 6 ) x + 6 \times 6 \\
D & = & 100 x^{ 2 } + ( 60 + 60 ) x + 36 \\
D & = & 100 x^{ 2 } + 120 x + 36
\end{eqnarray*}
\end{solution}
\end{parts}
\end{multicols}
\vfill
\question
Faire les calculs suivants en détaillant les étapes (penser à simplifier les fractions quand c'est possible).
\begin{parts}
\begin{multicols}{4}
\part $A = \frac{ 11 }{ 6 } + \frac{ 7 }{ 11 }$
\begin{solution}
\begin{eqnarray*}
A & = & \frac{ 11 }{ 6 } + \frac{ 7 }{ 11 } \\
A & = & \frac{ 11 \times 11 }{ 6 \times 11 } + \frac{ 7 \times 6 }{ 11 \times 6 } \\
A & = & \frac{ 121 }{ 66 } + \frac{ 42 }{ 66 } \\
A & = & \frac{ 121 + 42 }{ 66 } \\
A & = & \frac{ 163 }{ 66 }
\end{eqnarray*}
\end{solution}
\part $B = \frac{ 6 }{ 2 } + \frac{ 10 }{ 2 }$
\begin{solution}
\begin{eqnarray*}
B & = & \frac{ 6 }{ 2 } + \frac{ 10 }{ 2 } \\
B & = & \frac{ 6 + 10 }{ 2 } \\
B & = & 8
\end{eqnarray*}
\end{solution}
\part $C = \frac{ 1 }{ 5 } \times \frac{ 9 }{ 4 }$
\begin{solution}
\begin{eqnarray*}
C & = & \frac{ 1 }{ 5 } \times \frac{ 9 }{ 4 } \\
C & = & \frac{ 9 }{ 4 } \times \frac{ 1 }{ 5 } \\
C & = & \frac{ 9 \times 1 }{ 4 \times 5 } \\
C & = & \frac{ 9 }{ 20 }
\end{eqnarray*}
\end{solution}
\part $D = \frac{ 5 }{ 6 } \times 7$
\begin{solution}
\begin{eqnarray*}
D & = & \frac{ 5 }{ 6 } \times 7 \\
D & = & \frac{ 5 \times 7 }{ 6 } \\
D & = & \frac{ 35 }{ 6 }
\end{eqnarray*}
\end{solution}
\end{multicols}
\end{parts}
\vfill
\question
\begin{parts}
\part Développer et réduire $(5 n + 1)(5 n - 1)$$n$ est un nombre quelconque.
\begin{solution}
$( 5 n + 1 ) ( 5 n - 1 ) = 5 \times 5 n^{ 2 } + ( 5 + 5 \times ( -1 ) ) n - 1 = 25 n^{ 2 } + ( 5 - 5 ) n - 1 = 25 n^{ 2 } - 1$
\end{solution}
\part En utilisant la question 1, calculer $501 \times 499$.
\begin{solution}
Si on remplace $n$ par 100 on obtient par la question 1
\begin{align*}
501 \times 499 = (5 \times 100 + 1)\times(5 \times 100 - 1) = 25 \times 100^{ 2 } - 1 = 249999
\end{align*}
\end{solution}
\end{parts}
\vfill
\question
% exo de geometrie comme au brevet blanc.
Une commune souhaite aménager des parcours de santé sur son territoire. On fait deux propositions au conseil municipale, schématisés ci-dessous:
\begin{itemize}
\item Le parcours ACDA
\item Le parcours AEFA
\end{itemize}
Ils souhaitent faire un parcours dont la longueur s'approche le plus possible de 114km.
Peux-tu les aider à choisir le parcours? Justifie
\textbf{Attention: La figure proposée au conseil municipale n'est pas à l'échelle, mais les codages et les dimension données sont correctes.}
\begin{minipage}{0.6\textwidth}
\includegraphics[scale = 0.4]{./fig/parcours}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{itemize}
\item $AC = 52km$
\item $CD = 20km$
\item $AE' = 11.4km$
\item $AE = 34.1km$
\item $AF = 0.2km$
\item $E'F' = 26.5km$
\item $(E'F') // (EF)$
\item L'angle $\widehat{EAF}$ vaut $30^o$
\end{itemize}
\end{minipage}
\begin{solution}
\begin{itemize}
\item Parcours ACDA:
D'après la figure, on voit que le triangle $ACD$ est rectangle en $C$ donc d'après le théorème de Pythagore, on a
\begin{align*}
AD^2 &= AC^2 + DC^2 \\
AD^2 &= 52^2 + 20^2 \\
AD^2 &= 2704 + 400 \\
AD^2 &= 3104 \\
AD &= \sqrt{3104} = 48
\end{align*}
Donc le parcours ACDA mesure
\begin{align*}
AD + AC + CD = 48 + 52 + 20 = 120km
\end{align*}
\item Parcours AEFA:
D'après les données, on sait que $(EF) // (E'F')$. On voit aussi que $A$, $E'$ et $E$ sont alignés. Il en est de même pour les points $A$, $F'$ et $F$. Donc d'après le théorème de Thalès
\begin{tabular}{|c|c|c|c|}
\hline
Triangle AEF & AE = 34.1 & AF = 0.2 & EF \\
\hline
Triangle AE'F' & AE' = 11.4 & AF' & E'F' = 26.5 \\
\hline
\end{tabular}
est un tableau de proportionnalité. Donc on peut faire un produit en croix pour calcul $EF$.
\begin{align*}
EF = \frac{E'F' \times AE}{AE'} = \frac{26.5 \times 34.1}{11.4} = 79.5
\end{align*}
Donc le parcours AEFA mesure
\begin{align*}
AF + AE + EF = 0.2 + 34.1 + 79.5 = 113.8km
\end{align*}
\item Choix du parcours:
Il faudra choisir le tour $AFEA$ car sa longueur est plus proche de 114.
\end{itemize}
\end{solution}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: