Feat: questions flashs poru les maths complémentaires
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:
parent
44fb72556e
commit
d874640156
BIN
Complementaire/Questions_Flashs/P2/QF_20_11_30-1.pdf
Normal file
BIN
Complementaire/Questions_Flashs/P2/QF_20_11_30-1.pdf
Normal file
Binary file not shown.
90
Complementaire/Questions_Flashs/P2/QF_20_11_30-1.tex
Executable file
90
Complementaire/Questions_Flashs/P2/QF_20_11_30-1.tex
Executable 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}
|
||||
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}
|
Loading…
Reference in New Issue
Block a user