Feat: problème somme produit pour les 4e
This commit is contained in:
parent
6228a141cd
commit
b73703dba7
BIN
4e/00_Intro/1E_somme_produit.pdf
Normal file
BIN
4e/00_Intro/1E_somme_produit.pdf
Normal file
Binary file not shown.
17
4e/00_Intro/1E_somme_produit.tex
Normal file
17
4e/00_Intro/1E_somme_produit.tex
Normal file
@ -0,0 +1,17 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Intro - Exercices}
|
||||
\date{2021-09-03}
|
||||
|
||||
\DeclareExerciseCollection[step=1]{banque}
|
||||
\xsimsetup{collect}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\input{exercises.tex}
|
||||
|
||||
\printcollection{banque}
|
||||
|
||||
\end{document}
|
4
4e/00_Intro/exercises.tex
Normal file
4
4e/00_Intro/exercises.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{exercise}[subtitle={Plus grand produit}, step={1}, origin={Dreammath}, topics={ Intro }, tags={ arithmétique, démonstration }]
|
||||
Comment découper un nombre en une addition pour que le produit de tous les nombres soit le plus grand possible?
|
||||
\end{exercise}
|
||||
|
12
4e/00_Intro/index.rst
Normal file
12
4e/00_Intro/index.rst
Normal file
@ -0,0 +1,12 @@
|
||||
Intro
|
||||
#####
|
||||
|
||||
:date: 2021-09-03
|
||||
:modified: 2021-09-03
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: Arithmétique, Démonstration
|
||||
:category: 4e
|
||||
:summary: Tache complexe pour se plonger dans les maths
|
||||
|
||||
Étape 1:
|
||||
========
|
Loading…
Reference in New Issue
Block a user