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

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

\begin{document}
\begin{frame}{Questions flashs}
    \begin{center}
        \vfill
        Première ST 2
        \vfill
        30 secondes par calcul
        \vfill
        \tiny \jobname
    \end{center}
\end{frame}

\begin{frame}{Calcul 1}
    Développer et réduire
    \[
        (5x-1)(10+x) = 
    \]
\end{frame}

\begin{frame}{Calcul 2}
    Calculer et écrire le résultat sous forme d'une fraction irréductible

    \[
        \frac{21}{5} \times \frac{5}{14} = 
    \]
\end{frame}

\begin{frame}{Calcul 3}
    Compléter le tableau pour que ce soit une loi de probabilité.

    \begin{center}
        \begin{tabular}{|c|*{4}{c|}}
            \hline
            $x_i$ & 0 & 0.1 & 0.3 & 0.5  \\
            \hline
            $p_i$ & 0.1 & \ldots & 0.7 & 0.2 \\
            \hline
        \end{tabular}
    \end{center}
\end{frame}

\begin{frame}{Calcul 4}
    Soit $\Delta$ la droite d'équation $y = 3 - x$. Alors
    \[
        A(-2; ...)  \in \Delta
    \]

    \begin{center}
        \begin{tikzpicture}[yscale=0.5, xscale=1, baseline=(a.north)]
            \tkzInit[xmin=-4,xmax=4,xstep=1,
            ymin=-2,ymax=8,ystep=1]
            \tkzGrid
            \tkzAxeX
            \tkzAxeY
            \draw[color = red, thick] (-4,7) -- (4,-1);
            \draw (3,0) node [above] {$\Delta$};
        \end{tikzpicture}
    \end{center}
        \vfill
\end{frame}

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


\end{document}