70 lines
1.2 KiB
TeX
Executable File
70 lines
1.2 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Première spécifique
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Proportionnalité
|
|
Pour parcourir 600m, un voiture consomme 300mL d'essence.
|
|
|
|
Quelle sera la consommation pour parcourir 12km? Donner la réponse en L.
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Proportion
|
|
Combien fait dix pourcents de la moitié?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
% Suites
|
|
Soit $u$ la suite définie par $u_{n} = 6n + 2$
|
|
|
|
Calculer $u_5$
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% Proportion
|
|
|
|
\vfill
|
|
|
|
\begin{tabular}{|*{4}{c|}}
|
|
\hline
|
|
Section/regime & Interne & Externe & Total \\
|
|
\hline
|
|
1ST & 12 & 18 & 30 \\
|
|
\hline
|
|
1G & 8 & 12 & 20 \\
|
|
\hline
|
|
Total & 20 & 30 & 50 \\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
|
|
\vfill
|
|
Calculer la proportion d'interne en 1G.
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|