57 lines
931 B
TeX
Executable File
57 lines
931 B
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Tsti2d
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\small \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
Soit $X$ une variable aléatoire qui suit la loi $\mathcal{U}([200, 800])$.
|
|
\[
|
|
P(300 < X < 750) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Résoudre l'inéquation
|
|
\[
|
|
5 \times e^{2x} > 10
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Résoudre l'équation
|
|
\[
|
|
ln(4x-10) - ln(2) = ln(5x-1)
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
Calculer
|
|
\[
|
|
(2i-3)^2 =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|