\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}

\author{}
\title{}
\date{}

\begin{document}
\begin{frame}{Questions flashs}
    \begin{center}
        \vfill
        2nd
        \vfill
        30 secondes par calcul
        \vfill
        \Large{Calculatrice autorisée}
        \vfill
        \tiny \jobname
    \end{center}
\end{frame}

\begin{frame}{Calcul 1}
    % Inéquation
    Résoudre l'inéquation suivante
    \[
        6x - 12 \geq 2x
    \]
\end{frame}

\begin{frame}[fragile]{Calcul 2}
    Factoriser l'expression suivante
    \vfill
    \[
        25x^2 - 40x + 16 =
    \]
    \vfill
\end{frame}

\begin{frame}[fragile]{Calcul 3}
    % Probabilités
    Calculer $P(CY)$
    \begin{center}
        \begin{tikzpicture}[grow=down, sloped, scale=1]
            \node {.}
                child   {node {C}
                    child {node {X}
                        edge from parent
                        node[above] {}
                    }
                    child  {node {Y}
                        edge from parent
                        node[above] {}
                    }
                    edge from parent
                    node[above] {}
                }
                child[missing] {}
                child { node {$R$ }
                    child { node {A}
                        edge from parent
                        node[above] {}
                    }
                    child {node {B}
                        edge from parent
                        node[above] {}
                    }
                    edge from parent
                    node[above] {}
                }%
                ;
        \end{tikzpicture}
    \end{center}
\end{frame}

\begin{frame}{Calcul 4}
    % Inversion formule
    \vfill
    On rappelle la formule
    \begin{center}
        \includegraphics[scale=0.6]{./fig/energie_elec}
    \end{center}

    \vfill

    Déterminer la formule qui permet de calculer $\Delta t$ en connaissant $P$ et $E$.

    \vfill
\end{frame}

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


\end{document}