78 lines
1.4 KiB
TeX
Executable File
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
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Probabilités
|
|
Quelle est la probabilité de gagner avec ce programme?
|
|
\lstinputlisting[language=Python]{./code/49-2.py}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Réduction
|
|
$a$ représente n'importe quel nombre.
|
|
\vfill
|
|
|
|
Développer l'expression suivante
|
|
\[
|
|
A = 2 - 3a (a + 1)
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Inversion formule
|
|
\vfill
|
|
On rappelle la formule
|
|
\begin{center}
|
|
\includegraphics[scale=0.8]{./fig/energie_cinetique}
|
|
\end{center}
|
|
|
|
\vfill
|
|
|
|
Quelle formule permet de calculer la masse(en kg)?
|
|
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% Logique
|
|
|
|
Dire si oui ou non ce raisonnement est correct (logique).
|
|
|
|
\vfill
|
|
|
|
\textbf{On sait que} $A = 2x + 4$ et $B = 2(x+2)$
|
|
|
|
\textbf{Or} $2(x + 2) = 2\times x + 2 \times 2 = 2x + 4$
|
|
|
|
\textbf{Donc} $A = B$ quelque soit la valeur de $x$
|
|
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|