2022-01-07 09:54:10 +00:00
|
|
|
\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
|
2022-01-10 08:32:08 +00:00
|
|
|
\Large{Calculatrice autorisée}
|
|
|
|
\vfill
|
2022-01-07 09:54:10 +00:00
|
|
|
\tiny \jobname
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}[fragile]{Calcul 1}
|
|
|
|
% Information chiffrée
|
|
|
|
|
|
|
|
Ci-dessous, le tableau indiquant la population d'une petite commune
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
\begin{tabular}{|c|*{3}{c|}}
|
|
|
|
\hline
|
|
|
|
Année & 2010 & 2015 & 2020 \\
|
|
|
|
\hline
|
2022-01-10 08:32:08 +00:00
|
|
|
Population & 500 & 600 & 500 \\
|
2022-01-07 09:54:10 +00:00
|
|
|
\hline
|
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
Calculer le taux d'évolution de la population entre 2010 et 2015.
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Calcul 2}
|
2022-01-10 08:32:08 +00:00
|
|
|
% Développer
|
|
|
|
Développer et réduire l'expression suivante
|
2022-01-07 09:54:10 +00:00
|
|
|
|
|
|
|
\[
|
2022-01-10 08:32:08 +00:00
|
|
|
(2x+1)(-x+1) =
|
2022-01-07 09:54:10 +00:00
|
|
|
\]
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
2022-01-10 08:32:08 +00:00
|
|
|
% Statistiques
|
|
|
|
Calculer la moyenne des valeurs suivantes
|
2022-01-07 09:54:10 +00:00
|
|
|
\[
|
2022-01-10 08:32:08 +00:00
|
|
|
4 \qquad 7 \qquad 9 \qquad 4 \qquad 2
|
2022-01-07 09:54:10 +00:00
|
|
|
\]
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Calcul 4}
|
|
|
|
% Vecteurs
|
|
|
|
\begin{minipage}{0.3\linewidth}
|
|
|
|
Déterminer un vecteur égal à
|
|
|
|
\[
|
|
|
|
\vect{EB} + \vect{BC}
|
|
|
|
\]
|
|
|
|
\end{minipage}
|
|
|
|
\hfill
|
|
|
|
\begin{minipage}{0.5\linewidth}
|
|
|
|
\begin{tikzpicture}[scale=1]
|
|
|
|
%\draw (0, 0) grid (6, 6);
|
|
|
|
\draw (0, 0) rectangle (6, 6);
|
|
|
|
|
|
|
|
\draw (4, 5) node {x} node [above right] {$A$};
|
|
|
|
\draw (2, 1) node {x} node [below right] {$B$};
|
|
|
|
\draw (4, 1) node {x} node [below right] {$C$};
|
|
|
|
\draw (2, 5) node {x} node [above right] {$D$};
|
|
|
|
\draw (1, 3) node {x} node [above left] {$E$};
|
|
|
|
\draw (5, 3) node {x} node [above right] {$F$};
|
|
|
|
|
|
|
|
\draw [->, very thick] (1, 1) -- node [midway, left] {$\vect{u}$} ++(1, 2);
|
|
|
|
\draw [->, very thick] (1, 4) -- node [midway, below ] {$\vect{v}$} ++ (2, 0);
|
|
|
|
\end{tikzpicture}
|
|
|
|
\end{minipage}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}{Fin}
|
|
|
|
\begin{center}
|
|
|
|
On retourne son papier.
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|