Feat: QF pour les TST
This commit is contained in:
65
TST/Questions_Flash/P1/QF_20_09_20-1.tex
Executable file
65
TST/Questions_Flash/P1/QF_20_09_20-1.tex
Executable file
@@ -0,0 +1,65 @@
|
||||
\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
|
||||
Dans une salle informatique de 18 postes, 4 sont neufs.
|
||||
|
||||
\vfill
|
||||
Quelle est la proportion d'ordinateurs neuf dans cette salle?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Augmenter de 40\%, c'est multiplier par ...
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
\vfill
|
||||
Résoudre l'inéquation suivante
|
||||
\vfill
|
||||
\[
|
||||
2x - 5 \geq 3
|
||||
\]
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Courbe représentative de $f$
|
||||
|
||||
\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]%
|
||||
{x**2-4};
|
||||
\end{tikzpicture}
|
||||
|
||||
Quelles sont les solutions de l'équation $f(x) \leq 0$?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user