Mise en forme des calculs mental dans un index et calcul mental pour la

semaine
This commit is contained in:
2018-03-12 09:53:39 +03:00
parent 8baaf4cabd
commit 985750e627
9 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
\documentclass[a4paper,10pt]{classPres}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Calcul mental}
\begin{center}
\huge 30 secondes par calcul
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\huge
\[
53 = ... + 32
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Calculer avec la formule quand $a = 4$
\[
F = 9 + a^2
\]
\end{frame}
\begin{frame}{Calcul 3}
\huge
Réduire l'expression
\[ F = 7 + 3 \times 4x + 3 \times 3 \]
\end{frame}
\begin{frame}{Calcul 4}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60]
(-2,3) -- node[midway, sloped, below]{4cm}
(-2,0) --
(3,0) -- node[midway, rotate=-90, above]{1cm}
(3,1) -- node[midway, above]{5cm}
(0,1) --
(0,3) -- node[midway, above]{3cm}
cycle;
\draw[dotted, very thick] (0,1) -- (0, 0);
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}