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

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

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

\begin{frame}[fragile]{Calcul 1}
    % Information chiffrée

    \vfill
    Un entreprise produisait 240 milles tonnes de C02 par an en 2010. Elle a signé un accord pour diminuer ses émissions de 30\%.

    \vfill
    Quelle quantité devra-t-elle produire pour respecter l'accord?
    \vfill
\end{frame}

\begin{frame}{Calcul 2}
    % Inéquations
    Résoudre l'inéquation

    \[
        5x + 10 \geq 0
    \]
\end{frame}

\begin{frame}[fragile]{Calcul 3}
    % Statistiques
    Déterminer la médiane de la série statistique suivante
    \[
        2 \qquad 3 \qquad 9 \qquad 4 \qquad 2 \qquad 10
    \]
\end{frame}

\begin{frame}[fragile]{Calcul 4}
    % Tableaux signe et variations
    \vfill
    \begin{tikzpicture}[baseline=(a.north)]
        \tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-200, -30, 100, 200 }
        \tkzTabVar{ -/400, +/600, -/10, +/400}
    \end{tikzpicture}

    \vfill
    Déterminer le maximum de la fonction $f$
    \vfill
\end{frame}

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


\end{document}