feat(2nd): QF S46

This commit is contained in:
2025-11-06 13:40:18 +01:00
parent b6818ec0f9
commit dfdbf8ae59
4 changed files with 166 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,83 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Evolution
Une robe coûte 160\euro. Elle est soldé à -10\%.
Quel est le prix de cette robe?
\end{frame}
\begin{frame}{Calcul 2}
% Evolution
Une quantité passe 10 à 40.
Quel est le taux d'évolution de cette évolution?
\end{frame}
\begin{frame}{Calcul 3}
% Equation graphique
Déterminer graphiquement $f(x) \leq 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, 0)
(-4, 0.5)
(-3, 1)
(-2, 2)
(-1, 3)
(0, 4)
(1, 5)
(2, 4)
(3, 3)
(4, 2)
(5, 1)
};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Logique
Dire si oui ou non ce raisonnement est correct (logique).
\vfill
\textbf{On sait que } Aline a les cheveux long.
\textbf{Or} Aline est un fille.
\textbf{Donc} Les filles ont les cheveux longs.
\vfill
\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,83 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Evolution
Une robe coûte 80\euro. Elle est soldé à -5\%.
Quel est le prix de cette robe?
\end{frame}
\begin{frame}{Calcul 2}
% Evolution
Une quantité passe 10 à 2.
Quel est le taux d'évolution de cette évolution?
\end{frame}
\begin{frame}{Calcul 3}
% Equation graphique
Déterminer graphiquement $f(x) \leq 2$
\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, 0)
(-4, 0.5)
(-3, 1)
(-2, 2)
(-1, 3)
(0, 4)
(1, 5)
(2, 4)
(3, 3)
(4, 2)
(5, 1)
};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
% Logique
Dire si oui ou non ce raisonnement est correct (logique).
\vfill
\textbf{On sait que } Le chêne est un arbre
\textbf{Or} les arbres ont des feuilles.
\textbf{Donc} les chênes ont des feuilles.
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}