65 lines
1.3 KiB
TeX
65 lines
1.3 KiB
TeX
|
\documentclass[a4paper,10pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Calcul mental}
|
||
|
\begin{center}
|
||
|
\huge 30 secondes par calcul
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
\huge
|
||
|
Développer puis réduire.
|
||
|
\[
|
||
|
2x(3x - 10) =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
\huge
|
||
|
Calculer l'aire de la figure
|
||
|
\begin{center}
|
||
|
\begin{tikzpicture}[scale=2, very thick]
|
||
|
\draw (0, 0) -- (1, 0) node [midway, above] {3cm};
|
||
|
\draw (0, 0) circle (1);
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
\huge
|
||
|
A quel type de fonction ce graphique correspond-il?
|
||
|
|
||
|
\normalsize
|
||
|
\begin{tikzpicture}[scale=1, very thick]
|
||
|
\tkzInit[xmin=-5,xmax=5,ymin=-2,ymax=2]
|
||
|
\tkzGrid
|
||
|
\tkzAxeXY
|
||
|
\tkzFct[color=red]{0.2*x+1}
|
||
|
\end{tikzpicture}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
\huge
|
||
|
\begin{itemize}
|
||
|
\item Une robe coûte 80\euro.
|
||
|
\item Son prix augmente de 50\%.
|
||
|
\end{itemize}
|
||
|
|
||
|
Quel est son nouveau prix?
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
\huge On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|