89 lines
2.4 KiB
TeX
Executable File
89 lines
2.4 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}
|
|
Dans une trousse, 80\% des objets sont des petits mots. Parmi les autres objets, 50\% sont des stylos.
|
|
|
|
Quelle est la proportion de stylos dans cette trousse?
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
\begin{center}
|
|
\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) (0.5,6) (1,10) (1.5,6) (2,4) (2.5,6) (3, 10) (4,16)
|
|
};
|
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
Calculer le taux de variation de $f$ entre 1 et 2.
|
|
\vfill
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\begin{center}
|
|
\begin{tikzpicture}[yscale=0.25, 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) (0.5,6) (1,10) (1.5,6) (2,4) (2.5,6) (3, 10) (4,16)
|
|
};
|
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
Quelles sont les solutions de l'équation $f(x) > 10$?
|
|
\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=10,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeX[right space=0.2]
|
|
\tkzAxeY[up space=2, step=1]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
|
(0,6) (4,2)
|
|
};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
Calculer l'équation de la droite.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|