feat(1G_enssci): QF S50
Some checks failed
Publish content / push (push) Successful in 1m12s
Sync to mirror repository / sync (push) Failing after 1m12s
Publish content / build (push) Successful in 2m19s
Publish content / deploy (push) Successful in 53s

This commit is contained in:
2025-12-04 16:06:21 +01:00
parent ba82043fab
commit 736f3f5e84
4 changed files with 138 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,69 @@
\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}
% Proportionnalité
Pour parcourir 500m, un voiture consomme 0.3L d'essence.
Quelle sera la consommation pour parcourir 10km?
\end{frame}
\begin{frame}{Calcul 2}
% Proportion
Combien fait les trois quart d'un tiers?
\end{frame}
\begin{frame}{Calcul 3}
% Suites
Soit $u$ la suite définie par $u_0 = 6$ et $u_{n+1} = u_n + 10$
Calculer $u_3$
\end{frame}
\begin{frame}{Calcul 4}
% Proportion
\vfill
\begin{tabular}{|*{4}{c|}}
\hline
Section/regime & Interne & Externe & Total \\
\hline
1ST & 12 & 18 & 30 \\
\hline
1G & 8 & 12 & 20 \\
\hline
Total & 20 & 30 & 50 \\
\hline
\end{tabular}
\vfill
Calculer la proportion de 1ST.
\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,69 @@
\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}
% Proportionnalité
Pour parcourir 600m, un voiture consomme 300mL d'essence.
Quelle sera la consommation pour parcourir 12km? Donner la réponse en L.
\end{frame}
\begin{frame}{Calcul 2}
% Proportion
Combien fait dix pourcents de la moitié?
\end{frame}
\begin{frame}{Calcul 3}
% Suites
Soit $u$ la suite définie par $u_{n} = 6n + 2$
Calculer $u_5$
\end{frame}
\begin{frame}{Calcul 4}
% Proportion
\vfill
\begin{tabular}{|*{4}{c|}}
\hline
Section/regime & Interne & Externe & Total \\
\hline
1ST & 12 & 18 & 30 \\
\hline
1G & 8 & 12 & 20 \\
\hline
Total & 20 & 30 & 50 \\
\hline
\end{tabular}
\vfill
Calculer la proportion d'interne en 1G.
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}