feat(1G_spec): QF S42
This commit is contained in:
BIN
1G_EnsSci/Questions_flashs/P1/QF_S42-1.pdf
Normal file
BIN
1G_EnsSci/Questions_flashs/P1/QF_S42-1.pdf
Normal file
Binary file not shown.
80
1G_EnsSci/Questions_flashs/P1/QF_S42-1.tex
Executable file
80
1G_EnsSci/Questions_flashs/P1/QF_S42-1.tex
Executable file
@@ -0,0 +1,80 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Première spécifique
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% fractions
|
||||
Faire le calcul suivant
|
||||
\[
|
||||
\frac{5}{12} - \frac{2}{3} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% évolution
|
||||
\vfill
|
||||
Un jouet coûte 150\euro. Il y a une remise de 40\%.
|
||||
\vfill
|
||||
|
||||
Quel est sont nouveau prix?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 3$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-5, 1)
|
||||
(-4, 3)
|
||||
(-3, 4)
|
||||
(-2, 3)
|
||||
(-1, 0)
|
||||
(0, -2)
|
||||
(1, 0)
|
||||
(2, 3)
|
||||
(3, 4)
|
||||
(4, 3)
|
||||
(5, 0)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Développer
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
(4x -2)(-x+2)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user