Feat: QF pour les 2nd

This commit is contained in:
Bertrand Benjamin 2022-09-05 09:22:22 +02:00
parent df6a55db07
commit 64a8e8e4df
8 changed files with 248 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,60 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Calculer la quantité suivante
\[
(10 - 3)\times5 =
\]
\end{frame}
\begin{frame}{Calcul 2}
Convertir en m
\[
\np{8560}cm
\]
\end{frame}
\begin{frame}{Calcul 3}
On peut acheter 4tonnes de grains pour 600\euro.
Combien vont me coûter 12tonnes?
\end{frame}
\begin{frame}{Calcul 4}
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!40]
(-2,3) -- node[midway, sloped, below]{2.5cm}
(-2,0) -- node[midway, below]{6cm}
(3,0) -- (3,3) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,62 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Calculer la quantité suivante
\[
2\times5 - 3\times 3 =
\]
\end{frame}
\begin{frame}{Calcul 2}
Convertir en km
\[
\np{860}m
\]
\end{frame}
\begin{frame}{Calcul 3}
On peut acheter 9tonnes de grains pour 600\euro.
Combien vont me coûter 12tonnes?
\end{frame}
\begin{frame}{Calcul 4}
Calculer l'aire de la figure bleu.
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!40]
(-2,3) -- (-2,0) -- (3,0) -- cycle;
\draw[very thick]
(-2,3) -- node[midway, sloped, below]{3cm}
(-2,0) -- node[midway, below]{6cm}
(3,0) -- (3,3) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,63 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Calculer la quantité suivante
\[
2\times(5 - 3)\times 3 =
\]
\end{frame}
\begin{frame}{Calcul 2}
Convertir en km
\[
\np{8010}cm
\]
\end{frame}
\begin{frame}{Calcul 3}
On peut acheter 200m de grillage pour 80\euro.
Combien vont me coûter 25m?
\end{frame}
\begin{frame}{Calcul 4}
Calculer l'aire de la figure bleu.
\begin{center}
\begin{tikzpicture}
%\draw[very thick]
% (-2,3) -- (-2,0) -- (3,0) --
% (3,3) -- cycle;
\filldraw[very thick, fill=blue!40]
(-2,3) -- node[midway, sloped, below]{10cm}
(-2,0) -- node[midway, below]{6cm}
(3,0) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,63 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Calculer la quantité suivante
\[
(8 - 5)\times 11 =
\]
\end{frame}
\begin{frame}{Calcul 2}
Convertir en km
\[
\np{630}dm
\]
\end{frame}
\begin{frame}{Calcul 3}
On peut acheter 250m de grillage pour 60\euro.
Combien vont me coûter 25m?
\end{frame}
\begin{frame}{Calcul 4}
Calculer l'aire de la figure bleu.
\begin{center}
\begin{tikzpicture}
\draw[very thick]
(-2,3) -- (-2,0) -- (3,0) -- node[midway, sloped, below]{8cm}
(3,3) -- cycle;
\filldraw[very thick, fill=blue!40]
(-2,3) --
(-2,0) -- node[midway, below]{7cm}
(3,0) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}