64 lines
1.2 KiB
TeX
Executable File
64 lines
1.2 KiB
TeX
Executable File
\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
|
|
Un quantité est dimimuée de 17\%.
|
|
\vfill
|
|
Par combien est-elle multipliée?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Un quantité passe de 8 à 2.
|
|
|
|
Quel est le taux d'évolution de cette transformation?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\vfill
|
|
Écire le nombre suivant sous forme décimale
|
|
\[
|
|
A = 35,6 \times 10^{-4} =
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Déterminer l'équation de la droite
|
|
|
|
\begin{tikzpicture}[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]%
|
|
{1.5*\x-1};
|
|
\end{tikzpicture}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|