feat(1G_spec): QF S41
All checks were successful
Publish content / push (push) Successful in 1m29s
Publish content / build (push) Successful in 1m53s
Publish content / deploy (push) Successful in 41s

This commit is contained in:
2025-10-02 14:19:31 +02:00
parent 0c3bf2d968
commit e97ff2e985
2 changed files with 74 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,74 @@
\documentclass[14pt]{classPres}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Première spécifique
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Faire le calcul suivant
\[
\frac{4}{9} + \frac{2}{3} =
\]
\end{frame}
\begin{frame}{Calcul 2}
\vfill
Un jouet coûte 50\euro. Il y a une remise de 20\%.
\vfill
Quel est sont nouveau prix?
\vfill
\end{frame}
\begin{frame}{Calcul 3}
Pour quelle(s) valeur(s) de $x$ a-t-on $f(x) = 2$?
\begin{center}
\begin{tikzpicture}[scale=0.9]
\begin{axis}[
xmin=-5, xmax=5,
ymin=-8, ymax=6,
grid=major,
xlabel=$x$,
ylabel=$y$,
axis lines=middle,
ytick distance=2,
xtick distance=1,
]
\addplot[thick,red,domain=-5:5,samples=200]{-0.5*x^2 + 4};
\end{axis}
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Développer
Développer l'expression suivante
\[
(2x+1)(x + 1)
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}