Feat: 2QF pour les 4e

This commit is contained in:
Bertrand Benjamin 2022-01-04 13:33:58 +01:00
parent 8dc5713087
commit b973717167
4 changed files with 163 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,81 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{fancybox}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flash}
\begin{center}
\vfill
4e
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Fraction
Quelle fraction représente la partie rouge de la figure?
\vfill
\begin{center}
\begin{tikzpicture}
\draw[thick] (0,0) -- (10, 0);
\foreach \x in {0, 1, ..., 10} \draw (\x, -0.1) -- (\x, 0.1);
\draw (0, 0) node [below] {0};
\draw (5, 0) node [below] {1};
\draw (10, 0) node [below] {2};
\draw[very thick, color=red] (0, 0) -- (3, 0);
\end{tikzpicture}
\end{center}
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% Calculs relatifs
Calculer la quantité suivante
\[
(-2) + (-3) - 1 =
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% géométrie
Calculer l'aire de la figure bleu
\begin{center}
\begin{tikzpicture}%[rotate=40]
\draw[fill=blue] (-2,3) --
(-2,0) node [midway] {x} --
(3,0) --
cycle;
\draw[fill=blue]
(-2,0) -- node[midway, below left]{2cm} node [midway] {x}
(-2,-3) -- node[midway, below right]{4cm} node [midway] {//}
(3,-3) -- node [midway] {x}
(3,0) -- node [midway] {//}
cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\vfill
10L d'essence coutent 15\euro.
\vfill
Combien va couter un plein de 50L?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,82 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{fancybox}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flash}
\begin{center}
\vfill
4e
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Fraction
Quelle fraction représente la partie rouge de la figure?
\vfill
\begin{center}
\begin{tikzpicture}[xscale=0.8]
\draw[thick] (0,0) -- (12, 0);
\foreach \x in {0, 1, ..., 12} \draw (\x, -0.1) -- (\x, 0.1);
\draw (0, 0) node [below] {0};
\draw (6, 0) node [below] {1};
\draw (12, 0) node [below] {2};
\draw[very thick, color=red] (0, 0) -- (8, 0);
\end{tikzpicture}
\end{center}
\vfill
\end{frame}
\begin{frame}{Calcul 2}
% Calculs relatifs
Calculer la quantité suivante
\[
(-5) + 3 - 1 =
\]
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% géométrie
Calculer l'aire de la figure bleu
\begin{center}
\begin{tikzpicture}%[rotate=40]
\draw[fill=blue] (-2,3) --
(-2,0) node [midway] {x} --
(0.5,0) --
cycle;
\draw[fill=blue]
(-2,0) -- node[midway, below left]{5cm} node [midway] {x}
(-2,-3) --
(3,-3) -- node [midway] {x}
(3,0) -- node [midway] {x}
(0.5,0) -- node [midway] {x}
cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 4}
\vfill
10L d'essence coutent 15\euro.
\vfill
Combien va couter un plein de 22L?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}