import work from year 2015-2016
This commit is contained in:
BIN
5e/DS/DS_15_11_20/DS_15_11_20_subj1.pdf
Normal file
BIN
5e/DS/DS_15_11_20/DS_15_11_20_subj1.pdf
Normal file
Binary file not shown.
93
5e/DS/DS_15_11_20/DS_15_11_20_subj1.tex
Normal file
93
5e/DS/DS_15_11_20/DS_15_11_20_subj1.tex
Normal file
@@ -0,0 +1,93 @@
|
||||
\documentclass[a4paper,12pt, table]{/media/documents/Cours/Prof/Enseignements/2015-2016/tools/style/classDS}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2015-2016/2015_2016}
|
||||
|
||||
% Title Page
|
||||
\titre{DS 3}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{5e10}
|
||||
\date{vendredi 20 novembre 2015}
|
||||
\duree{1 heure}
|
||||
\sujet{1}
|
||||
% DS DSCorr DM DMCorr Other
|
||||
\typedoc{DS}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
||||
Le barème est donné à titre indicatif, il pourra être modifié.
|
||||
|
||||
\begin{questions}
|
||||
\question
|
||||
\begin{parts}
|
||||
\part Donner la définition du périmètre. %1
|
||||
\part Calculer les périmètres des 3 figures ci-dessous. %6
|
||||
|
||||
\includegraphics[scale=0.9]{./fig/perimetre}
|
||||
|
||||
\part Écrire une expression qui calcule le périmètre de la figure 2 avec le moins d'opération possible.
|
||||
\end{parts}
|
||||
|
||||
\question
|
||||
Voici un programme de calcul
|
||||
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\fbox{\colorbox{base2}{
|
||||
\begin{minipage}[h]{0.4\textwidth}
|
||||
Choisir un nombre \\
|
||||
Ajouter 6 \\
|
||||
Multiplier par 3 \\
|
||||
Enlever 30
|
||||
\end{minipage}
|
||||
}
|
||||
}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{parts}
|
||||
\part Appliquer ce programme à 14. %2
|
||||
\part Appliquer ce programme à 2. %2
|
||||
\part Quel nombre de départ donne 18 ? %2
|
||||
\end{parts}
|
||||
\end{minipage}
|
||||
|
||||
|
||||
\question
|
||||
Voici un programme de calcul
|
||||
|
||||
\fbox{\colorbox{base2}{
|
||||
\begin{minipage}[h]{0.4\textwidth}
|
||||
Choisir un nombre \\
|
||||
Enlever 5 \\
|
||||
Doubler \\
|
||||
Ajouter 10
|
||||
\end{minipage}
|
||||
}
|
||||
}
|
||||
|
||||
\begin{parts}
|
||||
\part Appliquer ce programme à 13.
|
||||
\part Est-ce que l'expression $13 - 5 \times 2 + 10$ donne le même résultat que la questions précédente? Que manque-t-il pour avoir le même résultat?
|
||||
\part Faire les calculs suivants en détaillant les étapes.
|
||||
\begin{multicols}{2}
|
||||
\begin{subparts}
|
||||
\subpart $A = 3 \times (2 + 3)$
|
||||
\subpart $B = 7 \times 3 + 5$
|
||||
\end{subparts}
|
||||
\end{multicols}
|
||||
\part Compléter les pointillés
|
||||
\begin{multicols}{2}
|
||||
\begin{subparts}
|
||||
\subpart $22 + 45 = \quad \cdots \quad + 37$
|
||||
\subpart $5 \times 4 = \quad \cdots \quad \times 2$
|
||||
\end{subparts}
|
||||
\end{multicols}
|
||||
\end{parts}
|
||||
|
||||
\end{questions}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
BIN
5e/DS/DS_15_11_20/DS_15_11_20_subj2.pdf
Normal file
BIN
5e/DS/DS_15_11_20/DS_15_11_20_subj2.pdf
Normal file
Binary file not shown.
92
5e/DS/DS_15_11_20/DS_15_11_20_subj2.tex
Normal file
92
5e/DS/DS_15_11_20/DS_15_11_20_subj2.tex
Normal file
@@ -0,0 +1,92 @@
|
||||
\documentclass[a4paper,12pt, table]{/media/documents/Cours/Prof/Enseignements/2015-2016/tools/style/classDS}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2015-2016/2015_2016}
|
||||
|
||||
% Title Page
|
||||
\titre{DS 3}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{5e10}
|
||||
\date{vendredi 20 novembre 2015}
|
||||
\duree{1 heure}
|
||||
\sujet{2}
|
||||
% DS DSCorr DM DMCorr Other
|
||||
\typedoc{DS}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
||||
Le barème est donné à titre indicatif, il pourra être modifié.
|
||||
|
||||
\begin{questions}
|
||||
\question
|
||||
\begin{parts}
|
||||
\part Donner la définition du périmètre. %1
|
||||
\part Calculer les périmètres des 3 figures ci-dessous. %6
|
||||
|
||||
\includegraphics[scale=0.9]{./fig/perimetre2}
|
||||
|
||||
\part Écrire une expression qui calcule le périmètre de la figure 2 avec le moins d'opération possible.
|
||||
\end{parts}
|
||||
|
||||
\question
|
||||
Voici un programme de calcul
|
||||
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\fbox{\colorbox{base2}{
|
||||
\begin{minipage}[h]{0.4\textwidth}
|
||||
Choisir un nombre \\
|
||||
Ajouter 5 \\
|
||||
Multiplier par 4 \\
|
||||
Enlever 42
|
||||
\end{minipage}
|
||||
}
|
||||
}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{parts}
|
||||
\part Appliquer ce programme à 15. %2
|
||||
\part Appliquer ce programme à 2. %2
|
||||
\part Quel nombre de départ donne 18 ? %2
|
||||
\end{parts}
|
||||
\end{minipage}
|
||||
|
||||
|
||||
\question
|
||||
Voici un programme de calcul
|
||||
|
||||
\fbox{\colorbox{base2}{
|
||||
\begin{minipage}[h]{0.4\textwidth}
|
||||
Choisir un nombre \\
|
||||
Enlever 4 \\
|
||||
Tripler \\
|
||||
Ajouter 10
|
||||
\end{minipage}
|
||||
}
|
||||
}
|
||||
\begin{parts}
|
||||
\part Appliquer ce programme à 13.
|
||||
\part Est-ce que l'expression $13 - 4 \times 3 + 10$ donne le même résultat que la questions précédente? Que manque-t-il pour avoir le même résultat?
|
||||
\part Faire les calculs suivants en détaillant les étapes.
|
||||
\begin{multicols}{2}
|
||||
\begin{subparts}
|
||||
\subpart $A = 5 \times (4 + 3)$
|
||||
\subpart $B = 7 \times 2 + 8$
|
||||
\end{subparts}
|
||||
\end{multicols}
|
||||
\part Compléter les pointillés
|
||||
\begin{multicols}{2}
|
||||
\begin{subparts}
|
||||
\subpart $13 + 24 = \quad \cdots \quad + 27$
|
||||
\subpart $3 \times 6 = \quad \cdots \quad \times 2$
|
||||
\end{subparts}
|
||||
\end{multicols}
|
||||
\end{parts}
|
||||
|
||||
\end{questions}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
BIN
5e/DS/DS_15_11_20/fig/perimetre.pdf
Normal file
BIN
5e/DS/DS_15_11_20/fig/perimetre.pdf
Normal file
Binary file not shown.
372
5e/DS/DS_15_11_20/fig/perimetre.svg
Normal file
372
5e/DS/DS_15_11_20/fig/perimetre.svg
Normal file
@@ -0,0 +1,372 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="175.37267mm"
|
||||
height="58.82095mm"
|
||||
viewBox="0 0 621.39921 208.42069"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="perimetre.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.3228211"
|
||||
inkscape:cx="310.69961"
|
||||
inkscape:cy="104.21034"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-nodes="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="715"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="29"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-67.944603,-396.48599)">
|
||||
<g
|
||||
id="g8338"
|
||||
transform="translate(3.7127908e-6,0)">
|
||||
<g
|
||||
id="g8082">
|
||||
<g
|
||||
id="g8074"
|
||||
transform="matrix(0.52586767,0,0,0.52586767,68.115208,216.11638)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path8070"
|
||||
d="M 137.90345,506.20995 238.94161,413.36406"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
d="M 25.085482,428.09693 A 137.22076,137.22076 0 0 1 215.95395,393.34873 137.22076,137.22076 0 0 1 250.80791,584.19791 137.22076,137.22076 0 0 1 59.978071,619.15762 137.22076,137.22076 0 0 1 24.912614,428.34719"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="3.7449704"
|
||||
sodipodi:start="3.747187"
|
||||
sodipodi:ry="137.22076"
|
||||
sodipodi:rx="137.22076"
|
||||
sodipodi:cy="506.20996"
|
||||
sodipodi:cx="137.90344"
|
||||
sodipodi:type="arc"
|
||||
id="path8072"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:optimizeQuality;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="138.58614"
|
||||
y="447.49857"
|
||||
id="text8078"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8080"
|
||||
x="138.58614"
|
||||
y="447.49857">5cm</tspan></text>
|
||||
</g>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text8089"
|
||||
y="601.78656"
|
||||
x="110.50596"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
y="601.78656"
|
||||
x="110.50596"
|
||||
id="tspan8091"
|
||||
sodipodi:role="line">Figure 1</tspan></text>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 282.52698,477.3822 62.80751,-79.19208 50.51908,69.63441 90.11512,1.36538 -65.53827,80.55746 -72.36517,-43.69218 -64.17289,60.07675 z"
|
||||
id="path8093"
|
||||
inkscape:connector-curvature="0" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="277.06543"
|
||||
y="435.05539"
|
||||
id="text8095"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097"
|
||||
x="277.06543"
|
||||
y="435.05539">6m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="373.59781"
|
||||
y="431.64062"
|
||||
id="text8095-3"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-3"
|
||||
x="373.59781"
|
||||
y="431.64062">4m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="420.02075"
|
||||
y="461.67902"
|
||||
id="text8095-0"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-7"
|
||||
x="420.02075"
|
||||
y="461.67902">2,5m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="453.4726"
|
||||
y="529.26538"
|
||||
id="text8095-7"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-0"
|
||||
x="453.4726"
|
||||
y="529.26538">6m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="381.10739"
|
||||
y="523.12109"
|
||||
id="text8095-1"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-9"
|
||||
x="381.10739"
|
||||
y="523.12109">3m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="314.20377"
|
||||
y="550.42871"
|
||||
id="text8095-31"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-5"
|
||||
x="314.20377"
|
||||
y="550.42871">4m</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="249.34821"
|
||||
y="519.02496"
|
||||
id="text8095-9"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8097-57"
|
||||
x="249.34821"
|
||||
y="519.02496">4m</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text8191"
|
||||
y="601.78656"
|
||||
x="324.17108"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
y="601.78656"
|
||||
x="324.17108"
|
||||
id="tspan8193"
|
||||
sodipodi:role="line">Figure 2</tspan></text>
|
||||
<g
|
||||
id="g8444"
|
||||
transform="translate(4.8490073e-5,0)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:optimizeQuality;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
id="path8195"
|
||||
sodipodi:sides="5"
|
||||
sodipodi:cx="614.42126"
|
||||
sodipodi:cy="483.32068"
|
||||
sodipodi:r1="88.045883"
|
||||
sodipodi:r2="44.022942"
|
||||
sodipodi:arg1="-0.59230365"
|
||||
sodipodi:arg2="0.036014881"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 687.46913,434.16697 -29.05347,50.73885 25.32659,52.69818 -57.23353,-11.95233 -42.2926,40.37165 -6.31879,-58.12579 -51.46485,-27.74713 53.32829,-23.97138 10.48558,-57.52032 39.27749,43.31066 z"
|
||||
inkscape:transform-center-x="3.0222117"
|
||||
inkscape:transform-center-y="19.342227" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 552.67607,458.77339 561.38,474.47898"
|
||||
id="path8197"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 576.32068,425.13551 17.36575,4.56671"
|
||||
id="path8197-8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 617.54327,415.31751 -11.10523,14.11021"
|
||||
id="path8197-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 656.75536,429.26054 3.48225,17.61527"
|
||||
id="path8197-80"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 665.30287,454.82007 15.27905,9.43265"
|
||||
id="path8197-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 677.72874,505.2228 -13.29957,12.06423"
|
||||
id="path8197-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 659.28763,524.35179 -7.03173,16.52207"
|
||||
id="path8197-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 599.6998,537.89529 11.98283,13.37295"
|
||||
id="path8197-21"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 590.16508,535.22778 -17.45343,4.21925"
|
||||
id="path8197-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 563.49732,489.39423 -9.47387,15.25351"
|
||||
id="path8197-66"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 626.50872,525.65167 3.01512,-83.68231 -49.76307,14.20966 46.74795,69.47265"
|
||||
id="path8262"
|
||||
inkscape:connector-curvature="0" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="648.21246"
|
||||
y="427.41217"
|
||||
id="text8264"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8266"
|
||||
x="648.21246"
|
||||
y="427.41217">4cm</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="708.60925"
|
||||
y="-262.23575"
|
||||
id="text8268"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="matrix(0.5,0.8660254,-0.8660254,0.5,0,0)"
|
||||
inkscape:transform-center-x="0.31497203"
|
||||
inkscape:transform-center-y="-9.4491609"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8270"
|
||||
x="708.60925"
|
||||
y="-262.23575">5cm</tspan></text>
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:optimizeQuality;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
id="path8275"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="602.70825"
|
||||
sodipodi:cy="490.27216"
|
||||
sodipodi:rx="3.3072064"
|
||||
sodipodi:ry="3.3072064"
|
||||
sodipodi:start="3.747187"
|
||||
sodipodi:end="3.7449704"
|
||||
sodipodi:open="true"
|
||||
d="m 599.98919,488.38953 a 3.3072064,3.3072064 0 0 1 4.60018,-0.83748 3.3072064,3.3072064 0 0 1 0.84003,4.59972 3.3072064,3.3072064 0 0 1 -4.59926,0.84258 3.3072064,3.3072064 0 0 1 -0.84512,-4.59879" />
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:optimizeQuality;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
id="path8275-2"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="628.3692"
|
||||
sodipodi:cy="480.64243"
|
||||
sodipodi:rx="3.3072064"
|
||||
sodipodi:ry="3.3072064"
|
||||
sodipodi:start="3.747187"
|
||||
sodipodi:end="3.7449704"
|
||||
sodipodi:open="true"
|
||||
d="m 625.65014,478.7598 a 3.3072064,3.3072064 0 0 1 4.60018,-0.83748 3.3072064,3.3072064 0 0 1 0.84003,4.59972 3.3072064,3.3072064 0 0 1 -4.59926,0.84258 3.3072064,3.3072064 0 0 1 -0.84512,-4.59879" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="410.20404"
|
||||
y="634.15302"
|
||||
id="text8292"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="matrix(0.94540718,-0.3258915,0.3258915,0.94540718,0,0)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8294"
|
||||
x="410.20404"
|
||||
y="634.15302">1cm</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="576.68951"
|
||||
y="601.78656"
|
||||
id="text8191-9"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8193-2"
|
||||
x="576.68951"
|
||||
y="601.78656">Figure 3</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="576.68951"
|
||||
y="620.53656"
|
||||
id="tspan8336" /></text>
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="287.17303"
|
||||
y="431.79181"
|
||||
id="text8291"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan8293"
|
||||
x="287.17303"
|
||||
y="431.79181"></tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
BIN
5e/DS/DS_15_11_20/fig/perimetre2.pdf
Normal file
BIN
5e/DS/DS_15_11_20/fig/perimetre2.pdf
Normal file
Binary file not shown.
12
5e/DS/DS_15_11_20/index.rst
Normal file
12
5e/DS/DS_15_11_20/index.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Notes sur DS_15_11_20 pour les 5e
|
||||
#################################
|
||||
|
||||
:date: 2015-11-20
|
||||
:modified: 2015-11-20
|
||||
:tags: Périmetre, Programme de calculs,
|
||||
:category: 5e
|
||||
:authors: Bertrand Benjamin
|
||||
:summary: Notes sur un devoir pour les 5e.
|
||||
|
||||
|
||||
<++ contenu ++>
|
||||
Reference in New Issue
Block a user