2018-2019/StLaurentGrandvaux/6e/Questions_Flashs/QF_19_06_17-3.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 mm
\[
1km
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Combien vaut les $\dfrac{2}{3}$ de 6 étoiles?
\begin{tikzpicture}[scale=1.5]
\foreach \x in {1,...,6} {%
\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) & 25 & 10 & 60 \\
\hline
Prix (en \$) & 5 & \ldots & 12 \\
\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}[scale=0.8]
\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 (3cm);
\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}