2018-2019/StLaurentGrandvaux/6e/Questions_Flashs/QF_19_06_17-2.tex

73 lines
1.5 KiB
TeX
Executable File

\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 dm
\[
23,54m
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Combien vaut les $\dfrac{1}{4}$ de 8 étoiles?
\begin{tikzpicture}[scale=1.5]
\foreach \x in {1,...,8} {%
\draw (\x,0) circle (0.4cm) node {\icon{cursed-star}};
}
\end{tikzpicture}
\end{frame}
\begin{frame}{Calcul 3}
\huge
La masse et le prix sont proportionnels. Calculer le prix manquant.
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
Masse (en kg) & 2 & 7 & 9 \\
\hline
Prix (en \$) & 20 & \ldots & 90 \\
\hline
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Que doit-on taper à la calculatrice pour calculer l'aire du cercle bleu?
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=gray!60] (-5,5) -- (-5,4) --
(-4,4) node[below]{$1cm^2$}
-- (-4,5) -- cycle;
\filldraw[very thick, fill=blue!60] (0, 2) circle (2cm);
\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}