Files
2025-2026/Tstmg/Questions_flashs/P2/QF_S51-1.tex
Bertrand Benjamin 0fd86a8605
Some checks failed
Publish content / push (push) Successful in 1m5s
Sync to mirror repository / sync (push) Failing after 1m6s
Publish content / build (push) Successful in 2m22s
Publish content / deploy (push) Successful in 1m3s
feat(tstmg): QF S51
2025-12-11 14:28:27 +01:00

78 lines
1.6 KiB
TeX
Executable File

\documentclass[14pt]{classPres}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\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}
% Evolution
Une quantité augmente de 10\% puis de 20\%.
Quel est le taux d'évolution global de cette évolution?
\end{frame}
\begin{frame}{Calcul 2}
% Equation graphique
Déterminer 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}{Calcul 3}
% suites
Soit $u$ une suite géométrique telle que $u_3 = 6$ et $u_5 = 10$
Calculer la raison de cette suite.
\end{frame}
\begin{frame}{Calcul 4}
% Benefices
On donne
$$ R(x) = 150x$$
et $$C(x) = x^2 - 100x + 5$$
Calculer les bénéfices
$$ B(x) = R(x) - C(x)$$
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}