74 lines
1.4 KiB
TeX
Executable File
74 lines
1.4 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage{minted}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
2nd
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Statistiques
|
|
\begin{center}
|
|
\begin{tabular}{|c|*{4}{p{1.5cm}|}}
|
|
\hline
|
|
Valeurs & 2 & 4 & 8 & 16 \\
|
|
\hline
|
|
Effectif & 10 & 34 & 12 & 4 \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\vfill
|
|
Calculer le troisième quartile de cette série.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
% Proba - ensemble
|
|
On note
|
|
$A = \left\{\mbox{ Sucré }\right\}$
|
|
\hfill
|
|
$B = \left\{\mbox{ Fondant }\right\}$
|
|
\vfill
|
|
Comment peut noter l'évènement "bonbon sucré ou fondant" ?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Géométrie repérée
|
|
\vfill
|
|
Soit $A(-2; 6)$ et $B(-1; 5)$ deux points.
|
|
|
|
\vfill
|
|
Calculer la distance $AB$.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Factorisation
|
|
Factoriser l'expression suivante
|
|
\[
|
|
f(x) = 16 - 25x^2
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|