60 lines
1.1 KiB
TeX
60 lines
1.1 KiB
TeX
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Terminale L-ES
|
|
\vfill
|
|
Un peu moins d'une minute par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
Completer le tableau de \textbf{signe} de
|
|
\[
|
|
f(x) = -4xe^{-0.1x}
|
|
\]
|
|
\begin{center}
|
|
\begin{tikzpicture}[baseline=(a.north)]
|
|
\tkzTabInit[lgt=2,espcl=3]{$x$/1,$f(x)$/1}{, \ldots ,}
|
|
\tkzTabLine{, ,\ldots, }
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Calculer
|
|
\[\int_0^{100} 2x+10 \; dx\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Soit $X ~ \matcal{B}(100;0.2)$. Calculer
|
|
\[
|
|
P(X > 25) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Soit $X ~ \matcal{B}(1000;0.4)$. Calculer
|
|
\[
|
|
E[X] =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|