63 lines
1.1 KiB
TeX
63 lines
1.1 KiB
TeX
|
\documentclass[14pt]{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
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
% suite
|
||
|
Soit $(u_n)$ la suite géométrique de premier terme $u_0 = 10$ et de raison $q = 2$.
|
||
|
|
||
|
\vfill
|
||
|
Calculer la valeur de $u_3$
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Dérivation
|
||
|
Déterminer la fonction dérivée de
|
||
|
\[
|
||
|
f(x) = 7x - 10
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
% équations
|
||
|
Résoudre l'équation suivante
|
||
|
\[
|
||
|
-10x - 50 = 10
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Puissance
|
||
|
Exprimer le résultat sous forme d'une puissance de 2
|
||
|
\[
|
||
|
\frac{2^3 \times 2^4}{2^5} =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|