60 lines
1.1 KiB
TeX
Executable File
60 lines
1.1 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{minted}
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat=1.18}
|
|
\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
1G spécialité math
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Taux évolution
|
|
\vfill
|
|
Une quantité diminue de 30\%. Par combien est-elle multipliée?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
% Factorisation
|
|
Factoriser l'expression suivante
|
|
|
|
$$ - 36x^2 + 9 $$
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Fractions
|
|
Soit $$F = \dfrac{a + c}{-b}$$
|
|
|
|
Calculer la valeur de $F$ quand
|
|
$$ a = \frac{1}{5} \qquad b = 5 \qquad c = -2 $$
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
% equation de la tangente
|
|
Soit $f$ une fonction telle que
|
|
$$f(5) = -2 \qquad \mbox{ et } \qquad f'(5) = 3$$
|
|
|
|
Déterminer l'équation de la tangente à la courbe de $f$ au point d'abscisse $5$.
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|