70 lines
1.8 KiB
TeX
70 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}{3} =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Notation scientifique
|
||
|
Écrire le nombre en notation scientifique
|
||
|
\[
|
||
|
\np{0.011}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Notation scientifique
|
||
|
Écrire le nombre suivant sous forme décimale
|
||
|
\[
|
||
|
2,34 \times 10^{-4}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Proportionnalité
|
||
|
On a agrandit une image. Quelle est la hauteur 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] {3cm};
|
||
|
\draw[<->] (original.south west) -- (original.north west) node [above, midway, sloped] {2cm};
|
||
|
\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] {9cm};
|
||
|
\draw[<->] (resized.south west) -- (resized.north west) node [above, midway, sloped]{??};
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|