\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} Une quantité augmente de 10\% par an. Quel est le taux d'évolution mensuel moyen? \vfill \end{frame} \begin{frame}{Calcul 2} Ci-dessous les taux d'évolution du chiffre d'affaire d'une entre prise. \begin{center} \begin{tabular}{|c|c|c|c|} \hline Année & 2016 & 2017 & 2018 \\ \hline Taux d'évolution & +3\% & + 5\% & -2\% \\ \hline \end{tabular} \end{center} Quel est le taux d'évolution global entre début 2016 et fin 2018? \end{frame} \begin{frame}{Calcul 3} Résoudre l'équation suivante \[ 2^x = 100 \] \vfill \end{frame} \begin{frame}[fragile]{Calcul 4} \begin{center} \begin{minipage}{0.7\linewidth} \begin{algorithm}[H] \SetAlgoLined $u \leftarrow 2$ \; $n \leftarrow 0$ \; \Tq{$n < 10$}{ $u \leftarrow u*2$ \; $n \leftarrow n+1$ \; } \end{algorithm} \end{minipage} \end{center} Combien vaut $n$ à la fin de cet algorithme? \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}