91 lines
1.9 KiB
TeX
Executable File
91 lines
1.9 KiB
TeX
Executable File
\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}
|
|
On note $X$ la variable aléatoire représentée par l'arbre suivant. Quelle est la loi de $X$?
|
|
\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{2x+1}{x}
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\vfill
|
|
Une quantité augmente de 15\% 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) = \frac{x + 1}{x + 2}
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|