Feat: QF pour les 2nd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2022-02-28 08:16:06 +01:00
parent 791ec6bf2c
commit f9c7263c59
6 changed files with 273 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,91 @@
\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
{\Large Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Géométrie repérée
\vfill
Soit $A(-2; 6)$ et $B(-1; 5)$ deux points.
\vfill
Les coordonnées de $C$ le milieu de $[AB]$.
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% inéquation
Résoudre l'inéquation
\[
4x + 1 \geq 2
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Statistiques
Calculer la moyenne
\vfill
\begin{center}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Notes & 13 & 17 & 10 \\
\hline
Coefficient & 1 & 0.5 & 2 \\
\hline
\end{tabular}
\end{center}
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% 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}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,91 @@
\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
{\Large Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Géométrie repérée
\vfill
Soit $A(8; 10)$ et $B(-34; 0)$ deux points.
\vfill
Les coordonnées de $C$ le milieu de $[AB]$.
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% inéquation
Résoudre l'inéquation
\[
4x + 1 \geq 2x
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Statistiques
Calculer la moyenne
\vfill
\begin{center}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Notes & 10 & 11 & 16 \\
\hline
Coefficient & 2 & 0.5 & 1 \\
\hline
\end{tabular}
\end{center}
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Equation graphique
Résoudre graphiquement $f(x) = 4$
\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}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,91 @@
\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
{\Large Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Géométrie repérée
\vfill
Soit $A(-3; 3)$ et $B(-5; 0)$ deux points.
\vfill
Les coordonnées de $C$ le milieu de $[AB]$.
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% inéquation
Résoudre l'inéquation
\[
6x + 1 \geq 4x
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Statistiques
Calculer la moyenne
\vfill
\begin{center}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Notes & 6 & 10 & 16 \\
\hline
Coefficient & 1 & 3 & 0.5 \\
\hline
\end{tabular}
\end{center}
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Equation graphique
Résoudre graphiquement $f(x) = 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, 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}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}