CM pour tout le monde!

This commit is contained in:
2018-06-18 10:23:00 +03:00
parent 47e18ffaf5
commit 51846fead9
20 changed files with 497 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,71 @@
\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
À quoi est égal
\begin{tabular}{cp{2cm}c}
& & $10x(x - x)$ \\
$10x^2 - x$ & & $9x^2$ \\
& & $x(10x-1)$ \\
\end{tabular}
\end{frame}
\begin{frame}{Calcul 2}
\Large
Quelle couleur doit être la balle pour que
\[ P(\mbox{la boule est bleu}) = \frac{5}{9} \]
\begin{center}
\Ovalbox{%
\begin{tikzpicture}[scale=1.8]
\draw[fill=red] (0,0) circle (0.4) node {$2$};
\draw[fill=red] (1,0) circle (0.4) node {$3$};
\draw[fill=red] (2,0) circle (0.4) node {$5$};
\draw[fill=green] (0,1) circle (0.4) node {$4$};
\draw (1,1) circle (0.4);
\draw[fill=blue] (2,1) circle (0.4) node {$7$};
\draw[fill=blue] (0,2) circle (0.4) node {$10$};
\draw[fill=blue] (1,2) circle (0.4) node {$8$};
\draw[fill=blue] (2,2) circle (0.4) node {$9$};
\end{tikzpicture}
}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Ma voiture consomme 4litres pour faire 100km.
Quelle sera ma consommation pour faire 50km?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Résoudre l'équation
\[
4x + 5 = 2x
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@@ -0,0 +1,71 @@
\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
À quoi est égal
\begin{tabular}{cp{2cm}c}
& & $2x(2x - 5x)$ \\
$4x^2 - 10x$ & & $-6x^2$ \\
& & $2x(2x-5)$ \\
\end{tabular}
\end{frame}
\begin{frame}{Calcul 2}
\Large
Quelle couleur doit être la balle pour que
\[ P(\mbox{la boule est rouge}) = \frac{1}{3} \]
\begin{center}
\Ovalbox{%
\begin{tikzpicture}[scale=1.8]
\draw[fill=red] (0,0) circle (0.4) node {$2$};
\draw[fill=red] (1,0) circle (0.4) node {$3$};
\draw[fill=red] (2,0) circle (0.4) node {$5$};
\draw[fill=green] (0,1) circle (0.4) node {$4$};
\draw (1,1) circle (0.4);
\draw[fill=blue] (2,1) circle (0.4) node {$7$};
\draw[fill=blue] (0,2) circle (0.4) node {$10$};
\draw[fill=blue] (1,2) circle (0.4) node {$8$};
\draw[fill=blue] (2,2) circle (0.4) node {$9$};
\end{tikzpicture}
}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Ma voiture consomme 4litres pour faire 100km.
Quelle sera ma consommation pour faire 75km?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Résoudre l'équation
\[
x^2 + 4x = x^2 + 3
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@@ -0,0 +1,66 @@
\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
Factoriser
\[ A = 6x^2 + 9x \]
\end{frame}
\begin{frame}{Calcul 2}
\Large
Quelle couleur doit être la balle pour que
\[ P(\mbox{Nombre impaire}) = \frac{5}{9} \]
\begin{center}
\Ovalbox{%
\begin{tikzpicture}[scale=1.8]
\draw[fill=red] (0,0) circle (0.4) node {$2$};
\draw[fill=red] (1,0) circle (0.4) node {$3$};
\draw[fill=red] (2,0) circle (0.4) node {$5$};
\draw[fill=green] (0,1) circle (0.4) node {$4$};
\draw (1,1) circle (0.4);
\draw[fill=blue] (2,1) circle (0.4) node {$7$};
\draw[fill=blue] (0,2) circle (0.4) node {$10$};
\draw[fill=blue] (1,2) circle (0.4) node {$8$};
\draw[fill=blue] (2,2) circle (0.4) node {$9$};
\end{tikzpicture}
}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
\huge
Ma voiture consomme 6litres pour faire 100km.
Quelle sera ma consommation pour faire 250km?
\end{frame}
\begin{frame}{Calcul 4}
\huge
Résoudre l'équation
\[
10x - 3 = 3x
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
\huge On retourne son papier.
\end{center}
\end{frame}
\end{document}