Files
2025-2026/1G_math/Questions_flashs/P2/QF_S50-2.tex
Bertrand Benjamin ba82043fab
Some checks failed
Sync to mirror repository / sync (push) Failing after 1m4s
Publish content / push (push) Successful in 1m23s
Publish content / build (push) Successful in 2m38s
Publish content / deploy (push) Successful in 2m24s
feat(1G_math): QF S50
2025-12-04 14:47:10 +01:00

72 lines
1.4 KiB
TeX
Executable File

\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}
% Taux de variations
\vfill
Soit $f(x) = \dfrac{3}{x+1}$.
Calculer le taux de variations de $f(x)$ entre $3$ et $3+h$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Suites
Soit $(u_n)$ une suite arithmétique de raison $r = 0.8$ et de premier terme $u_0 = 100$
Quel calcule permet de calculer $u_5$?
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Conversion
Convertir en heure et minutes
$$ 3,2h$$
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% probabilité conditionnelle
\begin{tabular}{|c|c|c|c|}
\hline
& \textbf{\small Malade ($M$)} & \textbf{\smallNon malade ($\overline{M}$)} & \textbf{\small Total} \\
\hline
\textbf{positif ($T$)} & 0,095 & 0,050 & 0,145 \\
\hline
\textbf{négatif ($\overline{T}$)} & 0,005 & 0,850 & 0,855 \\
\hline
\textbf{Total} & 0,10 & 0,90 & 1,00 \\
\hline
\end{tabular}
Calculer $P_M(\overline{T})$
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}