Adaptation de DM_paques à la nouvelle version de bopytex
This commit is contained in:
parent
e0998e660a
commit
2e57b83758
@ -69,10 +69,23 @@ Deux tarifs lui sont proposés:
|
||||
\tkzDrawX[label={\textit{Danseurs inscrits}},below= -12pt]
|
||||
\tkzDrawY[label={\textit{Prix}}, below=-10pt]
|
||||
\tkzGrid
|
||||
\tkzFct[domain=0:\Var{xmax}, color=blue, very thick]{\Var{I_a}*\x}
|
||||
\tkzFct[domain=0:\Var{xmax}, color=red, very thick]{\Var{G_a}*\x+\Var{G_b}}
|
||||
\end{tikzpicture}
|
||||
|
||||
\begin{solution}
|
||||
\begin{tikzpicture}[yscale=\Var{yscale}]
|
||||
\tkzInit[xmin=0,xmax=\Var{xmax},
|
||||
ymin=0,ymax=\Var{ymax},
|
||||
xstep=2,ystep=200]
|
||||
\tkzAxeX[thick, poslabel=right,label=]
|
||||
\tkzAxeY[thick, poslabel=above,label=]
|
||||
\tkzDrawX[label={\textit{Danseurs inscrits}},below= -12pt]
|
||||
\tkzDrawY[label={\textit{Prix}}, below=-10pt]
|
||||
\tkzGrid
|
||||
\tkzfct[domain=0:\var{xmax}, color=blue, very thick]{\var{i_a}*\x}
|
||||
\tkzfct[domain=0:\var{xmax}, color=red, very thick]{\var{g_a}*\x+\var{g_b}}
|
||||
\end{tikzpicture}
|
||||
\end{solution}
|
||||
|
||||
\item Pour quel nombre d'inscriptions paye-t-on le même prix quel que soit le tarif choisi?
|
||||
\begin{solution}
|
||||
$\Var{G_b/(I_a - G_a)}$ % est entre 10 et 20 par contruction des paramètres
|
||||
|
@ -8,7 +8,7 @@
|
||||
\tribe{302}
|
||||
\date{Jeudi 3 mai 2018}
|
||||
|
||||
\sujet{\Var{infos.num}}
|
||||
\sujet{\Var{subject_number}}
|
||||
|
||||
%\geometry{left=10mm,right=10mm, bottom= 10mm, top=10mm}
|
||||
\xsimsetup{
|
||||
|
Loading…
Reference in New Issue
Block a user