75 lines
1.3 KiB
TeX
Executable File
75 lines
1.3 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}[fragile]{Calcul 1}
|
|
% Probabilités
|
|
Compléter le programme pour avoir une probabilité égale à $\dfrac{10}{15}$ de gagner.
|
|
|
|
\vfill
|
|
|
|
\lstinputlisting[language=Python]{./code/50-1.py}
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Réduction
|
|
\vfill
|
|
Démontrer que pour n'importe quel nombre $x$ on a
|
|
|
|
\[
|
|
3x - 3x(x+1) = -3x^2
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Inversion formule
|
|
\vfill
|
|
On rappelle la formule
|
|
\begin{center}
|
|
\includegraphics[scale=0.2]{./fig/gravitation}
|
|
\end{center}
|
|
|
|
\vfill
|
|
|
|
Quelle formule permet de calculer $m_a$
|
|
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% Taux d'évolution
|
|
|
|
\vfill
|
|
Une quantité était de 6. On la fait évoluer avec un taux d'évolution de +10\%.
|
|
\vfill
|
|
Quelle est sa nouvelle valeur?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|