2017-2018/3e/Questions_Flash/P5/CM_18_05_14-3.tex

61 lines
1.2 KiB
TeX
Executable File

\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Calcul mental}
\begin{center}
\huge 30 secondes par calcul
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\huge
Développer puis réduire.
\[
10x^2 - 2 + 5x + 3 + 2x =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Calculer le périmètre de la figure
\begin{center}
\begin{tikzpicture}
\filldraw[very thick, fill=blue!60]
(-2,3) -- node[midway, sloped, below]{3cm}
(-2,0) -- node[midway, below]{4cm}
(3,0) -- cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Dans la boite à bonbons, il y a
\begin{itemize}
\item 5 bonbons bleu
\item 6 bonbons vert
\item 4 bonbons jaune
\end{itemize}
Quelle est la probabilité de choisir un bonbon jaune ou vert?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Combien font $50\%$ de 20 pains?
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}