72 lines
1.3 KiB
TeX
Executable File
72 lines
1.3 KiB
TeX
Executable File
\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
|
|
\[
|
|
-6x - 5 \geq 10
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
Factoriser l'expression suivante
|
|
\vfill
|
|
\[
|
|
8x - 12x^2 =
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Information chiffrée
|
|
Au début de l'année, un village comptait 1205 habitants. Au cours de l'année cette population a diminuée de 15\%.
|
|
\vfill
|
|
Quelle est la population au début de l'année suivante?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% Inversion formule
|
|
\vfill
|
|
On rappelle la formule
|
|
\begin{center}
|
|
\includegraphics[scale=0.8]{./fig/energie_cinetique}
|
|
\end{center}
|
|
On donne $E_c = 10J$ et $v = 10 m.s^{-1}$
|
|
|
|
\vfill
|
|
|
|
Combien vaut la masse $m$?
|
|
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|