70 lines
1.5 KiB
TeX
Executable File
70 lines
1.5 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 augmenté de 13\%.
|
|
|
|
Quel est le nouveau solde?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Le solde d'un compte a été multiplié par 2.
|
|
|
|
Il est maintenant de 700\euro.
|
|
|
|
Quel était le solde avant l'augmentation?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\begin{center}
|
|
\begin{tabular}{|c|*{2}{c|}}
|
|
\hline
|
|
Poids & 200g & 400g\\
|
|
\hline
|
|
Prix & 20 & 25\\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
Calculer le taux de variation du prix par rapport au poids.
|
|
\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'image de 3 par cette fonction?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|