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

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

\begin{document}
\begin{frame}{Questions flashs}
    \begin{center}
        \vfill
        Terminale ST
        \vfill
        30 secondes par calcul
        \vfill
        \tiny \jobname
    \end{center}
\end{frame}

\begin{frame}{Calcul 1}
    Ci-dessous un tableur résumant l'évolution de l'indice et du prix de matières première. Pour l'indice, on prend l'année 2014 comme référence.

    \begin{center}
        \begin{tabular}{|c|*{3}{c|}}
            \hline
            Année & 2014 & 2015 & 2016 \\
            \hline
            Prix & 248 & 188.5 & \\
            \hline 
            Indice & 100 & 76 & 50\\
            \hline
        \end{tabular}
    \end{center}
    \vfill

    Calculer le prix en 2016
    \vfill
\end{frame}

\begin{frame}[fragile]{Calcul 2}
    Le polynôme $P(x) = -2x^2 - 2x$ a pour racines $x = 0$ et $x = 1$.

    Déterminer la forme factorisée de $P(x)$
\end{frame}

\begin{frame}{Calcul 3}
    Dériver l'expression suivante
    \[
        f(x) = \frac{1}{4}x^2 + 0.5x - 0.01
    \]
\end{frame}

\begin{frame}[fragile]{Calcul 4}
    Tracer approximativement une fonction qui a le tableau de variations suivant (vous placerez les valeurs du tableau sur le graphique).

    \begin{center}
        \begin{tikzpicture}[baseline=(current bounding box.south)]
            \tkzTabInit[lgt=2,espcl=2]
            {$ x $/1, $ f(x) $/2}{$-\infty$, -2, 1, $+\infty$ }
            \tkzTabVar{ +/, -/0, +/1, -/}
        \end{tikzpicture}
    \end{center}
\end{frame}

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


\end{document}