87 lines
1.7 KiB
TeX
Executable File
87 lines
1.7 KiB
TeX
Executable File
\documentclass[12pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage{pgfplots}
|
|
\usetikzlibrary{decorations.markings}
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Première ST
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\textbf{Calculatrice autorisée}
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Développer
|
|
Développer l'expression suivante
|
|
\[
|
|
3x(3x - 2) =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Taux d'évolution
|
|
Après une baisse de 20\%, on peut acheter une voiture \np{5000}\euro.
|
|
|
|
Quel était le prix de la voiture avant la réduction ?
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Proportion
|
|
\vfill
|
|
|
|
\begin{tabular}{|*{4}{c|}}
|
|
\hline
|
|
Section/regime & Interne & Externe & Total \\
|
|
\hline
|
|
1ST & 10 & 15 & 25 \\
|
|
\hline
|
|
1G & 14 & 17 & 31 \\
|
|
\hline
|
|
Total & 24 & 32 & 56 \\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
|
|
\vfill
|
|
Quelle est la proportion d'élèves interne dans le lycée ?
|
|
\vfill
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% Inéquation graphique
|
|
Courbe représentative de $f$
|
|
|
|
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
|
|
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
|
ymin=-5,ymax=5,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeXY
|
|
\tkzFct[domain = -5:5,color=red,very thick]%
|
|
{x**2-4};
|
|
\end{tikzpicture}
|
|
|
|
Quelles sont les solutions de l'équation $f(x) \leq -3$?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|