Feat: ajoute les questions flashs sur S22 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
46730d3201
commit
a7da4421d1
BIN
2nd/Questions_flashs/P5/QF_S22-1.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S22-1.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P5/QF_S22-1.tex
Executable file
75
2nd/Questions_flashs/P5/QF_S22-1.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
{\Large Calculatrice autorisée}
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Équation produit
|
||||
Résoudre l'équation
|
||||
\[
|
||||
(2x+6)(x-2) = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Factoriser
|
||||
Factoriser l'expression suivantes
|
||||
\[
|
||||
25x^2 - 9 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Information chiffrée
|
||||
\vfill
|
||||
Un objet est passé de 15 \euro à 21 \euro.
|
||||
|
||||
Quel taux d'évolution doit-on appliquer pour le faire revenir à 15\euro?
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% généralité fonctions
|
||||
Quelle est la parité de cette fonction?
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\begin{axis}[
|
||||
axis lines = center,
|
||||
grid = both,
|
||||
xlabel = {$x$},
|
||||
xtick distance=1,
|
||||
ylabel = {$y$},
|
||||
ymin=0,
|
||||
]
|
||||
\addplot[domain=-5:5,samples=40, color=red, very thick]{x*x + 5};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S22-2.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S22-2.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P5/QF_S22-2.tex
Executable file
75
2nd/Questions_flashs/P5/QF_S22-2.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
{\Large Calculatrice autorisée}
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Équation produit
|
||||
Résoudre l'équation
|
||||
\[
|
||||
x(2x+6) = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Factoriser
|
||||
Factoriser l'expression suivantes
|
||||
\[
|
||||
16x^2 - 25x =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Information chiffrée
|
||||
\vfill
|
||||
Un objet est passé de 120 \euro à 90 \euro.
|
||||
|
||||
Quel taux d'évolution doit-on appliquer pour le faire revenir à 120\euro?
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% généralité fonctions
|
||||
Quelle est la parité de cette fonction?
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\begin{axis}[
|
||||
axis lines = center,
|
||||
grid = both,
|
||||
xlabel = {$x$},
|
||||
xtick distance=1,
|
||||
ylabel = {$y$},
|
||||
%ymin=0,
|
||||
]
|
||||
\addplot[domain=-5:5,samples=40, color=red, very thick]{x^3 - 10*x};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S22-3.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S22-3.pdf
Normal file
Binary file not shown.
75
2nd/Questions_flashs/P5/QF_S22-3.tex
Executable file
75
2nd/Questions_flashs/P5/QF_S22-3.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
{\Large Calculatrice autorisée}
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Équation produit
|
||||
Résoudre l'équation
|
||||
\[
|
||||
(x-3)(3x-6) = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Factoriser
|
||||
Factoriser l'expression suivantes
|
||||
\[
|
||||
16x^2 - 25 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Information chiffrée
|
||||
\vfill
|
||||
Une quantité a augmenté de 60\% puis diminué de 60\%.
|
||||
|
||||
Quel est le taux d'évolution global de ces deux évolutions?
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% généralité fonctions
|
||||
Quelle est la parité de cette fonction?
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\begin{axis}[
|
||||
axis lines = center,
|
||||
grid = both,
|
||||
xlabel = {$x$},
|
||||
xtick distance=1,
|
||||
ylabel = {$y$},
|
||||
%ymin=0,
|
||||
]
|
||||
\addplot[domain=-5:5,samples=40, color=red, very thick]{x^2 - 10*x};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\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