77 lines
1.4 KiB
TeX
Executable File
77 lines
1.4 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
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 1}
|
|
% Géométrie repérée
|
|
\vfill
|
|
Soit $A(5; -2)$ et $B(4; 2)$ deux points.
|
|
|
|
\vfill
|
|
Calculer la distance $AB$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% inéquation
|
|
Résoudre l'inéquation
|
|
|
|
\[
|
|
5x - 4 \leq 16
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Statistiques
|
|
Déterminer la médiane de la série statistique suivante
|
|
\vfill
|
|
\begin{center}
|
|
\begin{tabular}{|c|*{3}{c|}}
|
|
\hline
|
|
Valeurs & 1 & 5 & 10 \\
|
|
\hline
|
|
Effectif & 20 & 10 & 35 \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Tableaux signe et variations
|
|
\vfill
|
|
\begin{tikzpicture}
|
|
\tkzTabInit[lgt=2,espcl=2]{$ t $/1,$ z(t) $/2}{-10, -4, -3, 4, 10}
|
|
\tkzTabLine{, +, z, -, z, +, z, - , }
|
|
\end{tikzpicture}
|
|
|
|
\vfill
|
|
Sur quel(s) intervalle(s) la fonction $z$ est-elle positive?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|