Feat: QF pour les 6e

This commit is contained in:
Bertrand Benjamin 2019-05-25 09:42:32 +02:00
parent 46bb88e105
commit d6b0eaed41
6 changed files with 163 additions and 0 deletions

View File

@ -0,0 +1,50 @@
\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
\[
123,567 \div 100 =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
\[
5\times(2+4) =
\]
\end{frame}
\begin{frame}{Calcul 3}
\huge Arrondir au dixième
\[
12,864
\]
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Je vends 5kg de fruits pour 6\euro.
Que puis-je acheter avec 30\euro?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}

View File

@ -0,0 +1,56 @@
\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
\[
1,567 \div 100 =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge Arrondir au dixième
\[
12,864
\]
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
Le marchand vend 4 pommes 5\euro.
Combien me coûteront 8 pommes qui pèsent 2kg?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-3,3) -- (-3,0) -- (4,0) -- (4,3) -- cycle;
\draw[step=1] (-5,-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}

View File

@ -0,0 +1,57 @@
\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
\[
456,8 \times 1000 =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge Arrondir à l'unité
\[
12,864
\]
\end{frame}
\begin{frame}{Calcul 3}
\LARGE
7m de fil de fer pèsent 2kg.
Combien va peser 49m de fil de fer?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60] (-3,2) -- (-3,0) -- (4,0) -- (4,2) -- cycle;
\draw[step=1] (-5,-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}