feat(1G_math): QF S46

This commit is contained in:
2025-11-06 13:52:41 +01:00
parent dfdbf8ae59
commit 89c6202c64
2 changed files with 78 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,78 @@
\documentclass[14pt]{classPres}
\usepackage{minted}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
1G spécialité math
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Inéquation
Résoudre l'inéquation suivante.
$$ \frac{3 - 2x}{3} \leq \frac{3x + 5}{2} $$
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% coordonnées de vecteurs
Soient $\vect{u} \vectCoord{3}{4}$
\bigskip
Calculer la norme de $\vect{u}$
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Factorisation
Factoriser l'expression suivante
$$ 4x^2 - 12x + 9 $$
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Probabilités conditionnelles
\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
On choisit un élève au hasard dans ce lycée.
Calculer la probabilité qu'il soit externe sachant qu'il est en 1ST.
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}