72 lines
1.4 KiB
TeX
Executable File
72 lines
1.4 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
\usepackage{minted}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
2nd
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Intervalle
|
|
En utilisant le tableau de signes suivant, résoudre l'inéquation
|
|
|
|
\[
|
|
f(x) < 0
|
|
\]
|
|
|
|
\begin{center}
|
|
\begin{tikzpicture}[baseline=(a.north)]
|
|
\tkzTabInit[lgt=2,espcl=2]{$ x $/1,$ f(x) $/1}{$-\infty$, 0 , 100, $+\infty$}
|
|
\tkzTabLine{, -, z, +, z, - , }
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
% Droite
|
|
\vfill
|
|
Soit $(a)$ la droite d'équation $y = 2x - 1$.
|
|
\vfill
|
|
Déterminer si le point $A(3; 2)$ est un point de la droite?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% Droite
|
|
\vfill
|
|
Soit $(a)$ la droite d'équation $y = 4x - 10$.
|
|
\vfill
|
|
Déterminer la valeur de $y$ pour que le point $M(3; y)$ soit sur cette droite.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
\vfill
|
|
|
|
Soient $A(4; 3)$ et $B(7; -1)$.
|
|
\vfill
|
|
Calculer les coordonnées du milieu de $[AB]$
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|