2017-2018/6e/Calcul_Mental/P4/CM_18_03_26-4.tex

72 lines
1.4 KiB
TeX
Executable File

\documentclass[a4paper,10pt]{classPres}
\usetikzlibrary{snakes}
\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
\[
34 \times 6 =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
L'angle est-il obtus, droit ou aigus?
\begin{center}
\begin{tikzpicture}
\draw[very thick]
(3, 3) -- (0, 0) -- (5, 0);
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Compléter la valeur manquante
\begin{center}
\begin{tabular}{|c|*{2}{p{2cm}|}}
\hline
Nombre de marches & 1 & 4 \\
\hline
Hauteur & 10 & ... \\
\hline
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60]
(4,4) -- node[midway, rotate=80]{o} node[midway, sloped, above]{4cm}
(4,0) -- node[midway, rotate=-10]{o}
(0,0) --
(0,4) --
cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}