2021-2022/2nd/Questions_flashs/P3/QF_S06-2.tex

78 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
{\Large Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Géométrie repérée
\vfill
Soit $A(3; 6)$ et $B(7; 2)$ deux points.
\vfill
Calculer la distance $AB$
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% inéquation
Résoudre l'inéquation
\[
3x + 2 \leq x + 6
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Statistiques
Déterminer le premier quartile de la série statistique suivante
\vfill
\begin{center}
\begin{tabular}{|*{5}{c|}}
\hline
30 & 33 & 40 & 40 & 45 \\
\hline
45 & 50 & 50 & 52 & 56 \\
\hline
56 & 58 & 59 & 60 & 60 \\
\hline
\end{tabular}
\end{center}
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Calcul littéral
\vfill
Développer puis réduire
\[
(2x+1)^2 =
\]
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}