Feat: QF pour les 1ST

This commit is contained in:
Bertrand Benjamin 2020-06-02 09:31:16 +02:00
parent 75dad8a2da
commit e803c7aeb6
4 changed files with 128 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,64 @@
\documentclass[14pt]{classPres}
%\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Première ST 2
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Dresser le tableau de signe de
\[
P(x) = (x-1)(2x+1)
\]
\end{frame}
\begin{frame}{Calcul 2}
On a la formule suivante: $A = \pi r^2$.
Exprimer $r$ en fonction du reste
\end{frame}
\begin{frame}{Calcul 3}
\textit{Nouvelle notion: Indice de base 100}
\begin{center}
\begin{tabular}{|c|*{5}{c|}}
\hline
Année & 2010 & 2011 & 2012 & 2013 \\
\hline
Vente & 16 & 20 & 30 & 40 \\
\hline
Indice & 100 & & & \\
\hline
\end{tabular}
\end{center}
Calculer l'indice de l'année 2011.
\end{frame}
\begin{frame}{Calcul 4}
Comment définir la fonction suivante en Python
\[
f(x) = 2x + 1
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,64 @@
\documentclass[14pt]{classPres}
%\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Première ST 2
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Dresser le tableau de signe de
\[
P(x) = (x-4)(-3x+6)
\]
\end{frame}
\begin{frame}{Calcul 2}
On a la formule suivante: $IMC = \frac{m}{T^2}$.
Exprimer $T$ en fonction du reste
\end{frame}
\begin{frame}{Calcul 3}
\textit{Nouvelle notion: Indice de base 100}
\begin{center}
\begin{tabular}{|c|*{5}{c|}}
\hline
Année & 2010 & 2011 & 2012 & 2013 \\
\hline
Vente & 30 & 15 & 6 & 10 \\
\hline
Indice & 100 & & & \\
\hline
\end{tabular}
\end{center}
Calculer l'indice de l'année 2013.
\end{frame}
\begin{frame}{Calcul 4}
Comment définir la fonction suivante en Python
\[
f(x) = 4x^2 + 2x - 1
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}