Feat: QF pour les TST

This commit is contained in:
Bertrand Benjamin 2021-03-26 11:24:39 +01:00
parent 8f0a5f5b09
commit 746f0fb0a6
6 changed files with 266 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,85 @@
\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)$
\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éterminer l'équation de la droite
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain=-5:5,color=red,very thick]%
{0.25*\x + 1};
\end{tikzpicture}
\end{frame}
\begin{frame}{Calcul 3}
Soit $(u_n)$ une suite arithmétique de raison $r=1$ et de premier terme $u_0 = 2$.
Calculer la somme des 4 premiers termes.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
Une quantité augmente de 10\% par an. Calculer le taux d'évolution global de cette quantité sur 15 ans.
\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[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éterminer l'équation de la droite
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain=-5:5,color=red,very thick]%
{1.25*\x - 2};
\end{tikzpicture}
\end{frame}
\begin{frame}{Calcul 3}
Soit $(u_n)$ une suite arithmétique de raison $r=0.5$ et de premier terme $u_0 = 2$.
Calculer la somme des termes de $u_0$ à $u_{20}$
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
\begin{tabularx}{\linewidth}{|m{3cm}|*{5}{>{\centering \arraybackslash}X|}}\hline
Année&2012& 2013& 2014& 2015&2016\\ \hline
PIB par habitant des États-Unis d'achat (en SPA)&\np{38900} & \np{38900} & \np{40500} & \np{42600} & \np{42000}\\ \hline
\end{tabularx}
Calculer le taux d'évolution global entre 2012 et 2016.
\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,90 @@
\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(E \cap F)$
\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éterminer l'équation de la droite
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain=-5:5,color=red,very thick]%
{-1.25*\x - 2};
\end{tikzpicture}
\end{frame}
\begin{frame}{Calcul 3}
Soit $(u_n)$ une suite arithmétique de raison $r=-1$ et de premier terme $u_0 = 10$.
Calculer la somme des termes de $u_0$ à $u_{200}$
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
\begin{tabularx}{\linewidth}{|m{3cm}|*{5}{>{\centering \arraybackslash}X|}}\hline
Année&2012& 2013& 2014& 2015&2016\\ \hline
PIB par habitant des États-Unis d'achat (en SPA)&\np{38900} & \np{38900} & \np{40500} & \np{42600} & \np{42000}\\ \hline
\end{tabularx}
Calculer le taux d'évolution global entre 2012 et 2014.
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}