63 lines
1.5 KiB
TeX
63 lines
1.5 KiB
TeX
|
\documentclass[a5paper,12pt]{/media/documents/Cours/Prof/Enseignements/2016-2017/tools/style/classExo}
|
||
|
\usepackage{/media/documents/Cours/Prof/Enseignements/2016-2017/theme}
|
||
|
|
||
|
% Title Page
|
||
|
\titre{Étude - Facture}
|
||
|
\classe{Troisième}
|
||
|
\date{Avril 2017}
|
||
|
|
||
|
\thispagestyle{empty}
|
||
|
\geometry{left=5mm,right=5mm, bottom= 10mm, top=10mm}
|
||
|
|
||
|
\newcommand{\lexo}{%
|
||
|
\setcounter{exo}{0}
|
||
|
\begin{Exo}[Facture]
|
||
|
Voici la facture faite pour un client d'un magasin d'outils éléctroniques.
|
||
|
|
||
|
\begin{tabular}{|*{4}{p{2.5cm}|}}
|
||
|
\hline
|
||
|
Article & Quantité & Prix unitaire en \euro & Prix en \euro \\
|
||
|
\hline
|
||
|
Écran & 7 & 125 & .... \\
|
||
|
\hline
|
||
|
Télévision & 3 & .... & 663,00\\
|
||
|
\hline
|
||
|
Téléphone & 4 & 111 & .... \\
|
||
|
\hline
|
||
|
Clavier et souris & .... & 15 & 45,00 \\
|
||
|
\hline
|
||
|
& & Montant total & .... \\
|
||
|
\hline
|
||
|
& & Remise de 5\% & ... \\
|
||
|
\hline
|
||
|
& & Total avec remise & ... \\
|
||
|
\hline
|
||
|
\end{tabular}
|
||
|
|
||
|
\begin{enumerate}
|
||
|
\item Combien d'écrans on-t-il été acheté?
|
||
|
\item Combien coûte un téléphone sur cette facture?
|
||
|
\item De combien est la remise?
|
||
|
\item Combien d'argent a-t-il été dépensé pour acheter les télévisions?
|
||
|
\item Completer la facture en détaillant les calculs.
|
||
|
\end{enumerate}
|
||
|
|
||
|
Completer la facture en détaillant les calculs.
|
||
|
\end{Exo}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\lexo
|
||
|
|
||
|
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "master"
|
||
|
%%% End:
|
||
|
|