Feat: QF pour les TST
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
be926d752f
commit
bcf56e5ebe
Binary file not shown.
|
@ -0,0 +1,59 @@
|
||||||
|
\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}
|
||||||
|
On définit l'indice de base 100 du chiffre d'affaire d'une entreprise en 2015 qui était de 66millions d'euros.
|
||||||
|
|
||||||
|
|
||||||
|
En 2017, son chiffre d'affaire est de 80 millions d'euros
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
Calculer l'indice en 2017
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 2}
|
||||||
|
Développer puis simplifier l'expression
|
||||||
|
\[
|
||||||
|
f(x) = (x - 2)(x + 1) + 2x
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
Est-ce que $x=2$ est une racine du polynôme suivant?
|
||||||
|
\[
|
||||||
|
P(x) = x^2 + x - 6
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
Dériver l'expression suivante
|
||||||
|
\[
|
||||||
|
f(x) = 4x^2 + 3x + 1
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue