2017-2018/3e/Questions_Flash/P5/CM_18_06_04-2.tex

67 lines
1.5 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.
\[
(3x-2)(-x+1) =
\]
\end{frame}
\begin{frame}{Calcul 2}
\huge
Quelle est la probabilité de tirer une boule avec un 1 ?
\begin{center}
\Ovalbox{
\begin{tikzpicture}[scale=1.8]
\draw[fill=red] (0,0) circle (0.4) node {$1$};
\draw[fill=red] (1,0) circle (0.4) node {$2$};
\draw[fill=red] (2,0) circle (0.4) node {$10$};
\draw[fill=green] (0,1) circle (0.4) node {$1$};
\draw[fill=green] (1,1) circle (0.4) node {$1$};
\draw[fill=blue] (2,1) circle (0.4) node {$2$};
\draw[fill=blue] (0,2) circle (0.4) node {$10$};
\draw[fill=blue] (1,2) circle (0.4) node {$2$};
\draw[fill=blue] (2,2) circle (0.4) node {$1$};
\end{tikzpicture}
}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Je cours 45km à 15km/h.
Combien de temps ai-je couru?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Quelle est la solution de l'équation?
\[
5x - 1 = 19
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}