82 lines
2.1 KiB
TeX
Executable File
82 lines
2.1 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}
|
|
La valeur boursière d'un action est de 100\euro. Elle augmente 10\%.
|
|
|
|
Par combien a-t-elle été multiplié?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Voici les résultats (en milliers d'euro) d'une entreprise
|
|
|
|
\begin{center}
|
|
\begin{tabular}{|c|*{3}{c|}}
|
|
\hline
|
|
Année & 2000 & 2004 & 2008 \\
|
|
\hline
|
|
Bénéfice & 100 & 150 & 180 \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
Calculer le taux d'évolution des bénéfices par rapport au temps entre 2000 et 2004.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\begin{tikzpicture}[yscale=0.3, xscale=2, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=16,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeX[right space=0.2]
|
|
\tkzAxeY[up space=2, step=2]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
|
(0,0) (1,1) (2,4) (3, 9) (4,16)
|
|
};
|
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
|
\end{tikzpicture}
|
|
Solution de l'équation $f(x) = 9$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
\begin{tikzpicture}[yscale=0.3, xscale=2, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=16,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeX[right space=0.2]
|
|
\tkzAxeY[up space=2, step=2]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
|
(0,0) (1,1) (2,4) (3, 9) (4,16)
|
|
};
|
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
|
\end{tikzpicture}
|
|
Image de 1 par la fonction $f$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|