2023-03-27 07:51:14 +00:00
|
|
|
\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|*{5}{p{1.5cm}|}}
|
|
|
|
\hline
|
|
|
|
Valeurs & 2 & 4 & 8 & 16 & 20\\
|
|
|
|
\hline
|
2023-03-31 07:23:07 +00:00
|
|
|
Effectif & 11 & 3 & 16 & 4 & 12\\
|
2023-03-27 07:51:14 +00:00
|
|
|
\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{ Rouge }\right\}$
|
|
|
|
\hfill
|
|
|
|
$B = \left\{\mbox{ Rond }\right\}$
|
|
|
|
\vfill
|
|
|
|
Comment peut noter l'évènement "l'objet est n'est pas rond ou il est bleu" ?
|
|
|
|
\vfill
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
|
|
% Géométrie repérée
|
|
|
|
\vfill
|
2023-03-31 07:23:07 +00:00
|
|
|
Soit $V(-6; 4)$ et $U(-2; 2)$ deux points.
|
2023-03-27 07:51:14 +00:00
|
|
|
|
|
|
|
\vfill
|
|
|
|
Calculer les coordonnées du milieu de $[UV]$.
|
|
|
|
\vfill
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
|
|
% Factorisation
|
|
|
|
Factoriser l'expression suivante
|
|
|
|
\[
|
|
|
|
f(x) = 81x^2 + 1 + 18x
|
|
|
|
\]
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Fin}
|
|
|
|
\begin{center}
|
|
|
|
On retourne son papier.
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|