Feat: QF pour les MC
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-11-23 10:36:54 +01:00
parent e3b0371ff6
commit 342ece5090
2 changed files with 90 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,90 @@
\documentclass[12pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale Maths complémentaires
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Calculer $P(X = 2)$
\begin{center}
\begin{tikzpicture}[xscale=2, grow=right]
\node {.}
child {node {$0$}
child {node {$0$}
edge from parent
node[below] {0.3}
}
child {node {$1$}
edge from parent
node[above] {0.7}
}
edge from parent
node[below] {0.3}
}
child[missing] {}
child { node {$1$}
child {node {$0$}
edge from parent
node[below] {0.3}
}
child {node {$1$}
edge from parent
node[above] {0.7}
}
edge from parent
node[above] {0.7}
} ;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 2}
\vfill
Dériver la fonction suivante
\vfill
\[
f(x) = \frac{x + 1}{x + 2}
\]
\vfill
\end{frame}
\begin{frame}{Calcul 3}
\vfill
Une quantité augmente de 50\% chaque année. En 2020, elle vaut 150.
\vfill
Quelle était sa valeur en 2019?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
\vfill
Construire le tableau de signe de la fonction
\vfill
\[
f(x) = (-4x + 2)\sqrt{x}
\]
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}