Feat: QF S49 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:
89
2nd/Questions_flashs/P2/QF_S49-4.tex
Executable file
89
2nd/Questions_flashs/P2/QF_S49-4.tex
Executable file
@@ -0,0 +1,89 @@
|
||||
\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-4.py}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Réduction
|
||||
$a$ représente n'importe quel nombre.
|
||||
\vfill
|
||||
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
A = 3x - 5x (x - 2)
|
||||
\]
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Inversion formule
|
||||
\vfill
|
||||
On rappelle la formule
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.8]{./fig/concentration}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
On donne les valeurs $C_m = 10g.L^{-1}$ et $V = 100L$.
|
||||
|
||||
\vfill
|
||||
|
||||
Calculer la valeur de $m$.
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Logique
|
||||
|
||||
Dire si oui ou non ce raisonnement est correct (logique).
|
||||
|
||||
\vfill
|
||||
|
||||
|
||||
\textbf{On sait que} $f(x) = (x+1)^2$ et que $g(x) = x^2 +2x +1$
|
||||
|
||||
\vfill
|
||||
|
||||
\textbf{Or}
|
||||
\[
|
||||
2(x + 1) = 2x + 1
|
||||
\]
|
||||
|
||||
\vfill
|
||||
|
||||
\textbf{Donc} $f(x) = g(x)$ quelque soit la valeur de $x$
|
||||
|
||||
\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