Feat: ajoute les QF pour les 4e sur S19
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1ffaa51795
commit
5c27c37815
BIN
4e/Questions_flash/P5/QF_S19-1.pdf
Normal file
BIN
4e/Questions_flash/P5/QF_S19-1.pdf
Normal file
Binary file not shown.
80
4e/Questions_flash/P5/QF_S19-1.tex
Executable file
80
4e/Questions_flash/P5/QF_S19-1.tex
Executable file
@ -0,0 +1,80 @@
|
||||
\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}
|
||||
% Fraction
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
4 \times \dfrac{2}{3} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Conversions
|
||||
Convertir en km
|
||||
\[
|
||||
\np{48 793}m
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Proportionnalité
|
||||
|
||||
Recette de la peinture à la farine pour $12m^2$
|
||||
\begin{itemize}
|
||||
\item 3L d'eau
|
||||
\item 2kg de farine
|
||||
\item 100g de sulfate de fer
|
||||
\item 500g de pigments
|
||||
\end{itemize}
|
||||
\vfill
|
||||
Quelle quantité de farine faut-il pour faire de la peinture pour une pièce avec $20m^2$ de murs?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Aire
|
||||
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}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
4e/Questions_flash/P5/QF_S19-2.pdf
Normal file
BIN
4e/Questions_flash/P5/QF_S19-2.pdf
Normal file
Binary file not shown.
75
4e/Questions_flash/P5/QF_S19-2.tex
Executable file
75
4e/Questions_flash/P5/QF_S19-2.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\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}
|
||||
% Fraction
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\dfrac{4}{7} \times 5 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Conversions
|
||||
Convertir en g
|
||||
\[
|
||||
\np{486 793}cg
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Proportionnalité
|
||||
|
||||
Recette de la peinture à la farine pour $12m^2$
|
||||
\begin{itemize}
|
||||
\item 3L d'eau
|
||||
\item 2kg de farine
|
||||
\item 100g de sulfate de fer
|
||||
\item 500g de pigments
|
||||
\end{itemize}
|
||||
\vfill
|
||||
J'ai 5L d'eau, quelle surface vais-je pouvoir peindre?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Aire
|
||||
Calculer l'aire de la figure bleu
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\draw[fill=blue!30] (0, 0) circle (3);
|
||||
|
||||
\draw (0, 0) node {x} --
|
||||
node[midway, sloped, above] {5cm}
|
||||
(3, 0);
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
4e/Questions_flash/P5/QF_S19-3.pdf
Normal file
BIN
4e/Questions_flash/P5/QF_S19-3.pdf
Normal file
Binary file not shown.
75
4e/Questions_flash/P5/QF_S19-3.tex
Executable file
75
4e/Questions_flash/P5/QF_S19-3.tex
Executable file
@ -0,0 +1,75 @@
|
||||
\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}
|
||||
% Fraction
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\dfrac{1}{4} \times 8 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Conversions
|
||||
Convertir en dg
|
||||
\[
|
||||
\np{34,566}g
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Proportionnalité
|
||||
|
||||
Recette de la peinture à la farine pour $12m^2$
|
||||
\begin{itemize}
|
||||
\item 3L d'eau
|
||||
\item 2kg de farine
|
||||
\item 100g de sulfate de fer
|
||||
\item 500g de pigments
|
||||
\end{itemize}
|
||||
\vfill
|
||||
Quelle quantité de pigments faut-il pour faire assez de peinture pour couvrir $5m^2$ de mur?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Aire
|
||||
Calculer l'aire de la figure bleu
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\draw[fill=blue!30] (0, 0) circle (3);
|
||||
|
||||
\draw (0, 0) node {x} --
|
||||
node[midway, sloped, above] {12m}
|
||||
(3, 0);
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user