Début des cours pour les 5e à St Laurent

This commit is contained in:
2019-05-05 16:34:30 +02:00
parent c18b2ab260
commit 0c0b1509e3
13 changed files with 1432 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\huge 30 secondes par calcul
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\huge
\begin{eqnarray*}
2 + 3 \times 4 =
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge Maximum de
\[
3,4 \qquad 3,34 \qquad 3,123
\]
\end{frame}
\begin{frame}{Calcul 3}
\huge
Pour ranger 6 chaussures, j'ai besoin de 2 boites.
Combien de boites me faut-il pour ranger 60 chaussures?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Calculer l'aire du rectangle bleu
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-2,3) -- (-2,0) -- (3,0) -- (3,3) -- cycle;
\filldraw[very thick, fill=green!60] (-4,4)
-- (-4,5) node[midway, right] {$1cm^2$}
-- (-3,5)
-- (-3,4)
-- cycle;
\draw[step=1] (-4,-1) grid (5,5);
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}