69 lines
1.3 KiB
TeX
Executable File
69 lines
1.3 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage{listings}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flash}
|
|
\begin{center}
|
|
\vfill
|
|
2nd
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\Large{Calculatrice autorisée}
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 1}
|
|
% Information chiffrée
|
|
|
|
Début 2020, un litre de diesel coûtait 1.3\euro. Au cours de l'année, elle a augmenté de 33\%.
|
|
|
|
Combien coûte un litre de diesel début 2021?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% inéquation
|
|
Résoudre l'inéquation
|
|
|
|
\[
|
|
x - 10 \geq 0
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Statistiques
|
|
Déterminer la médiane de la série statistique suivante
|
|
\[
|
|
4 \qquad 7 \qquad 9 \qquad 4 \qquad 2
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Tableaux signe et variations
|
|
\vfill
|
|
\begin{tikzpicture}[baseline=(a.north)]
|
|
\tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-2, -1, 0, 5 }
|
|
\tkzTabVar{ +/4, -/-2, +/0, -/-1}
|
|
\end{tikzpicture}
|
|
|
|
\vfill
|
|
Déterminer le minimum de la fonction $f$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|