75 lines
1.3 KiB
TeX
75 lines
1.3 KiB
TeX
|
\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
|
||
|
\Large{Calculatrice autorisée}
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
% Inéquation
|
||
|
Résoudre l'inéquation suivante
|
||
|
\[
|
||
|
-3x - 10 \geq 0
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 2}
|
||
|
Factoriser l'expression suivante
|
||
|
\vfill
|
||
|
\[
|
||
|
5x^2 - 3x =
|
||
|
\]
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Information chiffrée
|
||
|
|
||
|
Début 2020, un litre de diesel coûtait 1.3\euro. Au cours de l'année, elle a augmenté de 33\%.
|
||
|
|
||
|
Combien coûte un litre de diesel début 2021?
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
% Inversion formule
|
||
|
\vfill
|
||
|
On rappelle la formule
|
||
|
\begin{center}
|
||
|
\includegraphics[scale=0.8]{./fig/concentration}
|
||
|
\end{center}
|
||
|
|
||
|
\vfill
|
||
|
|
||
|
On donne les valeurs $C_m = 15 g.L^{-1}$ et $V = 5L$.
|
||
|
|
||
|
\vfill
|
||
|
|
||
|
Calculer la valeur de $m$.
|
||
|
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|