diff --git a/4e/Questions_flash/P2/QF_S47-2.pdf b/4e/Questions_flash/P2/QF_S47-2.pdf new file mode 100644 index 0000000..b56c906 Binary files /dev/null and b/4e/Questions_flash/P2/QF_S47-2.pdf differ diff --git a/4e/Questions_flash/P2/QF_S47-2.tex b/4e/Questions_flash/P2/QF_S47-2.tex new file mode 100755 index 0000000..3c7537f --- /dev/null +++ b/4e/Questions_flash/P2/QF_S47-2.tex @@ -0,0 +1,91 @@ +\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}{Calcul 1} + % Probabilité + De quelles doivent être les boules blanches pour que la probabilité de tirer une boule bleu soit égale à $\dfrac{1}{3}$? + \begin{center} + \ovalbox{ + \begin{tikzpicture}[scale=1.8] + \draw[fill=red] (0,0) circle (0.4) node {$1$}; + \draw[fill=red] (1,0) circle (0.4) node {$2$}; + \draw[fill=white] (2,0) circle (0.4) node {$10$}; + \draw[fill=green] (0,1) circle (0.4) node {$1$}; + \draw[fill=white] (1,1) circle (0.4) node {$1$}; + \draw[fill=white] (2,1) circle (0.4) node {$2$}; + \draw[fill=green] (0,2) circle (0.4) node {$10$}; + \draw[fill=blue] (1,2) circle (0.4) node {$2$}; + \draw[fill=blue] (2,2) circle (0.4) node {$1$}; + \end{tikzpicture} + } + \end{center} +\end{frame} + +\begin{frame}{Calcul 2} + % Calculs relatifs + Calculer la quantité suivante + \[ + -4 + (-2) \times 4 = + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % géométrie + Calculer l'aire du triangle + \begin{center} + \begin{tikzpicture} + \draw[very thick] + (-2,3) -- node[midway, sloped, below]{3cm} + (-2,0) -- node[midway, below]{8cm} + (3,0) -- + (3,3) -- + cycle; + \draw[fill=blue] (-2,3) -- + (-2,0) -- + (3,0) -- + cycle; + \end{tikzpicture} + \end{center} +\end{frame} + +\begin{frame}{Calcul 4} + La tableau est un tableau de proportionnalité, calculer la valeur manquante + + \begin{center} + \begin{tabular}{|c|*{2}{c|}} + \hline + Distance (en km) & 7 & 2 \\ + \hline + Consommation (en L) & 56 & \\ + \hline + \end{tabular} + \end{center} + + +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document}