60 lines
1.3 KiB
TeX
60 lines
1.3 KiB
TeX
|
\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é au augmenté de 70\%.
|
||
|
|
||
|
Quel taux d'évolution doit-on appliquer pour la faire revenir à la quantité initiale?
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
Mettre le résultat suivant sous forme d'un nombre fois une puissance de 2
|
||
|
\[
|
||
|
\frac{4\times2^{-5}\times 5 \times 2^{3}}{2\times2^{-6}} =
|
||
|
\]
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Convertir $10cm^2$ en $mm^2$
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
On a tracé une fonction puissance $f(x) = a^x$
|
||
|
|
||
|
\begin{tikzpicture}[yscale=0.8, xscale=1.5]
|
||
|
\tkzInit[xmin=-3,xmax=3,xstep=1,
|
||
|
ymin=0,ymax=5,ystep=1]
|
||
|
\tkzGrid
|
||
|
\tkzAxeXY[up space=0.5,right space=.5]
|
||
|
\tkzFct[domain = -5:5,color=blue,very thick]{0.4**x}
|
||
|
\end{tikzpicture}
|
||
|
Que peut-on dire sur la valeur de $a$?
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|