feat(tstmg): QF S42
This commit is contained in:
BIN
Tstmg/Questions_flashs/P1/QF_S42-1.pdf
Normal file
BIN
Tstmg/Questions_flashs/P1/QF_S42-1.pdf
Normal file
Binary file not shown.
81
Tstmg/Questions_flashs/P1/QF_S42-1.tex
Executable file
81
Tstmg/Questions_flashs/P1/QF_S42-1.tex
Executable file
@@ -0,0 +1,81 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\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}
|
||||
% Taux évolution
|
||||
\vfill
|
||||
Une quantité augmente trois fois de 10\%.
|
||||
|
||||
Quel est sont taux d'évolution global?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Notation scientifique
|
||||
Écrire le nombre suivant sous forme décimale
|
||||
\[
|
||||
A = 12,89 \times 10^{-5} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% equation de droite
|
||||
Déterminer le coefficient directeur (la pente) de la droite.
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=10cm,
|
||||
height=8cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=2] {-3*x-2};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Inéquation
|
||||
|
||||
Résoudre l'inéquation suivante
|
||||
\[
|
||||
-2x + 4 \geq 0
|
||||
\]
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tstmg/Questions_flashs/P1/QF_S42-2.pdf
Normal file
BIN
Tstmg/Questions_flashs/P1/QF_S42-2.pdf
Normal file
Binary file not shown.
81
Tstmg/Questions_flashs/P1/QF_S42-2.tex
Executable file
81
Tstmg/Questions_flashs/P1/QF_S42-2.tex
Executable file
@@ -0,0 +1,81 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\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}
|
||||
% Taux évolution
|
||||
\vfill
|
||||
Une quantité diminue trois fois de 20\%.
|
||||
|
||||
Quel est sont taux d'évolution global?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Notation scientifique
|
||||
Écrire le nombre suivant sous forme décimale
|
||||
\[
|
||||
A = 12,45 \times 10^{-4} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% equation de droite
|
||||
Déterminer le coefficient directeur (la pente) de la droite.
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=10cm,
|
||||
height=8cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=2] {2*x+1};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Inéquation
|
||||
|
||||
Résoudre l'inéquation suivante
|
||||
\[
|
||||
-5x + 10 \geq 5
|
||||
\]
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user