72 lines
1.3 KiB
TeX
72 lines
1.3 KiB
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\setmainfont{OpenDyslexic}
|
||
|
\usepackage{pgfplots}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flash}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
4e
|
||
|
\vfill
|
||
|
30 secondes par calcul
|
||
|
\vfill
|
||
|
%\Large{Calculatrice autorisée}
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 1}
|
||
|
% Fraction
|
||
|
Calculer la quantité suivante
|
||
|
\[
|
||
|
\dfrac{2}{3} + \dfrac{1}{6} =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Conversions
|
||
|
Convertir en jours
|
||
|
\[
|
||
|
67h
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Proportionnalité
|
||
|
|
||
|
Recette de la pate à pizza pour 4 personnes
|
||
|
\begin{itemize}
|
||
|
\item 150cl d'eau
|
||
|
\item 250cl de farine
|
||
|
\item 10g de levure boulangère
|
||
|
\item Une quillères à café de sel
|
||
|
\end{itemize}
|
||
|
\vfill
|
||
|
Quelle quantité d'eau faut-il pour faire des pizzas pour 3 personnes?
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Calcul littéral
|
||
|
Réduire l'expression suivante
|
||
|
\vfill
|
||
|
\[
|
||
|
2\times(3x + 1) =
|
||
|
\]
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|