71 lines
1.8 KiB
TeX
71 lines
1.8 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}
|
||
|
% Fractions
|
||
|
Faire le calcul suivant
|
||
|
\[
|
||
|
\frac{1}{3} + \frac{5}{6} =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Notation scientifique
|
||
|
Écrire le nombre en notation scientifique
|
||
|
\[
|
||
|
\np{0,00987}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Notation scientifique
|
||
|
Écrire le nombre suivant sous forme décimale
|
||
|
\[
|
||
|
9,876 \times 10^{-3}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Proportionnalité
|
||
|
On a agrandit une image. Quelle doit être la largeur pour que l'agrandissement soit correct?
|
||
|
\begin{center}
|
||
|
\begin{tikzpicture}
|
||
|
\node[inner sep=0pt] (original) at (0,0) {\includegraphics[width=.25\textwidth]{./fig/puffin-g493fef16b_640}};
|
||
|
\draw[<->] (original.north west) -- (original.north east) node [above, midway] {5cm};
|
||
|
\draw[<->] (original.south west) -- (original.north west) node [above, midway, sloped] {4cm};
|
||
|
|
||
|
\node[inner sep=0pt] (resized) at (5,0) {\includegraphics[width=.4\textwidth]{./fig/puffin-g493fef16b_640}};
|
||
|
\draw[<->] (resized.north west) -- (resized.north east) node [above, midway] {???};
|
||
|
\draw[<->] (resized.south west) -- (resized.north west) node [above, midway, sloped]{16cm};
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|