76 lines
1.9 KiB
TeX
Executable File
76 lines
1.9 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
%\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Première ST 2
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
Le solde d'un compte était de \np{1000}\euro. Il est diminué de 44\%.
|
|
|
|
Quel est le nouveau solde?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Le solde d'un compte a été multiplié par 0,5.
|
|
|
|
Il est maintenant de 700\euro.
|
|
|
|
Quel était le solde avant le changement?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\begin{center}
|
|
\begin{tikzpicture}[yscale=0.5, xscale=2, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=16,ystep=2]
|
|
\tkzGrid
|
|
\tkzAxeX[label=]
|
|
\draw (4, 0) node [above] {Distance (en m)};
|
|
\tkzAxeY[label=]
|
|
\draw (0, 8) node [above right] {Temps (en s)};
|
|
\draw[very thick, color=red] plot [smooth,tension=0.7] coordinates{%
|
|
(0,0) (1,0.5) (2,2) (3,3.5) (4,8)
|
|
};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
Calculer le taux de variation de la distance par rapport au temps entre 2s et 4s.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
\begin{center}
|
|
\begin{tikzpicture}[yscale=0.5, xscale=2, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=16,ystep=2]
|
|
\tkzGrid
|
|
\tkzAxeXY
|
|
\draw[very thick, color=red] plot [smooth,tension=0.7] coordinates{%
|
|
(0,0) (1,0.5) (2,2) (3,3.5) (4,8)
|
|
};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
Quelle est l'antécédent de 4 par cette fonction?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|