fix(2nd): split QF in 2
This commit is contained in:
Binary file not shown.
@@ -20,17 +20,29 @@
|
||||
\begin{frame}{Calcul 1}
|
||||
% développer
|
||||
Développer et réduire l'expression suivante
|
||||
\begin{multicols}{2}
|
||||
\[
|
||||
A = (5x + 2)(-x + 3)
|
||||
\]
|
||||
|
||||
\[
|
||||
A = (-x + 2)(4x + 3)
|
||||
\]
|
||||
\end{multicols}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% fractions
|
||||
Calculer la quantité suivante
|
||||
\begin{multicols}{2}
|
||||
\[
|
||||
1 + \frac{1}{3} \times \frac{6}{5}
|
||||
\]
|
||||
|
||||
\[
|
||||
1 + \frac{1}{4} \times \frac{8}{3}
|
||||
\]
|
||||
\end{multicols}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
@@ -39,12 +51,23 @@
|
||||
\[
|
||||
P = m \times g
|
||||
\]
|
||||
Calculer le poids d'une voiture de 1000kg sur la lune où $g$ est égal à $1,6N/kg$
|
||||
\begin{multicols}{2}
|
||||
Calculer le poids d'une table de 100kg sur la lune où $g$ est égal à $1,6N/kg$
|
||||
|
||||
\columnbreak
|
||||
|
||||
Calculer le poids d'une voiture de 1000kg sur la terre où $g$ est égal à $9,6N/kg$
|
||||
\end{multicols}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 1$
|
||||
Déterminer graphiquement
|
||||
\begin{multicols}{2}
|
||||
$f(x) = 3$
|
||||
|
||||
$f(x) = -1$
|
||||
\end{multicols}
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
@@ -54,11 +77,11 @@
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-5, 1)
|
||||
(-4, 2)
|
||||
(-3, 1)
|
||||
(-2, 2)
|
||||
(-1, 4)
|
||||
(-3, 3)
|
||||
(-2, 4)
|
||||
(-1, 3)
|
||||
(0, 2)
|
||||
(1, 1)
|
||||
(1, -1)
|
||||
(2, -2)
|
||||
(3, -1)
|
||||
(4, 1)
|
||||
|
||||
Reference in New Issue
Block a user