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(0; 6)$ et $B(1; 2)$ deux points
|
||
|
\vfill
|
||
|
Calculer la pente de la droite $(AB)$.
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 2}
|
||
|
% Droite
|
||
|
Soient $A(0; 6)$ et $B(1; 2)$ deux points
|
||
|
|
||
|
\vfill
|
||
|
Déterminer l'équation de la droite $(AB)$.
|
||
|
\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(\overline{G}\cup T)$
|
||
|
\vfill
|
||
|
|
||
|
\end{frame}
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Fonction de référence
|
||
|
Quel est l'ensemble de définition de la fonction racine carré ?
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|