feat(2nd): QF S51

This commit is contained in:
2025-12-11 14:02:16 +01:00
parent 3f45ebc1a4
commit d979e374cb
6 changed files with 195 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,65 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\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 quantité vaut 65. Elle augmente de 150\%.
\vfill
Quel calcul doit-on taper à la calculatrice pour obtenir sa nouvelle valeur?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% Développer
Développer et réduire l'expression suivante
$$(3x+1)(x + 5)$$
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
for i in range(3):
print("moi")
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\vfill
\end{frame}
\begin{frame}{Calcul 4}
% Inéquation
Résoudre l'inéquation suivante
$$ 4x + 20 \leq 0$$
\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,65 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\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 quantité vaut 12. Elle diminue de 35\%.
\vfill
Quel calcul doit-on taper à la calculatrice pour obtenir sa nouvelle valeur?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% Développer
Développer et réduire l'expression suivante
$$(5x-1)^2$$
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
for i in range(3):
print("Coucou", i)
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\vfill
\end{frame}
\begin{frame}{Calcul 4}
% Inéquation
Résoudre l'inéquation suivante
$$ -3x + 15 \geq 0$$
\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,65 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\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 quantité vaut 48. Elle diminue de 70\%.
\vfill
Quel calcul doit-on taper à la calculatrice pour obtenir sa nouvelle valeur?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% Développer
Développer et réduire l'expression suivante
$$(4x -3)(2x + 1)$$
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
for i in range(3):
print("Numéro ", i)
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\vfill
\end{frame}
\begin{frame}{Calcul 4}
% Inéquation
Résoudre l'inéquation suivante
$$ -5x - 15 \geq 0$$
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}