54 lines
929 B
TeX
54 lines
929 B
TeX
|
\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-2)(x+1)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
On a la formule suivante: $c = 4a - 3$.
|
||
|
|
||
|
Exprimer $a$ en fonction de $c$
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Quelles sont les 3 racines du polynômes suivants?
|
||
|
\[
|
||
|
P(x) = -4(x-2)(x+4)(x-6)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
Soit $(u_n)$ une suite arithmétique de raison 4 et de premier terme $u_0 = 2$.
|
||
|
|
||
|
Calculer $u_4$
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|