Feat: QF pour les 6e

This commit is contained in:
Bertrand Benjamin 2019-06-24 11:15:37 +02:00
parent d37dbd5a68
commit 0a96aaa9fe
4 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,61 @@
\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
Convertir en kg
\[
12345g
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Combien vaut les $\dfrac{1}{4}$ de 8 étoiles?
\end{frame}
\begin{frame}{Calcul 3}
\huge
Trois pommes, vendues à l'unité, m'ont coûté 4\euro et pèsent 500g.
Combien va me coûter 18 pommes?
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Que doit-on taper à la calculatrice pour calculer l'aire de la figure bleu?
\begin{center}
\begin{tikzpicture}
%\filldraw[very thick, fill=blue!60] (0, 2) circle (2cm);
\filldraw[very thick, fill=blue!60] (-2,4)
-- (-2,0) node [midway, above, rotate=90] {100m}
-- (-0,0) node [midway, below] {50m}
-- 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,61 @@
\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
Convertir en mg
\[
34,6789g
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Combien vaut les $\dfrac{3}{5}$ de 10 étoiles?
\end{frame}
\begin{frame}{Calcul 3}
\huge
Trois pommes, vendues au poids, m'ont coûté 4\euro et pèsent 500g.
Combien va me coûter 2,5kg?
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Que doit-on taper à la calculatrice pour calculer l'aire de la figure bleu?
\begin{center}
\begin{tikzpicture}
%\filldraw[very thick, fill=blue!60] (0, 2) circle (2cm);
\filldraw[very thick, fill=blue!60] (-2,4)
-- (3,4) node [midway, above] {75m}
-- (3,0) node [midway, rotate=90, below] {4m}
-- 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}