Feat(2nd): QF pour S04

This commit is contained in:
Bertrand Benjamin 2023-01-25 09:28:52 +01:00
parent 15cfcabc5c
commit ee8ecefd71
6 changed files with 297 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,101 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Inéquation
Résoudre l'inéquation suivante
\[
-5x -10 \geq 10
\]
\end{frame}
\begin{frame}[fragile]{Calcul 2}
Factoriser l'expression suivante
\vfill
\[
4x^2 + 8x + 4 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Probabilités
Calculer la probabilité d'avoir $CC$
\begin{center}
\begin{tikzpicture}[grow=down, sloped, scale=1.5]
\node {.}
child {node {C}
child {node {C}
edge from parent
node[above] {}
}
child {node {$\overline{C}$}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}
child[missing] {}
child { node {$\overline{C}$}
child {node {C}
edge from parent
node[above] {}
}
child {node {$\overline{C}$}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}%
;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Inversion formule
\vfill
On rappelle la formule
\begin{center}
\includegraphics[scale=0.6]{./fig/energie_elec}
\end{center}
\vfill
On donne les valeurs $E = 15J$ et $\Delta t = 10$.
Calculer la valeur de $P$.
\vfill
\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,98 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Inéquation
Résoudre l'inéquation suivante
\[
6x - 12 \geq 2x
\]
\end{frame}
\begin{frame}[fragile]{Calcul 2}
Factoriser l'expression suivante
\vfill
\[
25x^2 - 40x + 16 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Probabilités
Calculer $P(CY)$
\begin{center}
\begin{tikzpicture}[grow=down, sloped, scale=1]
\node {.}
child {node {C}
child {node {X}
edge from parent
node[above] {}
}
child {node {Y}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}
child[missing] {}
child { node {$R$ }
child { node {A}
edge from parent
node[above] {}
}
child {node {B}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}%
;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Inversion formule
\vfill
On rappelle la formule
\begin{center}
\includegraphics[scale=0.6]{./fig/energie_elec}
\end{center}
\vfill
Déterminer la formule qui permet de calculer $\Delta t$ en connaissant $P$ et $E$.
\vfill
\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,98 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Inéquation
Résoudre l'inéquation suivante
\[
2x - 6 \geq 10
\]
\end{frame}
\begin{frame}[fragile]{Calcul 2}
Factoriser l'expression suivante
\vfill
\[
25x^2 + 20x + 4 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Probabilités
Calculer la probabilité d'avoir un seul $\overline{C}$
\begin{center}
\begin{tikzpicture}[grow=down, sloped, scale=1.5]
\node {.}
child {node {C}
child {node {C}
edge from parent
node[above] {}
}
child {node {$\overline{C}$}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}
child[missing] {}
child { node {$\overline{C}$}
child {node {C}
edge from parent
node[above] {}
}
child {node {$\overline{C}$}
edge from parent
node[above] {}
}
edge from parent
node[above] {}
}%
;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Inversion formule
\vfill
On rappelle la formule
\begin{center}
\includegraphics[scale=0.6]{./fig/poids}
\end{center}
\vfill
On sait que $P = 200N$ et que $m = 10kg$. Calculer la valeur de $g$.
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}