Feat: QF pour les 5e
This commit is contained in:
parent
059d3dff16
commit
cf12ff641e
Binary file not shown.
|
@ -0,0 +1,65 @@
|
||||||
|
\documentclass[a4paper,10pt]{classPres}
|
||||||
|
\usepackage{tkz-fct}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\title{}
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}{Questions flashs}
|
||||||
|
\begin{center}
|
||||||
|
\huge 30 secondes par calcul
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 1}
|
||||||
|
\huge
|
||||||
|
\[
|
||||||
|
-6 - 3 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
\huge
|
||||||
|
Quel nombre est égal à $25\%$?
|
||||||
|
\[
|
||||||
|
0,2 \qquad \frac{1}{5} \qquad \frac{1}{4} \qquad 0,5
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
\huge
|
||||||
|
Quelle est la probabilité de tirer une boule bleu dans cette urne?
|
||||||
|
\begin{center}
|
||||||
|
\Ovalbox{
|
||||||
|
\begin{tikzpicture}[scale=1.2]
|
||||||
|
\draw[fill=red] (0,0) circle (0.4);
|
||||||
|
\draw[fill=red] (1,0) circle (0.4);
|
||||||
|
\draw[fill=red] (2,0) circle (0.4);
|
||||||
|
\draw[fill=green] (0,1) circle (0.4);
|
||||||
|
\draw[fill=green] (1,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (0,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (1,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,2) circle (0.4);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 4}
|
||||||
|
\huge
|
||||||
|
Réduire
|
||||||
|
\[
|
||||||
|
6x + 4 + 6x - 2 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
\huge On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Binary file not shown.
|
@ -0,0 +1,65 @@
|
||||||
|
\documentclass[a4paper,10pt]{classPres}
|
||||||
|
\usepackage{tkz-fct}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\title{}
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}{Questions flashs}
|
||||||
|
\begin{center}
|
||||||
|
\huge 30 secondes par calcul
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 1}
|
||||||
|
\huge
|
||||||
|
\[
|
||||||
|
-4 + 4 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
\huge
|
||||||
|
Quel nombre est égal à $75\%$?
|
||||||
|
\[
|
||||||
|
0,75 \qquad \frac{7}{5} \qquad \frac{2}{4} \qquad 0,25
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
\huge
|
||||||
|
Quelle est la probabilité de tirer une boule noire dans cette urne?
|
||||||
|
\begin{center}
|
||||||
|
\Ovalbox{
|
||||||
|
\begin{tikzpicture}[scale=1.2]
|
||||||
|
\draw[fill=red] (0,0) circle (0.4);
|
||||||
|
\draw[fill=red] (1,0) circle (0.4);
|
||||||
|
\draw[fill=red] (2,0) circle (0.4);
|
||||||
|
\draw[fill=green] (0,1) circle (0.4);
|
||||||
|
\draw[fill=green] (1,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (0,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (1,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,2) circle (0.4);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 4}
|
||||||
|
\huge
|
||||||
|
Réduire
|
||||||
|
\[
|
||||||
|
12 + 3x + 4x - 2 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
\huge On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Binary file not shown.
|
@ -0,0 +1,65 @@
|
||||||
|
\documentclass[a4paper,10pt]{classPres}
|
||||||
|
\usepackage{tkz-fct}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\title{}
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}{Questions flashs}
|
||||||
|
\begin{center}
|
||||||
|
\huge 30 secondes par calcul
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 1}
|
||||||
|
\huge
|
||||||
|
\[
|
||||||
|
-5 + 2 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
\huge
|
||||||
|
Quel nombre est égal à $20\%$?
|
||||||
|
\[
|
||||||
|
0,25 \qquad \frac{2}{5} \qquad \frac{20}{100} \qquad 0,45
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 3}
|
||||||
|
\huge
|
||||||
|
Quelle est la probabilité de tirer une boule verte dans cette urne?
|
||||||
|
\begin{center}
|
||||||
|
\Ovalbox{
|
||||||
|
\begin{tikzpicture}[scale=1.2]
|
||||||
|
\draw[fill=red] (0,0) circle (0.4);
|
||||||
|
\draw[fill=red] (1,0) circle (0.4);
|
||||||
|
\draw[fill=red] (2,0) circle (0.4);
|
||||||
|
\draw[fill=green] (0,1) circle (0.4);
|
||||||
|
\draw[fill=green] (1,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,1) circle (0.4);
|
||||||
|
\draw[fill=blue] (0,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (1,2) circle (0.4);
|
||||||
|
\draw[fill=blue] (2,2) circle (0.4);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 4}
|
||||||
|
\huge
|
||||||
|
Réduire
|
||||||
|
\[
|
||||||
|
8 + 2x - 4 + 6x =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
\huge On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Binary file not shown.
Loading…
Reference in New Issue