57 lines
919 B
TeX
Executable File
57 lines
919 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}([0, 10])$.
|
|
\[
|
|
P(X < 4,5) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Résoudre l'inéquation
|
|
\[
|
|
4 \times 10^x > 10^x
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Résoudre l'équation
|
|
\[
|
|
ln(2+x) + ln(2) = ln(5x-1)
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
Calculer
|
|
\[
|
|
i(3i-5) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|