Feat(2nd): QF pour S14
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-04-04 09:34:34 +02:00
parent b58dd4b9b5
commit cb9ffe18eb
6 changed files with 285 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,95 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
\textbf{Calculatrice autorisée}
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Statistiques
\begin{center}
\begin{tabular}{|c|*{4}{p{1.5cm}|}}
\hline
Valeurs & 2 & 4 & 8 & 16 \\
\hline
Effectif & 10 & 6 & 2 & 20 \\
\hline
\end{tabular}
\end{center}
\vfill
Calculer la moyenne de cette série statistique.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Information chiffrée
\vfill
Pendant les soldes, un robe a subi 2 démarques. Une première de 20\% puis une deuxième de 30\%.
\vfill
Quel est le taux d'évolution total de son prix?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Proba - ensemble
Contenu d'un sac de bonbon.
\begin{center}
\begin{tabular}{|c|*{3}{c|}}
\hline
& Sucré & Salé & Total \\
\hline
Fondant & 45 & 5 & 50 \\
\hline
Croquant & 78 & 22 & 100 \\
\hline
total & 123 & 27 & 150 \\
\hline
\end{tabular}
\end{center}
$A = \left\{\mbox{ Sucré }\right\}$
\hfill
$B = \left\{\mbox{ Fondant }\right\}$
\vfill
Calculer $P(\overline{A} \cap B)$
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Python
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
notes = [12, 15, 7, 10]
print(len(notes))
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\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,95 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
\textbf{Calculatrice autorisée}
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Statistiques
\begin{center}
\begin{tabular}{|c|*{4}{p{1.5cm}|}}
\hline
Notes & 12 & 15 & 10 & 16 \\
\hline
Coefficient & 1 & 0.5 & 2 & 2 \\
\hline
\end{tabular}
\end{center}
\vfill
Calculer la moyenne de cette série statistique.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Information chiffrée
\vfill
On a diminué nos émissions de 3\% pendant 4 années consécutives.
\vfill
Quel est le taux d'évolution total de cette baisse ?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Proba - ensemble
Contenu d'un sac de bonbon.
\begin{center}
\begin{tabular}{|c|*{3}{c|}}
\hline
& Sucré & Salé & Total \\
\hline
Fondant & 45 & 5 & 50 \\
\hline
Croquant & 78 & 22 & 100 \\
\hline
total & 123 & 27 & 150 \\
\hline
\end{tabular}
\end{center}
$A = \left\{\mbox{ Sucré }\right\}$
\hfill
$B = \left\{\mbox{ Fondant }\right\}$
\vfill
Calculer $P(\overline{A} \cup B)$
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Python
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
notes = [12, 15, 7, 10]
print(sum(notes)/len(notes))
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\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,95 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
\textbf{Calculatrice autorisée}
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Statistiques
\begin{center}
\begin{tabular}{|c|*{3}{p{1.5cm}|}}
\hline
Notes & 3 & 5 & 3 \\
\hline
Coefficient & 1 & 0.5 & 2 \\
\hline
\end{tabular}
\end{center}
\vfill
Calculer la moyenne de cette série statistique.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Information chiffrée
\vfill
On a augmenté nos émissions de 30\% pendant 3 années consécutives.
\vfill
Quel est le taux d'évolution total de cette évolution ?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Proba - ensemble
Contenu d'un sac de bonbon.
\begin{center}
\begin{tabular}{|c|*{3}{c|}}
\hline
& Sucré & Salé & Total \\
\hline
Fondant & 45 & 5 & 50 \\
\hline
Croquant & 78 & 22 & 100 \\
\hline
total & 123 & 27 & 150 \\
\hline
\end{tabular}
\end{center}
$A = \left\{\mbox{ Sucré }\right\}$
\hfill
$B = \left\{\mbox{ Fondant }\right\}$
\vfill
Calculer $P(A \cup \overline{B})$
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Python
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
notes = [12, 15, 7, 10]
print(notes[2])
\end{minted}
\end{minipage}
\end{center}
\vfill
Que va afficher le programme ?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}