Dernier CM de la semaine

This commit is contained in:
Bertrand Benjamin 2018-04-26 06:56:19 +03:00
parent 355d20c6c0
commit 6ebc06ad9e
2 changed files with 69 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,69 @@
\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
\begin{eqnarray*}
7 \times ... + 6 = 41
\end{eqnarray*}
\end{frame}
\begin{frame}{Calcul 2}
\LARGE
Compléter la valeur manquante
\begin{center}
\begin{tabular}{|c|*{2}{p{2cm}|}}
\hline
Nombre de bonbons & 4 & 10 \\
\hline
Prix & 9 & ... \\
\hline
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Dans la boite à bonbons, il y a
\begin{itemize}
\item 5 bonbons bleu
\item 2 bonbons vert
\item 8 bonbons jaune
\end{itemize}
Quelle est la probabilité de choisir un bonbon pas bleu?
\end{frame}
\begin{frame}{Calcul 4}
\LARGE
Est-ce une situation de proportionnalité?
\normalsize
\begin{tikzpicture}[scale=1.5]
\tkzInit[xmax=5,xstep=1, ymax=3,ystep=1]
\tkzAxeX[right]
\tkzAxeY[above]
\tkzGrid
\draw [very thick] (1,0) -- (3.3,3.3);
\end{tikzpicture}
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}