2021-11-30 09:36:41 +00:00
|
|
|
\documentclass[14pt]{classPres}
|
|
|
|
\usepackage{tkz-fct}
|
|
|
|
\usepackage{fancybox}
|
|
|
|
|
|
|
|
\author{}
|
|
|
|
\title{}
|
|
|
|
\date{}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{frame}{Questions flash}
|
|
|
|
\begin{center}
|
|
|
|
\vfill
|
|
|
|
4e
|
|
|
|
\vfill
|
|
|
|
30 secondes par calcul
|
|
|
|
\vfill
|
|
|
|
\tiny \jobname
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Calcul 1}
|
|
|
|
% Probabilité
|
|
|
|
On pioche une lettre au hasard dans les mots suivants
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
PLOP \hspace{2cm}
|
2021-12-03 12:57:44 +00:00
|
|
|
PIPO \hspace{2cm} \\
|
2021-11-30 09:36:41 +00:00
|
|
|
PAPATITIPA \hspace{2cm}
|
|
|
|
PIPAPOUP
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
Dans quels mots a-t-on un probabilité égalie à $\dfrac{2}{4}$ de tirer un P?
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Calcul 2}
|
|
|
|
% Calculs relatifs
|
|
|
|
Calculer la quantité suivante
|
|
|
|
\[
|
|
|
|
(-3)\times (5 - 10) =
|
|
|
|
\]
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
|
|
% géométrie
|
|
|
|
Calculer l'aire du triangle
|
|
|
|
\begin{center}
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\draw[fill=blue] (-2,3) -- node[midway, sloped, below]{4cm}
|
|
|
|
(-2,0) -- node[midway, below]{10cm}
|
|
|
|
(3,0) --
|
|
|
|
cycle;
|
|
|
|
\end{tikzpicture}
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Calcul 4}
|
2021-12-03 12:57:44 +00:00
|
|
|
Je roule à 75km/h. Combien de temps vais-je mettre pour parcourir 25km?
|
2021-11-30 09:36:41 +00:00
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Fin}
|
|
|
|
\begin{center}
|
|
|
|
On retourne son papier.
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|