77 lines
1.4 KiB
TeX
77 lines
1.4 KiB
TeX
|
\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}[fragile]{Calcul 1}
|
||
|
% Droite
|
||
|
\vfill
|
||
|
Soient $A(2; 5)$ et $B(3; 3)$ deux points
|
||
|
\vfill
|
||
|
Calculer la pente de la droite $(AB)$.
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 2}
|
||
|
% Droite
|
||
|
Soit $(a)$ la droite qui passe par $A(0; 5)$ et dont la pente est égale à -4.
|
||
|
|
||
|
\vfill
|
||
|
Déterminer l'équation de cette droite.
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
% Opération ensembles
|
||
|
\begin{tabular}{|*{4}{c|}}
|
||
|
\hline
|
||
|
& Voiture & Train & Total \\
|
||
|
\hline
|
||
|
fleuriste & 65 & 15 & 80 \\
|
||
|
\hline
|
||
|
Garagiste & 4 & 17 & 21 \\
|
||
|
\hline
|
||
|
Total & 69 & 32 & 101 \\
|
||
|
\hline
|
||
|
\end{tabular}
|
||
|
\vfill
|
||
|
On note :
|
||
|
\begin{itemize}
|
||
|
\item T = "prend le train"
|
||
|
\item G = "est garagiste"
|
||
|
\end{itemize}
|
||
|
\vfill
|
||
|
Calculer la quantité $P(T\cap G)$
|
||
|
\vfill
|
||
|
|
||
|
\end{frame}
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Fonction de référence
|
||
|
Tracer le tableau de variations de la fonction carré.
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|