\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} \vfill Chaque année une quantité augmente de 2\% de sa valeur en 2020. En 2020, elle vaut 1000. \vfill Combien vaut-elle en 2023? \vfill \end{frame} \begin{frame}{Calcul 2} Une entreprise avait une valeur de 23k\euro l'année dernière et vaut aujourd'hui 20k\euro. Quelle a été sa croissance? \end{frame} \begin{frame}{Calcul 3} J'ai couru pendant 3,6h. Exprimer cette durée en h et min. \end{frame} \begin{frame}[fragile]{Calcul 4} Courbe représentative de $f$ \begin{tikzpicture}[baseline=(a.north), xscale=0.8, yscale=0.5] \tkzInit[xmin=-5,xmax=5,xstep=1, ymin=-5,ymax=5,ystep=1] \tkzGrid \tkzAxeXY \tkzFct[domain = -5:5,color=red,very thick]% {-0.5*x**2+x+3}; \end{tikzpicture} Sur quel intervalle $f'$ est négative? \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}