Feat: QF pour les 4e

This commit is contained in:
Bertrand Benjamin 2022-04-04 09:32:54 +02:00
parent cbd8eaa62c
commit 08b9d4bb65
6 changed files with 231 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,73 @@
\documentclass[14pt]{classPres}
\setmainfont{OpenDyslexic}
\usepackage{pgfplots}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flash}
\begin{center}
\vfill
4e
\vfill
30 secondes par calcul
\vfill
%\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Aire
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}[rotate=60]
\draw[fill=blue!50]
(-2,0) -- node[midway, below left]{3cm}
(-2,-3) -- node[midway, below right]{7cm}
(3,-3) --
cycle;
\draw (-2, -3) rectangle (-1.8, -2.8);
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 2}
% Conversions
Convertir en minutes
\vfill
\[
2,5h
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
\vfill
J'achète 5kg de patates pour 9\euro.
\vfill
Combien me coûter 3kg de ces patates?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Calcul littéral
Réduire l'expression suivante
\vfill
\[
4x - 2x + 5 - x + 12 =
\]
\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,79 @@
\documentclass[14pt]{classPres}
\setmainfont{OpenDyslexic}
\usepackage{pgfplots}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flash}
\begin{center}
\vfill
4e
\vfill
30 secondes par calcul
\vfill
%\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Aire
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}[rotate=0]
\draw[fill=blue!50]
(-2,0) -- node[midway, below left]{3cm}
(-2,-3) --
(3,-3) --
cycle;
\draw (-2, -3) rectangle (-1.8, -2.8);
\draw[fill=blue!50]
(-2, -3) --
(3, -3) -- node[midway, below right]{2cm}
(3, -5) -- node[midway, below]{7cm}
(-2, -5) --
cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 2}
% Conversions
Convertir en minutes
\vfill
\[
3,2h
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
\vfill
J'achète 3kg de patates pour 10\euro.
\vfill
Combien me coûter 2kg de ces patates?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Calcul littéral
Réduire l'expression suivante
\vfill
\[
3\times(2x + 1)=
\]
\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,79 @@
\documentclass[14pt]{classPres}
\setmainfont{OpenDyslexic}
\usepackage{pgfplots}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flash}
\begin{center}
\vfill
4e
\vfill
30 secondes par calcul
\vfill
%\Large{Calculatrice autorisée}
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}[fragile]{Calcul 1}
% Aire
Calculer l'aire de la figure
\begin{center}
\begin{tikzpicture}[rotate=10]
\draw[fill=blue!50]
(-2,0) -- node[midway, below left]{1cm}
(-2,-3) --
(3,-3) --
cycle;
\draw (-2, -3) rectangle (-1.8, -2.8);
\draw[fill=blue!50]
(-2, -3) --
(3, -3) -- node[midway, below right]{2cm}
(3, -5) -- node[midway, below]{5cm}
(-2, -5) --
cycle;
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 2}
% Conversions
Convertir en heures
\vfill
\[
70\mbox{minutes}
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
\vfill
J'achète 3kg de patates pour 8\euro.
\vfill
Quelle quantité de patates je peux acheter pour 20\euro?
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Calcul littéral
Réduire l'expression suivante
\vfill
\[
3\times(3x - 2) =
\]
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}