Calculs mental pour tout le monde

This commit is contained in:
2018-05-20 18:31:54 +03:00
parent 4f5ec05650
commit 9f5a6b79f1
15 changed files with 441 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,51 @@
\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\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
Réduire l'expression.
\[
10x + 4 - 7x + 2x =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
Nommer une figure qui a 4 côtés égaux mais qui n'est pas un carré.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume.
\begin{center}
\begin{tikzpicture}
\pic {annotated cuboid={width=2, height=3, depth=4, scale=1, units=m}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Combien font $30\%$ de 12 \euro?
\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,51 @@
\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\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
Réduire l'expression.
\[
5x - 2 + 4x + 5 =
\]
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
Nommer une figure qui a 4 angles droits mais qui n'est pas un carré.
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Calculer le volume.
\begin{center}
\begin{tikzpicture}
\pic {annotated cuboid={width=5, height=2, depth=4, scale=1, units=m}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\huge
Combien font $50\%$ de 20 \euro?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}