\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{N}(10; 0,2)$.
    \[
        P( X < 6) =  
    \]
\end{frame}

\begin{frame}{Calcul 2}
    Soit $X$ une variable aléatoire qui suit la loi $\mathcal{B}(10; 0,2)$.
    \[
        P(X \leq 2) =  
    \]
\end{frame}

\begin{frame}{Calcul 3}
    Dériver
    \[
        f(x) = -2e^{-3x^2}
    \]
\end{frame}

\begin{frame}{Calcul 4}
    Donner une primitive de
    \[
        g(x) = 2\frac{1}{x}
    \]
\end{frame}

\begin{frame}{Fin}
    \begin{center}
        On retourne son papier.
    \end{center}
\end{frame}


\end{document}