\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
        \tiny \jobname
    \end{center}
\end{frame}

\begin{frame}[fragile]{Calcul 1}
    % Géométrie repérée
    \vfill
    Soit $A(3; 6)$ et $B(7; 2)$ deux points.

    \vfill
    Calculer les coordonnées de $C$ le milieu du segment $[AB]$.
    \vfill

\end{frame}

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

    \[
        3x - 9 \geq 6
    \]
\end{frame}

\begin{frame}[fragile]{Calcul 3}
    % Statistiques
    Déterminer la médiane de la série statistique suivante
    \vfill
    \begin{center}
        \begin{tabular}{|c|*{3}{c|}}
            \hline
            Valeurs & 1 & 10 & 100 \\
            \hline
            Effectif & 2 & 3 & 5 \\
            \hline
        \end{tabular}
    \end{center}
    \vfill
\end{frame}

\begin{frame}[fragile]{Calcul 4}
    % Tableaux signe et variations
    \vfill
    \begin{tikzpicture}
        \tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-2, -1, 0, 5 }
        \tkzTabVar{ +/-1, -/-2, +/0, -/-1}
    \end{tikzpicture}

    \vfill
    Sur quel(s) intervalle(s) la fonction $f$ est-elle croissante?
    \vfill
\end{frame}

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


\end{document}