64 lines
1.1 KiB
TeX
Executable File
64 lines
1.1 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage{listings}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flash}
|
|
\begin{center}
|
|
\vfill
|
|
2nd
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
{\Large Calculatrice autorisée}
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 1}
|
|
% Information chiffrée
|
|
Une quantité diminue de 5\% par an.
|
|
|
|
Quelle sera sont taux d'évolution après 5ans?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% développer et réduire
|
|
Développer et réduire l'expression suivante
|
|
\[
|
|
(2x + 1)(2x - 1) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% droite
|
|
\vfill
|
|
$(d)$ est la droite de pente 6 et qui passe par $A(-2; 5)$.
|
|
|
|
\vfill
|
|
Calculer l'équation de la droite $(d)$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Puissance
|
|
Calculer la quantité suivante
|
|
\[
|
|
\frac{10^8 \times 10^3}{10^5} =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|