Feat: QF 2nd S47
This commit is contained in:
parent
a9fb40c8c3
commit
348071a5b1
BIN
2nd/Questions_flashs/P2/QF_S47-1.pdf
Normal file
BIN
2nd/Questions_flashs/P2/QF_S47-1.pdf
Normal file
Binary file not shown.
81
2nd/Questions_flashs/P2/QF_S47-1.tex
Executable file
81
2nd/Questions_flashs/P2/QF_S47-1.tex
Executable file
@ -0,0 +1,81 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\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}{Calcul 1}
|
||||
% Fractions
|
||||
Calculer la quantité suivante puis simplifier la fraction.
|
||||
\[
|
||||
\frac{2}{5} \times 5 + 4 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Réduction
|
||||
$x$ représente n'importe quel nombre.
|
||||
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
A = (x + 1)(4x + 5)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Equation graphique
|
||||
Résoudre graphiquement $f(x) \geq 0$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.7]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-5, 4)
|
||||
(-4, 3)
|
||||
(-3, 0)
|
||||
(-2, -2)
|
||||
(-1, 0)
|
||||
(0, 2)
|
||||
(1, 0)
|
||||
(2, 1)
|
||||
(3, 3)
|
||||
(4, 3)
|
||||
(5, 2)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Géométrie
|
||||
Vrai ou Faux?
|
||||
|
||||
\vfill
|
||||
Un quadrilatère qui a ses diagonales qui se coupent en angle droit est un losange.
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P2/QF_S47-2.pdf
Normal file
BIN
2nd/Questions_flashs/P2/QF_S47-2.pdf
Normal file
Binary file not shown.
81
2nd/Questions_flashs/P2/QF_S47-2.tex
Executable file
81
2nd/Questions_flashs/P2/QF_S47-2.tex
Executable file
@ -0,0 +1,81 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\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}{Calcul 1}
|
||||
% Fractions
|
||||
Calculer la quantité suivante puis simplifier la fraction.
|
||||
\[
|
||||
2 + 3\times \frac{1}{6}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Réduction
|
||||
$x$ représente n'importe quel nombre.
|
||||
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
A = (x + 1)(-2x + 3)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Equation graphique
|
||||
Résoudre graphiquement $f(x) \leq 0$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.7]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-5, 1)
|
||||
(-4, 3)
|
||||
(-3, 0)
|
||||
(-2, -2)
|
||||
(-1, 0)
|
||||
(0, 2)
|
||||
(1, 0)
|
||||
(2, -2)
|
||||
(3, 0)
|
||||
(4, 2)
|
||||
(5, 1)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Géométrie
|
||||
Vrai ou Faux?
|
||||
|
||||
\vfill
|
||||
Un parallélogramme qui a ses diagonales de même longueur est un rectangle.
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P2/QF_S47-3.pdf
Normal file
BIN
2nd/Questions_flashs/P2/QF_S47-3.pdf
Normal file
Binary file not shown.
81
2nd/Questions_flashs/P2/QF_S47-3.tex
Executable file
81
2nd/Questions_flashs/P2/QF_S47-3.tex
Executable file
@ -0,0 +1,81 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\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}{Calcul 1}
|
||||
% Fractions
|
||||
Calculer la quantité suivante puis simplifier la fraction.
|
||||
\[
|
||||
2 + 6\times \frac{1}{2}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Réduction
|
||||
$x$ représente n'importe quel nombre.
|
||||
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
A = (2x + 1)(5x + 3)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Equation graphique
|
||||
Résoudre graphiquement $f(x) = -2$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.7]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-5, 1)
|
||||
(-4, 3)
|
||||
(-3, 0)
|
||||
(-2, -2)
|
||||
(-1, 0)
|
||||
(0, 2)
|
||||
(1, 0)
|
||||
(2, -2)
|
||||
(3, 0)
|
||||
(4, 2)
|
||||
(5, 1)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Géométrie
|
||||
Vrai ou Faux?
|
||||
|
||||
\vfill
|
||||
Un quadrilatère qui a ses diagonales qui se coupent en leur milieu est un losange.
|
||||
|
||||
\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