\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} Démontrer l'égalité \[ \frac{(2x-1)(x + 4)}{x} = 2x + 7 - \frac{4}{x} \] \end{frame} \begin{frame}[fragile]{Calcul 2} Dériver l'expression suivante \[ f(x) = -3x^3 + x^2 - \frac{5}{x} \] \end{frame} \begin{frame}{Calcul 3} Tracer approximativement une fonction qui a le tableau de variations suivant (vous placerez les valeurs du tableur sur ce 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{ +/, -D+/, -/0, +/} \end{tikzpicture} \end{center} \end{frame} \begin{frame}[fragile]{Calcul 4} \begin{center} \begin{tabular}{|c|*{3}{c|}} \hline Année & 2000 & 2005 & 2010 \\ \hline Prix & ... & ... & ... \\ \hline Indice & 100 & 105 & 55\\ \hline \end{tabular} \end{center} \vfill Calculer le taux d'évolution annuel moyen entre 2000 et 2010. \vfill \end{frame} \begin{frame}{Fin} \begin{center} On retourne son papier. \end{center} \end{frame} \end{document}