46 lines
1006 B
TeX
46 lines
1006 B
TeX
\documentclass[10pt,xcolor=table]{classPres}
|
|
%\usepackage{myXsim}
|
|
|
|
\title{}
|
|
\author{}
|
|
\date{Novembre 2019}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Fumeur ou pas}
|
|
\begin{center}
|
|
\begin{tabular}{|>{\columncolor{highlightbg}}p{3cm}|*{2}{p{2cm}|}|p{2cm}|}
|
|
\hline
|
|
\rowcolor{highlightbg}
|
|
& Fumeur & Non fumeur & Total\\
|
|
\hline
|
|
Au moins un parent fumeur & 300 & 300 & 600\\
|
|
\hline
|
|
Aucun parent fumeur & 200 & 700 & 900\\
|
|
\hline
|
|
Total &500 & \np{1000} & \np{1500}\\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\pause
|
|
\vfill
|
|
Nom des évènements
|
|
\[
|
|
F = \left\{\mbox{Le jeune est fumeur}\right\}
|
|
\]
|
|
\[
|
|
P = \left\{\mbox{Un de ses parents est fumeur}\right\}
|
|
\]
|
|
\vfill
|
|
\pause
|
|
Représenter ce tirage sous forme d'un arbre.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|