Feat: QF S50 pour les 2nd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
76
2nd/Questions_flashs/P2/QF_S50-1.tex
Executable file
76
2nd/Questions_flashs/P2/QF_S50-1.tex
Executable file
@@ -0,0 +1,76 @@
|
||||
\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{2}{5}$ 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
|
||||
|
||||
\[
|
||||
(-x - 4)(-x + 5) = x^2 + x - 20
|
||||
\]
|
||||
\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 $G$
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Taux d'évolution
|
||||
|
||||
\vfill
|
||||
Une quantité est passée de 40 à 10.
|
||||
\vfill
|
||||
Calculer le taux d'évolution de cette transformation.
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user