Feat: QF pour S4 pour les 2nd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
29bbe3ffa0
commit
977c203361
BIN
2nd/Questions_flashs/P3/QF_S04-1.pdf
Normal file
BIN
2nd/Questions_flashs/P3/QF_S04-1.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P3/QF_S04-1.tex
Executable file
75
2nd/Questions_flashs/P3/QF_S04-1.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage{listings}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Fractions
|
||||
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\frac{2}{5} - \frac{1}{10} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% inéquation
|
||||
Résoudre l'inéquation
|
||||
|
||||
\[
|
||||
3x - 9 \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Statistiques
|
||||
Déterminer la moyenne de la série statistique suivante
|
||||
\vfill
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|*{3}{c|}}
|
||||
\hline
|
||||
Valeurs & 1 & 10 & 100 \\
|
||||
\hline
|
||||
Effectif & 2 & 3 & 5 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Tableaux signe et variations
|
||||
\vfill
|
||||
\begin{tikzpicture}[baseline=(a.north)]
|
||||
\tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-2, -1, 0, 5 }
|
||||
\tkzTabVar{ +/-1, -/-2, +/0, -/-1}
|
||||
\end{tikzpicture}
|
||||
|
||||
\vfill
|
||||
Pour quelle valeur de $x$, la fonction $f$ atteint son maximum?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P3/QF_S04-2.pdf
Normal file
BIN
2nd/Questions_flashs/P3/QF_S04-2.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P3/QF_S04-2.tex
Executable file
75
2nd/Questions_flashs/P3/QF_S04-2.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage{listings}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Fractions
|
||||
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\frac{4}{7} - \frac{1}{2} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% inéquation
|
||||
Résoudre l'inéquation
|
||||
|
||||
\[
|
||||
9 + 3x \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Statistiques
|
||||
Déterminer la moyenne de la série statistique suivante
|
||||
\vfill
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|*{3}{c|}}
|
||||
\hline
|
||||
Valeurs & 1 & 5 & 10 \\
|
||||
\hline
|
||||
Effectif & 5 & 2 & 1 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Tableaux signe et variations
|
||||
\vfill
|
||||
\begin{tikzpicture}[baseline=(a.north)]
|
||||
\tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-2, -1, 0, 5 }
|
||||
\tkzTabVar{ +/-1, -/-2, +/0, -/-1}
|
||||
\end{tikzpicture}
|
||||
|
||||
\vfill
|
||||
Pour quelle valeur de $x$, la fonction $f$ atteint son minimum?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P3/QF_S04-3.pdf
Normal file
BIN
2nd/Questions_flashs/P3/QF_S04-3.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P3/QF_S04-3.tex
Executable file
75
2nd/Questions_flashs/P3/QF_S04-3.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage{listings}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Fractions
|
||||
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\frac{13}{7} - 2 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% inéquation
|
||||
Résoudre l'inéquation
|
||||
|
||||
\[
|
||||
4x - 12 \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Statistiques
|
||||
Déterminer la moyenne de la série statistique suivante
|
||||
\vfill
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|*{3}{c|}}
|
||||
\hline
|
||||
Valeurs & 1 & 10 & 100 \\
|
||||
\hline
|
||||
Effectif & 4 & 3 & 3 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Tableaux signe et variations
|
||||
\vfill
|
||||
\begin{tikzpicture}[baseline=(a.north)]
|
||||
\tkzTabInit[lgt=3,espcl=2]{$ x $/1, Variations de $ f $/2}{-10, -5, 1, 5 }
|
||||
\tkzTabVar{ +/10, -/9, +/11, -/8}
|
||||
\end{tikzpicture}
|
||||
|
||||
\vfill
|
||||
Pour quelle valeur de $x$, la fonction $f$ atteint son minimum?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user