feat(1G_spec): QF S42

This commit is contained in:
2025-10-09 13:39:49 +02:00
parent 61afa5ec86
commit 5af54ea965
2 changed files with 80 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,80 @@
\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}
% fractions
Faire le calcul suivant
\[
\frac{5}{12} - \frac{2}{3} =
\]
\end{frame}
\begin{frame}{Calcul 2}
% évolution
\vfill
Un jouet coûte 150\euro. Il y a une remise de 40\%.
\vfill
Quel est sont nouveau prix?
\vfill
\end{frame}
\begin{frame}{Calcul 3}
% 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 4}
% Développer
Développer l'expression suivante
\[
(4x -2)(-x+2)
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}