\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 \[ (-x-3)(2x-3) = \] \end{frame} \begin{frame}{Calcul 2} \begin{algorithm}[H] \SetAlgoLined $u \leftarrow 1$ \; \Pour{$n$ de 1 à 4}{ $u \leftarrow u*2$ \; } \end{algorithm} Combien vaut $u$ à la fin de cet algorithme? \end{frame} \begin{frame}{Calcul 3} Soit $(u_n)$ la suite définie par \[ \left\{ \begin{array}{l} u_{n+1} = u_n \times 5\\ u_0 = \np{10} \end{array} \right. \] Calculer \[ u_3 = \] \end{frame} \begin{frame}{Calcul 4} Quelle est l'équation de la droite passant par $A(0;5)$ et $B(3; 2)$? \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 (0,5) node { $\times$ } node [above right] {$A$}; \draw (3,2) node { $\times$ } node [above right] {$B$}; \end{tikzpicture} \end{center} \vfill \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}