CM pour les 306

This commit is contained in:
Bertrand Benjamin 2018-02-19 08:41:00 +03:00
parent 406e88f74a
commit 2ed7f86842
6 changed files with 177 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,59 @@
\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
\begin{eqnarray*}
2 \times ... + 4 = 10
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge
Calculer avec la formule quand $a = 5$
\[ F = a^2 + 1 \]
\end{frame}
\begin{frame}{Calcul 3}
\huge
Calculer le périmètre de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-2,3) -- node[midway, sloped, below]{4cm}
(-2,0) -- node[midway, below]{8cm}
(3,0) -- (3,3) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Dans la boite à bonbons, il y a
\begin{itemize}
\item 2 bonbons bleu
\item 5 bonbons vert
\item 3 bonbons jaune
\end{itemize}
Quelle est la probabilité de choisir un bonbon vert?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,59 @@
\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
\begin{eqnarray*}
2 + 3 \times ... = 20
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge
Calculer avec la formule quand $x = 4$
\[ F = x^2 + x + 1 \]
\end{frame}
\begin{frame}{Calcul 3}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-2,3) -- node[midway, sloped, below]{5cm}
(-2,0) -- node[midway, below]{10cm}
(3,0) -- (3,3) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Dans la boite à bonbons, il y a
\begin{itemize}
\item 5 bonbons bleu
\item 4 bonbons vert
\item 6 bonbons jaune
\end{itemize}
Quelle est la probabilité de choisir un bonbon jaune?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,59 @@
\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
\begin{eqnarray*}
3 \times ... = 27
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge
Calculer avec la formule quand $b = 3$
\[ F = b^2 + b \]
\end{frame}
\begin{frame}{Calcul 3}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-2,3) -- node[midway, sloped, below]{3cm}
(-2,0) -- node[midway, below]{5cm}
(3,0) -- (3,3) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Dans la boite à bonbons, il y a
\begin{itemize}
\item 5 bonbons bleu
\item 4 bonbons vert
\item 6 bonbons jaune
\end{itemize}
Quelle est la probabilité de choisir un bonbon bleu?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}