Feat: SF pour les TST
This commit is contained in:
parent
54052072d8
commit
89bd5ae82f
BIN
TST/Questions_Flash/P5/QF_21_05_03-1.pdf
Normal file
BIN
TST/Questions_Flash/P5/QF_21_05_03-1.pdf
Normal file
Binary file not shown.
100
TST/Questions_Flash/P5/QF_21_05_03-1.tex
Executable file
100
TST/Questions_Flash/P5/QF_21_05_03-1.tex
Executable file
@ -0,0 +1,100 @@
|
|||||||
|
\documentclass[12pt]{classPres}
|
||||||
|
\usepackage{tkz-fct}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\title{}
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}{Questions flashs}
|
||||||
|
\begin{center}
|
||||||
|
\vfill
|
||||||
|
Terminale ST
|
||||||
|
\vfill
|
||||||
|
30 secondes par calcul
|
||||||
|
\vfill
|
||||||
|
\tiny \jobname
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 1}
|
||||||
|
Calculer $P(F\cap E)$
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[xscale=2, grow=right]
|
||||||
|
\node {.}
|
||||||
|
child {node {$F$}
|
||||||
|
child {node {$E$}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.8}
|
||||||
|
}
|
||||||
|
child {node {$\overline{E}$}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.2}
|
||||||
|
}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.3}
|
||||||
|
}
|
||||||
|
child[missing] {}
|
||||||
|
child { node {$\overline{F}$}
|
||||||
|
child {node {$E$}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.9}
|
||||||
|
}
|
||||||
|
child {node {$\overline{E}$}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.1}
|
||||||
|
}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.7}
|
||||||
|
} ;
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 2}
|
||||||
|
Développer l'expression
|
||||||
|
\[
|
||||||
|
f(x) = (2x - 4)(x + 1)
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
Simplifier l'expression pour faire sortir le $x$ du $\log$
|
||||||
|
\[
|
||||||
|
\log(10^{2x}) =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
On définit l'indice de base 100 du prix moyen en euro d'une baguette en 2000. Le prix moyen d'une baguette en 2000 était de 0,64\euro.
|
||||||
|
|
||||||
|
|
||||||
|
En 2017, l'indice du prix était de 136.
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
Calculer le prix moyen d'une baguette en 2017.
|
||||||
|
\vfill
|
||||||
|
\pause
|
||||||
|
\begin{center}
|
||||||
|
\begin{tabular}{|c|c|c|}
|
||||||
|
\hline
|
||||||
|
Année & 2000 & 2017 \\
|
||||||
|
\hline
|
||||||
|
Prix moyen & 0,65 & \\
|
||||||
|
\hline
|
||||||
|
Indice & 100 & 136 \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
C'est une tableau de proportionnalité.
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
BIN
TST/Questions_Flash/P5/QF_21_05_03-2.pdf
Normal file
BIN
TST/Questions_Flash/P5/QF_21_05_03-2.pdf
Normal file
Binary file not shown.
100
TST/Questions_Flash/P5/QF_21_05_03-2.tex
Executable file
100
TST/Questions_Flash/P5/QF_21_05_03-2.tex
Executable file
@ -0,0 +1,100 @@
|
|||||||
|
\documentclass[12pt]{classPres}
|
||||||
|
\usepackage{tkz-fct}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\title{}
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}{Questions flashs}
|
||||||
|
\begin{center}
|
||||||
|
\vfill
|
||||||
|
Terminale ST
|
||||||
|
\vfill
|
||||||
|
30 secondes par calcul
|
||||||
|
\vfill
|
||||||
|
\tiny \jobname
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 1}
|
||||||
|
Calculer $P_F(E)$
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[xscale=2, grow=right]
|
||||||
|
\node {.}
|
||||||
|
child {node {$F$}
|
||||||
|
child {node {$E$}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.8}
|
||||||
|
}
|
||||||
|
child {node {$\overline{E}$}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.2}
|
||||||
|
}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.3}
|
||||||
|
}
|
||||||
|
child[missing] {}
|
||||||
|
child { node {$\overline{F}$}
|
||||||
|
child {node {$E$}
|
||||||
|
edge from parent
|
||||||
|
node[below] {0.9}
|
||||||
|
}
|
||||||
|
child {node {$\overline{E}$}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.1}
|
||||||
|
}
|
||||||
|
edge from parent
|
||||||
|
node[above] {0.7}
|
||||||
|
} ;
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 2}
|
||||||
|
Développer l'expression
|
||||||
|
\[
|
||||||
|
f(x) = (2x - 4)^2
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
Simplifier l'expression pour faire sortir le $x$ du $\log$
|
||||||
|
\[
|
||||||
|
\log(5\times 10^{0.5x}) =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
On définit l'indice de base 100 du prix moyen en euro d'une baguette en 2000. Le prix moyen d'une baguette en 2000 était de 0,64\euro.
|
||||||
|
|
||||||
|
|
||||||
|
En 2019, l'indice du prix était de 146.
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
Calculer le prix moyen d'une baguette en 2017.
|
||||||
|
\vfill
|
||||||
|
\pause
|
||||||
|
\begin{center}
|
||||||
|
\begin{tabular}{|c|c|c|}
|
||||||
|
\hline
|
||||||
|
Année & 2000 & 2017 \\
|
||||||
|
\hline
|
||||||
|
Prix moyen & 0,65 & \\
|
||||||
|
\hline
|
||||||
|
Indice & 100 & 136 \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
C'est une tableau de proportionnalité.
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
10
TST/Questions_Flash/P5/index.rst
Normal file
10
TST/Questions_Flash/P5/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Questions flash avec TST en P4
|
||||||
|
##############################
|
||||||
|
|
||||||
|
:date: 2021-05-01
|
||||||
|
:modified: 2021-05-01
|
||||||
|
:authors: Bertrand Benjamin
|
||||||
|
:category: TST
|
||||||
|
:tags: Questions flash
|
||||||
|
:summary: Questions flashs pour la période 4 avec les TST
|
||||||
|
|
Loading…
Reference in New Issue
Block a user