2021-2022/2nd/Questions_flashs/P1/QF_S36-3.tex

64 lines
1.2 KiB
TeX
Executable File

\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{8010cm}
\]
\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}