2019-2020/1ST/Questions_Flash/P3/QF_20_02_17-2.tex

67 lines
1.3 KiB
TeX
Executable File

\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}
Compléter le tableau de signe de la foncion $f(x) = -5x + 1$
\begin{center}
\begin{tikzpicture}[baseline=(a.north)]
\tkzTabInit[lgt=2,espcl=3]{$x$/1,$f(x)$/1}{, \ldots ,}
\tkzTabLine{,+, z, - }
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}{Calcul 2}
Calculer $P_B(A)$
\begin{center}
\begin{tabular}{|*{4}{p{1.5cm}|}}
\hline
& $A$ & $\overline{A}$ & Total \\
\hline
$B$ & 10 & 15 & 25 \\
\hline
$\overline{B}$ & 14 & 17 & 31 \\
\hline
Total & 24 & 32 & 56 \\
\hline
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Calcul 3}
Résoudre
\[
-2x + 1 \geq 3x
\]
\end{frame}
\begin{frame}{Calcul 4}
Diminuer trois fois un prix de 50\% revient à le multiplier par ...
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}