Feat: QF pour les 4e
This commit is contained in:
79
4e/Questions_flash/P4/QF_S15-1.tex
Executable file
79
4e/Questions_flash/P4/QF_S15-1.tex
Executable 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}
|
||||
% géométrie
|
||||
Calculer le volume du pavé
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[every edge quotes/.append style={auto}]
|
||||
\pgfmathsetmacro{\cubex}{5}
|
||||
\pgfmathsetmacro{\cubey}{1}
|
||||
\pgfmathsetmacro{\cubez}{3}
|
||||
\draw [draw=black, every edge/.append style={draw=black, densely dashed, opacity=.5}, fill=blue!20]
|
||||
(0,0,0) coordinate (o) -- ++(-\cubex,0,0) coordinate (a) -- ++(0,-\cubey,0) coordinate (b) edge coordinate [pos=1] (g) ++(0,0,-\cubez) -- ++(\cubex,0,0) coordinate (c) -- cycle
|
||||
(o) -- ++(0,0,-\cubez) coordinate (d) -- ++(0,-\cubey,0) coordinate (e) edge (g) -- (c) -- cycle
|
||||
(o) -- (a) -- ++(0,0,-\cubez) coordinate (f) edge (g) -- (d) -- cycle;
|
||||
\path [every edge/.append style={draw=black, |-|}]
|
||||
(b) +(0,-5pt) coordinate (b1) edge ["10cm"'] (b1 -| c)
|
||||
(b) +(-5pt,0) coordinate (b2) edge ["5cm"] (b2 |- a)
|
||||
(c) +(3.5pt,-3.5pt) coordinate (c2) edge ["10cm"'] ([xshift=3.5pt,yshift=-3.5pt]e)
|
||||
;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Conversions
|
||||
Convertir en heures
|
||||
\vfill
|
||||
\[
|
||||
230min
|
||||
\]
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
\vfill
|
||||
Au magasin, 3kg de patates coûtent 13\euro tandis que 10kg de ces même patates coûtent 17\euro.
|
||||
\vfill
|
||||
Peut-on prévoir le prix de 7kg de ces patates?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Calcul littéral
|
||||
Réduire l'expression suivante
|
||||
\vfill
|
||||
\[
|
||||
10\times (4x - 2)=
|
||||
\]
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user