diff --git a/2nd/Questions_flashs/P2/QF_S45-1.pdf b/2nd/Questions_flashs/P2/QF_S45-1.pdf new file mode 100644 index 0000000..c25a1d7 Binary files /dev/null and b/2nd/Questions_flashs/P2/QF_S45-1.pdf differ diff --git a/2nd/Questions_flashs/P2/QF_S45-1.tex b/2nd/Questions_flashs/P2/QF_S45-1.tex new file mode 100755 index 0000000..0a6cf2e --- /dev/null +++ b/2nd/Questions_flashs/P2/QF_S45-1.tex @@ -0,0 +1,80 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flashs} + \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{6}{5} + \frac{14}{15} = + \] +\end{frame} + +\begin{frame}{Calcul 2} + % Réduction + $x$ représente n'importe quel nombre. + + Développer l'expression suivante + \[ + A = 3x(2x + 1) + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Equation graphique + Résoudre graphiquement $f(x) = -2$ + \begin{center} + \begin{tikzpicture}[scale=0.8] + \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, 4) + (-2, 3) + (-1, 0) + (0, -2) + (1, 0) + (2, 3) + (3, 4) + (4, 3) + (5, 0) + }; + \end{tikzpicture} + \end{center} +\end{frame} + +\begin{frame}{Calcul 4} + % Géométrie + Vrai ou Faux? + + \vfill + N'importe quel quadrilatère qui a un angle droit est rectangle? + \vfill +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document} diff --git a/2nd/Questions_flashs/P2/QF_S45-2.pdf b/2nd/Questions_flashs/P2/QF_S45-2.pdf new file mode 100644 index 0000000..1c946f9 Binary files /dev/null and b/2nd/Questions_flashs/P2/QF_S45-2.pdf differ diff --git a/2nd/Questions_flashs/P2/QF_S45-2.tex b/2nd/Questions_flashs/P2/QF_S45-2.tex new file mode 100755 index 0000000..acc7547 --- /dev/null +++ b/2nd/Questions_flashs/P2/QF_S45-2.tex @@ -0,0 +1,80 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flashs} + \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 - \frac{7}{2} = + \] +\end{frame} + +\begin{frame}{Calcul 2} + % Réduction + $x$ représente n'importe quel nombre. + + Développer l'expression suivante + \[ + A = 3x(4x - 5) + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Equation graphique + Résoudre graphiquement $f(x) \geq 3$ + \begin{center} + \begin{tikzpicture}[scale=0.8] + \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 losange qui a des 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}