2020-2021/TST/01_Derivation/exercises.tex

25 lines
865 B
TeX
Raw Normal View History

\collectexercises{banque}
\begin{exercise}[subtitle={Une grande piscine}, step={1}, origin={Création}, topics={Dérivation}, tags={Tache complexe}]
\begin{minipage}{0.6\textwidth}
On veut construire une piscine rectangle la plus grande possible sur un terrain triangulaire.
\vspace{1cm}
Où placer la piscine? Quelles seront ses dimensions?
\end{minipage}
\hfill
\begin{minipage}{0.3\textwidth}
\begin{tikzpicture}[scale=1, transform shape]
\draw (0, 0) -- node [midway, above, rotate=90] {3m}
(0,3) --
(5, 0) -- node [midway, below] {5m} cycle;
\end{tikzpicture}
\end{minipage}
\end{exercise}
\begin{exercise}[subtitle={Une grande piscine}, step={1}, origin={Création}, topics={Dérivation}, tags={Tache complexe}]
\end{exercise}
\collectexercisesstop{banque}