Feat(6e): 2 nouvelles QF

This commit is contained in:
Bertrand Benjamin 2018-11-09 15:08:39 +01:00
parent d4fefcaea8
commit 7848f70b9e
4 changed files with 111 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,51 @@
\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\usepackage{./horloge}
\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*}
873 + 48 =
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge
\begin{eqnarray*}
24 \times 4 =
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Écrire un nombre avec 9 dizaines de milliers et 1 centaine.
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
\begin{center}
\begin{tikzpicture}[cap=round, rotate=90, transform canvas={scale=0.45}]
\clockAtick{3}{55}
\end{tikzpicture}
\end{center}
\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,60 @@
\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\usepackage{./horloge}
\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*}
54,2 + 12 =
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\huge
\begin{eqnarray*}
28 - 12 =
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Écrire un nombre où le nombre des centaines est le double du nombre des unités.
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Combien de temps s'est-il écoulé?
\vspace{2cm}
\hspace{2cm}
\begin{tikzpicture}[cap=round, rotate=90, transform canvas={scale=0.3}]
\clockAtick{8}{15}
\end{tikzpicture}
\hspace{3cm}
$\rightarrow$
\hspace{3cm}
\begin{tikzpicture}[cap=round, rotate=90, transform canvas={scale=0.3}]
\clockAtick{9}{15}
\end{tikzpicture}
\vspace{2cm}
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}