Import work from year 2013-2014
This commit is contained in:
BIN
3e/Nombres_Calculs/Equation/decouverte/corr_meuble_t.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/corr_meuble_t.pdf
Normal file
Binary file not shown.
179
3e/Nombres_Calculs/Equation/decouverte/corr_meuble_t.tex
Normal file
179
3e/Nombres_Calculs/Equation/decouverte/corr_meuble_t.tex
Normal file
@@ -0,0 +1,179 @@
|
||||
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
|
||||
|
||||
%\usepackage{multicol}
|
||||
\usepackage{tikz}
|
||||
\usepackage{enumerate}
|
||||
\usepackage{fancybox}
|
||||
|
||||
% Title Page
|
||||
\title{Système d'équations - Exercices}
|
||||
\author{}
|
||||
\date{}
|
||||
|
||||
\fancyhead[L]{Troisième}
|
||||
\fancyhead[C]{\Thetitle}
|
||||
\fancyhead[R]{\thepage}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\thispagestyle{fancy}
|
||||
|
||||
|
||||
\begin{enumerate}
|
||||
\item
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
2x + 4y &=& -2\\
|
||||
4x + 5y &=& 5
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
|
||||
On veut égaliser lei nombre de $x$. Pour cela on multiplie la première équation par 2
|
||||
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
4x + 8y &=& -4\\
|
||||
4x + 5y &=& 5
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
|
||||
|
||||
On fait la différence entre ces deux équations.
|
||||
|
||||
\begin{eqnarray*}
|
||||
0x + 3y & = & -9 \\
|
||||
y &=& \frac{-9}{3} = -3
|
||||
\end{eqnarray*}
|
||||
On remplace $y$ par -3 dans la première équation
|
||||
\begin{eqnarray*}
|
||||
2x + 4\times (-3) & = & -2 \\
|
||||
2x - 12 &=& -2 \\
|
||||
2x &=& -2 + 12 = 10 \\
|
||||
x &=& \frac{10}{2} = 5
|
||||
\end{eqnarray*}
|
||||
Les solutions du système d'équations sont $x=5$ et $y=-3$.
|
||||
|
||||
\eject
|
||||
|
||||
\item
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
3x + 2y &=& 75 \hspace{1cm} \times 5\\
|
||||
5x + 5y &=& 90 \hspace{1cm} \times 3
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On veut égaliser le nombre de $x$ dans la première et la deuxième équation. Pour cela on multiplie la première équation par 5 et la deuxième par 3.
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
15x + 10y &=& 375 \\
|
||||
15x + 15y &=& 270
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On fait la différence entre les deux équations
|
||||
\begin{eqnarray*}
|
||||
0x - 5y & = & 105\\
|
||||
y &=& \frac{105}{-5} = -21
|
||||
\end{eqnarray*}
|
||||
On remplace $y$ par -21 dans la première équation.
|
||||
\begin{eqnarray*}
|
||||
3x + 2\times(-21) & = & 75\\
|
||||
3x + (-42) &=& 75 \\
|
||||
3x &=& 75 + 42 = 117\\
|
||||
x &=& \frac{117}{3} = 39
|
||||
\end{eqnarray*}
|
||||
Les solutions du système d'équations sont $x=39$ et $y=-21$.
|
||||
|
||||
\eject
|
||||
|
||||
\item
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
6x + 3y &=& 114 \hspace{1cm} \times 3 \\
|
||||
4x + 9y &=& 307
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On veut égaliser le nombre de $y$ dans la première et la deuxième équation. Pour cela on multiplie la première équation par 3
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
18x + 9y &=& 342 \\
|
||||
4x + 9y &=& 307
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On fait la différence entre les deux équations
|
||||
\begin{eqnarray*}
|
||||
14x + 0y &=& 35\\
|
||||
x&=& \frac{35}{14} = 2,5
|
||||
\end{eqnarray*}
|
||||
On remplace $x$ par 2,5 dans la première équation.
|
||||
\begin{eqnarray*}
|
||||
6\times2.5 + 3y &=&114 \\
|
||||
15 + 3y &=& 114 \\
|
||||
3y &=& 114 -15 = 99 \\
|
||||
y&=& \frac{99}{3} = 33
|
||||
\end{eqnarray*}
|
||||
Les solutions du système d'équations sont $x=2,5$ et $y=33$.
|
||||
|
||||
\eject
|
||||
\item
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
6x + 44y &=& 755 \hspace{1cm} \times 5 \\
|
||||
30x - 7y &=& 143
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On veut égaliser le nombre de $x$ dans la première et la deuxième équation. Pour cela on multiplie la première équation par 5
|
||||
\begin{eqnarray*}
|
||||
\left\{
|
||||
\begin{array}{lcl}
|
||||
30x + 220 y &=& 3775 \\
|
||||
30x - 7y &=& 143
|
||||
\end{array}
|
||||
\right.
|
||||
\end{eqnarray*}
|
||||
On fait la différence entre les deux équations
|
||||
\begin{eqnarray*}
|
||||
0x + 227y &=& 3632\\
|
||||
y&=& \frac{3632}{227} = 16
|
||||
\end{eqnarray*}
|
||||
On remplace $y$ par 16 dans la première équation.
|
||||
\begin{eqnarray*}
|
||||
6x + 44\times16 &=& 755 \\
|
||||
6x + 704 &=& 755 \\
|
||||
6x &=& 755-704 = 51 \\
|
||||
x&=& \frac{51}{6} = 8,5
|
||||
\end{eqnarray*}
|
||||
Les solutions du système d'équations sont $x=8,5$ et $y=16$.
|
||||
|
||||
\eject
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
BIN
3e/Nombres_Calculs/Equation/decouverte/exo_decouv.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/exo_decouv.pdf
Normal file
Binary file not shown.
75
3e/Nombres_Calculs/Equation/decouverte/exo_decouv.tex
Normal file
75
3e/Nombres_Calculs/Equation/decouverte/exo_decouv.tex
Normal file
@@ -0,0 +1,75 @@
|
||||
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
|
||||
|
||||
%\usepackage{multicol}
|
||||
\usepackage{tikz}
|
||||
\usepackage{fancybox}
|
||||
|
||||
% Title Page
|
||||
\title{Système d'équations - Exercices}
|
||||
\author{}
|
||||
\date{}
|
||||
|
||||
\fancyhead[L]{Troisième}
|
||||
\fancyhead[C]{\Thetitle}
|
||||
\fancyhead[R]{\thepage}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\thispagestyle{fancy}
|
||||
|
||||
\begin{Exo}
|
||||
Deux compositions de meubles sont exposées dans un magasin.
|
||||
|
||||
\includegraphics[scale=0.3]{./fig/meubles}
|
||||
|
||||
Les prix possibles des meubles sont 25\euro\;, 50\euro\;, 75\euro\; et 100\euro.
|
||||
|
||||
\begin{minipage}{0.25\textwidth}
|
||||
Quel est le prix de cette composition?
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.15\textwidth}
|
||||
\includegraphics[scale=0.2]{./fig/meubles2}
|
||||
\end{minipage}
|
||||
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
Un joaillier vend des colliers dont le prix dépend uniquement des perles posées dessus. Voici trois colliers qu'il a en vitrine:
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{./fig/coliers}
|
||||
\end{center}
|
||||
Quel est le prix du troisième collier?
|
||||
|
||||
\end{Exo}
|
||||
|
||||
\eject
|
||||
|
||||
\begin{Exo}
|
||||
Pour les motifs du carrelage d'une salle de bain, l'artisan propose deux motifs différents:
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.3]{./fig/triangles}
|
||||
\end{center}
|
||||
Les triangles gris n'ont pas le même prix que les triangles blancs. \textbf{Quel est le prix d'un triangle blanc? Et celui d'un triangle noir?}
|
||||
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
Charles et Sarah ont acheté des bonbons.
|
||||
\begin{itemize}
|
||||
\item Charles a acheté 4 \textit{paquets de chewing gums} et 4 \textit{oursons}, il a payé 10\euro.
|
||||
\item Sarah a acheté 2 \textit{paquets de chewing gum} et 6 \textit{oursons}, elle a payé 7\euro.
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\textbf{Combien coûte un ourson? Et le paquets de chewing gums?}
|
||||
|
||||
\end{Exo}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/coliers.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/coliers.pdf
Normal file
Binary file not shown.
238
3e/Nombres_Calculs/Equation/decouverte/fig/coliers.svg
Normal file
238
3e/Nombres_Calculs/Equation/decouverte/fig/coliers.svg
Normal file
@@ -0,0 +1,238 @@
|
||||
<?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="1064.7338"
|
||||
height="437.69122"
|
||||
id="svg3610"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="coliers.svg">
|
||||
<defs
|
||||
id="defs3612" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.6908268"
|
||||
inkscape:cx="534.32288"
|
||||
inkscape:cy="149.33593"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="748"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="274"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="10"
|
||||
fit-margin-left="10"
|
||||
fit-margin-right="10"
|
||||
fit-margin-bottom="10" />
|
||||
<metadata
|
||||
id="metadata3615">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(8.1417849,-507.76291)">
|
||||
<g
|
||||
id="g4540"
|
||||
transform="matrix(0.78157708,0,0,0.78157708,-47.731426,208.8651)">
|
||||
<path
|
||||
transform="matrix(2.6417684,0,0,2.6417684,-283.15456,-129.1978)"
|
||||
d="m 272.50282,266.28131 c 0,35.73496 -30.64019,64.70387 -68.43678,64.70387 -37.79659,0 -68.43678,-28.96891 -68.43678,-64.70387 0,-35.73496 30.64019,-64.70386 68.43678,-64.70386 37.79659,0 68.43678,28.9689 68.43678,64.70386 z"
|
||||
sodipodi:ry="64.703865"
|
||||
sodipodi:rx="68.436783"
|
||||
sodipodi:cy="266.28131"
|
||||
sodipodi:cx="204.06604"
|
||||
id="path4386"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.89267159;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="translate(-176.69133,33.276258)"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
sodipodi:ry="27.374714"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:cx="270.01422"
|
||||
id="path4388-9"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="translate(146.82801,33.276258)"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
sodipodi:ry="27.374714"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:cx="270.01422"
|
||||
id="path4388-7"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
sodipodi:type="arc" />
|
||||
<rect
|
||||
y="706.44531"
|
||||
x="160.1006"
|
||||
height="42.306374"
|
||||
width="42.306374"
|
||||
id="rect4390-7"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="707.68964"
|
||||
x="301.53659"
|
||||
height="42.306374"
|
||||
width="42.306374"
|
||||
id="rect4390-2"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
<g
|
||||
id="g4547"
|
||||
transform="matrix(0.78157708,0,0,0.78157708,-77.556316,204.48875)">
|
||||
<path
|
||||
transform="matrix(2.6417684,0,0,2.6417684,228.64106,-129.1978)"
|
||||
d="m 272.50282,266.28131 c 0,35.73496 -30.64019,64.70387 -68.43678,64.70387 -37.79659,0 -68.43678,-28.96891 -68.43678,-64.70387 0,-35.73496 30.64019,-64.70386 68.43678,-64.70386 37.79659,0 68.43678,28.9689 68.43678,64.70386 z"
|
||||
sodipodi:ry="64.703865"
|
||||
sodipodi:rx="68.436783"
|
||||
sodipodi:cy="266.28131"
|
||||
sodipodi:cx="204.06604"
|
||||
id="path4386-2"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.89267159;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
sodipodi:type="arc" />
|
||||
<rect
|
||||
y="585.74774"
|
||||
x="567.40314"
|
||||
height="42.306374"
|
||||
width="42.306374"
|
||||
id="rect4390-8"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="689.02509"
|
||||
x="637.08423"
|
||||
height="42.306374"
|
||||
width="42.306374"
|
||||
id="rect4390-3"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="613.12244"
|
||||
x="912.07568"
|
||||
height="42.306374"
|
||||
width="42.306374"
|
||||
id="rect4390-5"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<path
|
||||
transform="translate(546.24996,120.37762)"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
sodipodi:ry="27.374714"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:cx="270.01422"
|
||||
id="path4388-5"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
sodipodi:type="arc" />
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:31.26308441px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
x="103.54762"
|
||||
y="935.01959"
|
||||
id="text4510"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4512"
|
||||
x="103.54762"
|
||||
y="935.01959"
|
||||
style="font-size:44.49694824px">400€</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:31.26308441px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
x="460.85941"
|
||||
y="925.23181"
|
||||
id="text4514"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4516"
|
||||
x="460.85941"
|
||||
y="925.23181"
|
||||
style="font-size:44.49694824px">500€</tspan></text>
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.89267159;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path4386-2-8"
|
||||
sodipodi:cx="204.06604"
|
||||
sodipodi:cy="266.28131"
|
||||
sodipodi:rx="68.436783"
|
||||
sodipodi:ry="64.703865"
|
||||
d="m 272.50282,266.28131 c 0,35.73496 -30.64019,64.70387 -68.43678,64.70387 -37.79659,0 -68.43678,-28.96891 -68.43678,-64.70387 0,-35.73496 30.64019,-64.70386 68.43678,-64.70386 37.79659,0 68.43678,28.9689 68.43678,64.70386 z"
|
||||
transform="matrix(2.0647456,0,0,2.0647456,466.64908,103.51071)" />
|
||||
<rect
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:3.90788555;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect4390-8-5"
|
||||
width="33.065693"
|
||||
height="33.065693"
|
||||
x="741.20551"
|
||||
y="679.9137" />
|
||||
<rect
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:3.90788555;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect4390-3-1"
|
||||
width="33.065693"
|
||||
height="33.065693"
|
||||
x="890.60773"
|
||||
y="768.4632" />
|
||||
<rect
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:3.90788555;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect4390-5-0"
|
||||
width="33.065693"
|
||||
height="33.065693"
|
||||
x="1011.5724"
|
||||
y="649.43414" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path4388-5-6"
|
||||
sodipodi:cx="270.01422"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:ry="27.374714"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
transform="matrix(0.78157708,0,0,0.78157708,600.36844,282.91276)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path4388-5-6-2"
|
||||
sodipodi:cx="270.01422"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:ry="27.374714"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
transform="matrix(0.78157708,0,0,0.78157708,541.43084,127.96421)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#8d8d8d;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path4388-5-6-7"
|
||||
sodipodi:cx="270.01422"
|
||||
sodipodi:cy="613.44244"
|
||||
sodipodi:rx="27.374714"
|
||||
sodipodi:ry="27.374714"
|
||||
d="m 297.38894,613.44244 c 0,15.11864 -12.25608,27.37472 -27.37472,27.37472 -15.11864,0 -27.37471,-12.25608 -27.37471,-27.37472 0,-15.11863 12.25607,-27.37471 27.37471,-27.37471 15.11864,0 27.37472,12.25608 27.37472,27.37471 z"
|
||||
transform="matrix(0.78157708,0,0,0.78157708,778.29398,261.07737)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/coliers2.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/coliers2.pdf
Normal file
Binary file not shown.
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles.pdf
Normal file
Binary file not shown.
150
3e/Nombres_Calculs/Equation/decouverte/fig/meubles.svg
Normal file
150
3e/Nombres_Calculs/Equation/decouverte/fig/meubles.svg
Normal file
@@ -0,0 +1,150 @@
|
||||
<?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="992.04095"
|
||||
height="431.02274"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="meubles.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.80366138"
|
||||
inkscape:cx="188.14736"
|
||||
inkscape:cy="216.94531"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="748"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="274"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="10"
|
||||
fit-margin-right="10"
|
||||
fit-margin-left="10"
|
||||
fit-margin-bottom="10" />
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-25.713136,-466.23751)">
|
||||
<g
|
||||
id="g3871"
|
||||
transform="translate(-63.459563,-2.1876284)">
|
||||
<rect
|
||||
y="480.92514"
|
||||
x="101.6727"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="480.92514"
|
||||
x="325.09122"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753-3"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="678.12732"
|
||||
x="212.43864"
|
||||
height="121.33994"
|
||||
width="107.65259"
|
||||
id="rect3753-5"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="678.12732"
|
||||
x="435.85718"
|
||||
height="121.33994"
|
||||
width="107.65259"
|
||||
id="rect3753-5-9"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
<g
|
||||
id="g3877"
|
||||
transform="translate(-60.970953,-6.2215258)">
|
||||
<rect
|
||||
y="484.95905"
|
||||
x="622.50134"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753-33"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<g
|
||||
transform="translate(16.289483,1.545311)"
|
||||
id="g3866">
|
||||
<rect
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3753-5-9-0"
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="716.97778"
|
||||
y="680.61591" />
|
||||
<rect
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3753-5-9-4"
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="829.63037"
|
||||
y="680.61591" />
|
||||
<rect
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3753-5-9-6"
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="942.28296"
|
||||
y="680.61591" />
|
||||
</g>
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
x="214.42464"
|
||||
y="886.86963"
|
||||
id="text3884"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3886"
|
||||
x="214.42464"
|
||||
y="886.86963">250€</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
x="765.33563"
|
||||
y="880.02301"
|
||||
id="text3884-9"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3886-0"
|
||||
x="765.33563"
|
||||
y="880.02301">225€</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.5 KiB |
69
3e/Nombres_Calculs/Equation/decouverte/fig/meubles2.pdf
Normal file
69
3e/Nombres_Calculs/Equation/decouverte/fig/meubles2.pdf
Normal file
@@ -0,0 +1,69 @@
|
||||
%PDF-1.5
|
||||
%<25><><EFBFBD><EFBFBD>
|
||||
3 0 obj
|
||||
<< /Length 4 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
x<EFBFBD><EFBFBD>ѽ
|
||||
B1<05><>Oq^<5E><>4IVAp<41>UDE<1C><0E><><EFBFBD>A<EFBFBD><0B><>dh(<28>|<7C>S<><53><EFBFBD><EFBFBD><EFBFBD>t;W<><57>)0<>5<1F>p<0E>I<EFBFBD>؇ŲE<19>`<60><><08>e<06>ǫS<C7AB><53>ٰ>S<><53>!<21><><EFBFBD>H<EFBFBD><48>f<EFBFBD><16><>a<>a<EFBFBD><61><EFBFBD><EFBFBD><EFBFBD>Ȥm<C8A4>#=ƓeN<65>7_2<5F><32><EFBFBD><16>+ŚQ<C59A><51>(<28>M<>sb<73><62><12><><EFBFBD> <09>v<EFBFBD>G<EFBFBD><47><EFBFBD>3<17>Yo6
|
||||
endstream
|
||||
endobj
|
||||
4 0 obj
|
||||
177
|
||||
endobj
|
||||
2 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 841.889771 595.275574 ]
|
||||
/Contents 3 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 2 0 R
|
||||
>>
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 5 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< /Creator (cairo 1.12.16 (http://cairographics.org))
|
||||
/Producer (cairo 1.12.16 (http://cairographics.org))
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 8
|
||||
0000000000 65535 f
|
||||
0000000591 00000 n
|
||||
0000000291 00000 n
|
||||
0000000015 00000 n
|
||||
0000000269 00000 n
|
||||
0000000363 00000 n
|
||||
0000000656 00000 n
|
||||
0000000785 00000 n
|
||||
trailer
|
||||
<< /Size 8
|
||||
/Root 7 0 R
|
||||
/Info 6 0 R
|
||||
>>
|
||||
startxref
|
||||
837
|
||||
%%EOF
|
||||
99
3e/Nombres_Calculs/Equation/decouverte/fig/meubles2.svg
Normal file
99
3e/Nombres_Calculs/Equation/decouverte/fig/meubles2.svg
Normal file
@@ -0,0 +1,99 @@
|
||||
<?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="1052.3622"
|
||||
height="744.09448"
|
||||
id="svg3947"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="Nouveau document 11">
|
||||
<defs
|
||||
id="defs3949" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.80366138"
|
||||
inkscape:cx="526.18109"
|
||||
inkscape:cy="372.04724"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="748"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="274"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata3952">
|
||||
<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(0,-308.2677)">
|
||||
<g
|
||||
id="g4551"
|
||||
transform="translate(-12.445508,43.851641)">
|
||||
<rect
|
||||
y="653.24121"
|
||||
x="550.24091"
|
||||
height="121.33994"
|
||||
width="107.65259"
|
||||
id="rect3753-5-9-0"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="653.24121"
|
||||
x="662.89349"
|
||||
height="121.33994"
|
||||
width="107.65259"
|
||||
id="rect3753-5-9-4"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
<g
|
||||
id="g4543"
|
||||
transform="translate(90.836833,24.886103)">
|
||||
<rect
|
||||
y="475.00458"
|
||||
x="114.66074"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753-33"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="475.00458"
|
||||
x="225.42668"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753-33-1"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
y="475.00458"
|
||||
x="336.19263"
|
||||
height="318.54211"
|
||||
width="105.76594"
|
||||
id="rect3753-33-2"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
118
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b.svg
Normal file
118
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b.svg
Normal file
@@ -0,0 +1,118 @@
|
||||
<?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"
|
||||
version="1.1"
|
||||
width="1052.3622"
|
||||
height="744.09448"
|
||||
id="svg2">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<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
|
||||
transform="translate(0,-308.2677)"
|
||||
id="layer1">
|
||||
<g
|
||||
transform="translate(-63.459563,-2.1876284)"
|
||||
id="g3871">
|
||||
<rect
|
||||
width="105.76594"
|
||||
height="318.54211"
|
||||
x="101.6727"
|
||||
y="480.92514"
|
||||
id="rect3753"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
width="105.76594"
|
||||
height="318.54211"
|
||||
x="325.09122"
|
||||
y="480.92514"
|
||||
id="rect3753-3"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="212.43864"
|
||||
y="678.12732"
|
||||
id="rect3753-5"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="435.85718"
|
||||
y="678.12732"
|
||||
id="rect3753-5-9"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-60.970953,-6.2215258)"
|
||||
id="g3877">
|
||||
<rect
|
||||
width="105.76594"
|
||||
height="318.54211"
|
||||
x="622.50134"
|
||||
y="484.95905"
|
||||
id="rect3753-33"
|
||||
style="fill:#909090;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<g
|
||||
transform="translate(16.289483,1.545311)"
|
||||
id="g3866">
|
||||
<rect
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="716.97778"
|
||||
y="680.61591"
|
||||
id="rect3753-5-9-0"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="829.63037"
|
||||
y="680.61591"
|
||||
id="rect3753-5-9-4"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
width="107.65259"
|
||||
height="121.33994"
|
||||
x="942.28296"
|
||||
y="680.61591"
|
||||
id="rect3753-5-9-6"
|
||||
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
<text
|
||||
x="214.42464"
|
||||
y="886.86963"
|
||||
id="text3884"
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
|
||||
x="214.42464"
|
||||
y="886.86963"
|
||||
id="tspan3886">250€</tspan></text>
|
||||
<text
|
||||
x="765.33563"
|
||||
y="880.02301"
|
||||
id="text3884-9"
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
|
||||
x="765.33563"
|
||||
y="880.02301"
|
||||
id="tspan3886-0">225€</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b1.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b1.pdf
Normal file
Binary file not shown.
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b2.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_b2.pdf
Normal file
Binary file not shown.
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_t.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/meubles_t.pdf
Normal file
Binary file not shown.
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/triangles.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/fig/triangles.pdf
Normal file
Binary file not shown.
170
3e/Nombres_Calculs/Equation/decouverte/fig/triangles.svg
Normal file
170
3e/Nombres_Calculs/Equation/decouverte/fig/triangles.svg
Normal file
@@ -0,0 +1,170 @@
|
||||
<?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"
|
||||
version="1.1"
|
||||
width="991.38428"
|
||||
height="564.73401"
|
||||
id="svg4749"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="triangles.pdf">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="748"
|
||||
id="namedview4324"
|
||||
showgrid="false"
|
||||
fit-margin-top="10"
|
||||
fit-margin-right="10"
|
||||
fit-margin-left="10"
|
||||
fit-margin-bottom="10"
|
||||
inkscape:zoom="0.6908268"
|
||||
inkscape:cx="483.00178"
|
||||
inkscape:cy="260.49597"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="274"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg4749" />
|
||||
<defs
|
||||
id="defs4751" />
|
||||
<metadata
|
||||
id="metadata4754">
|
||||
<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
|
||||
transform="translate(-43.179314,-376.07693)"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g5631">
|
||||
<g
|
||||
transform="matrix(0.83790783,0,0,0.83790783,-105.20375,-16.00439)"
|
||||
id="g5553">
|
||||
<path
|
||||
d="m 191.52206,482.36342 0,266.40625 266.40625,-266.40625 -266.40625,0 z"
|
||||
id="rect5421"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 457.92831,748.76967 0,-266.40625 -266.40625,266.40625 266.40625,0 z"
|
||||
id="rect5421-7"
|
||||
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 729.3346,482.36342 -266.40625,0 266.40625,266.40625 0,-266.40625 z"
|
||||
id="rect5421-5"
|
||||
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 462.92835,748.76967 266.40625,0 -266.40625,-266.40625 0,266.40625 z"
|
||||
id="rect5421-7-9"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 457.92831,753.76977 -266.40625,0 266.40625,266.40623 0,-266.40623 z"
|
||||
id="rect5421-2"
|
||||
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 191.52206,1020.176 266.40625,0 -266.40625,-266.40623 0,266.40623 z"
|
||||
id="rect5421-7-1"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 462.92831,753.76977 0,266.40623 266.40625,-266.40623 -266.40625,0 z"
|
||||
id="rect5421-5-2"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 729.33456,1020.176 0,-266.40623 -266.40625,266.40623 266.40625,0 z"
|
||||
id="rect5421-7-9-6"
|
||||
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5621">
|
||||
<path
|
||||
d="m 571.83148,388.1717 0,223.22388 223.22389,-223.22388 -223.22389,0 z"
|
||||
id="rect5421-8"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 795.05537,611.39558 0,-223.22388 -223.22389,223.22388 223.22389,0 z"
|
||||
id="rect5421-7-92"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 1022.4688,388.1717 -223.22386,0 223.22386,223.22388 0,-223.22388 z"
|
||||
id="rect5421-5-27"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 799.24494,611.39558 223.22386,0 -223.22386,-223.22388 0,223.22388 z"
|
||||
id="rect5421-7-9-7"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 795.05537,615.5852 -223.22389,0 223.22389,223.22387 0,-223.22387 z"
|
||||
id="rect5421-2-3"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 571.83148,838.80907 223.22389,0 -223.22389,-223.22387 0,223.22387 z"
|
||||
id="rect5421-7-1-7"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 799.24491,615.5852 0,223.22387 223.22389,-223.22387 -223.22389,0 z"
|
||||
id="rect5421-5-2-3"
|
||||
style="fill:#878787;fill-opacity:1;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 1022.4688,838.80907 0,-223.22387 -223.22389,223.22387 223.22389,0 z"
|
||||
id="rect5421-7-9-6-6"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.18953896;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<text
|
||||
x="235.08495"
|
||||
y="930.42029"
|
||||
id="text5613"
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
x="235.08495"
|
||||
y="930.42029"
|
||||
id="tspan5615">100€</tspan></text>
|
||||
<text
|
||||
x="763.51733"
|
||||
y="930.42029"
|
||||
id="text5617"
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
x="763.51733"
|
||||
y="930.42029"
|
||||
id="tspan5619">70€</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
47
3e/Nombres_Calculs/Equation/decouverte/index.rst
Normal file
47
3e/Nombres_Calculs/Equation/decouverte/index.rst
Normal file
@@ -0,0 +1,47 @@
|
||||
Notes sur des exercices pour commencer les équations
|
||||
####################################################
|
||||
|
||||
:date: 2014-07-01
|
||||
:modified: 2014-07-01
|
||||
:tags: Nombres Calculs, Équations
|
||||
:category: 3e
|
||||
:authors: Benjamin Bertrand
|
||||
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
|
||||
|
||||
|
||||
|
||||
`Lien vers corr_meuble_t.pdf <corr_meuble_t.pdf>`_
|
||||
|
||||
`Lien vers meubles.pdf <meubles.pdf>`_
|
||||
|
||||
`Lien vers meubles_t.tex <meubles_t.tex>`_
|
||||
|
||||
`Lien vers meubles.tex <meubles.tex>`_
|
||||
|
||||
`Lien vers meubles_b.tex <meubles_b.tex>`_
|
||||
|
||||
`Lien vers exo_decouv.tex <exo_decouv.tex>`_
|
||||
|
||||
`Lien vers exo_decouv.pdf <exo_decouv.pdf>`_
|
||||
|
||||
`Lien vers corr_meuble_t.tex <corr_meuble_t.tex>`_
|
||||
|
||||
`Lien vers meubles_b.pdf <meubles_b.pdf>`_
|
||||
|
||||
`Lien vers meubles_t.pdf <meubles_t.pdf>`_
|
||||
|
||||
`Lien vers fig/coliers.pdf <fig/coliers.pdf>`_
|
||||
|
||||
`Lien vers fig/meubles_b1.pdf <fig/meubles_b1.pdf>`_
|
||||
|
||||
`Lien vers fig/meubles_b2.pdf <fig/meubles_b2.pdf>`_
|
||||
|
||||
`Lien vers fig/meubles.pdf <fig/meubles.pdf>`_
|
||||
|
||||
`Lien vers fig/triangles.pdf <fig/triangles.pdf>`_
|
||||
|
||||
`Lien vers fig/meubles2.pdf <fig/meubles2.pdf>`_
|
||||
|
||||
`Lien vers fig/coliers2.pdf <fig/coliers2.pdf>`_
|
||||
|
||||
`Lien vers fig/meubles_t.pdf <fig/meubles_t.pdf>`_
|
||||
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles.pdf
Normal file
Binary file not shown.
39
3e/Nombres_Calculs/Equation/decouverte/meubles.tex
Normal file
39
3e/Nombres_Calculs/Equation/decouverte/meubles.tex
Normal file
@@ -0,0 +1,39 @@
|
||||
\documentclass[a4paper,10pt]{beamer}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{thumbpdf}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{ucs}
|
||||
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
|
||||
\usepackage{verbatim}
|
||||
\usepackage{subfig}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{tikz}
|
||||
\usepackage{enumerate}
|
||||
\usepackage{eurosym}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Prix d'une cuisine}
|
||||
|
||||
Deux compositions de meubles sont exposées dans un magasin.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{./fig/meubles}
|
||||
\end{center}
|
||||
|
||||
Les prix possibles des meubles sont 25\euro\;, 50\euro\;, 75\euro\; et 100\euro.
|
||||
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
Quel est le prix de cette composition?
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\includegraphics[scale=0.2]{./fig/meubles2}
|
||||
\end{minipage}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles_b.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles_b.pdf
Normal file
Binary file not shown.
43
3e/Nombres_Calculs/Equation/decouverte/meubles_b.tex
Normal file
43
3e/Nombres_Calculs/Equation/decouverte/meubles_b.tex
Normal file
@@ -0,0 +1,43 @@
|
||||
\documentclass[a4paper,10pt]{beamer}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{thumbpdf}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{ucs}
|
||||
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
|
||||
\usepackage{verbatim}
|
||||
\usepackage{subfig}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{tikz}
|
||||
\usepackage{enumerate}
|
||||
\usepackage{eurosym}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Prix d'une cuisine}
|
||||
|
||||
\begin{itemize}
|
||||
\item
|
||||
Deux compositions de meubles sont exposées dans un magasin.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{./fig/meubles_b1}
|
||||
\end{center}
|
||||
|
||||
En combinant les deux compositions, retrouver le prix d'un petit meuble carré. En déduire le prix d'un grand meuble gris.
|
||||
|
||||
\item<2-> Mêmes questions pour les compositions suivantes
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{./fig/meubles_b2}
|
||||
\end{center}
|
||||
|
||||
|
||||
\end{itemize}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles_t.pdf
Normal file
BIN
3e/Nombres_Calculs/Equation/decouverte/meubles_t.pdf
Normal file
Binary file not shown.
103
3e/Nombres_Calculs/Equation/decouverte/meubles_t.tex
Normal file
103
3e/Nombres_Calculs/Equation/decouverte/meubles_t.tex
Normal file
@@ -0,0 +1,103 @@
|
||||
\documentclass[a4paper,10pt]{beamer}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{thumbpdf}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{ucs}
|
||||
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
|
||||
\usepackage{verbatim}
|
||||
\usepackage{subfig}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{tikz}
|
||||
\usepackage{enumerate}
|
||||
\usepackage{eurosym}
|
||||
\usepackage{multicol}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Méthode par combinaison}
|
||||
|
||||
\begin{center}
|
||||
$ \left\{
|
||||
\begin{array}{lcl}
|
||||
3x + 4y &=& 195 \\
|
||||
4x + 5y &=& 249
|
||||
\end{array}
|
||||
\right.$
|
||||
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
\onslide<2->{
|
||||
Composition de meubles correspondante
|
||||
|
||||
\includegraphics[scale=0.2]{./fig/meubles_t}
|
||||
|
||||
\textbf{Comment faire pour avoir le même nombre de meubles $X$?}
|
||||
}
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Éxercices}
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
||||
\begin{enumerate}[a)]
|
||||
\item $ \left\{
|
||||
\begin{array}{lcl}
|
||||
2x + 4y &=& -2\\
|
||||
4x + 5y &=& 5
|
||||
\end{array}
|
||||
\right.$
|
||||
% x = 5 et y = -3
|
||||
|
||||
\vspace{0.5cm}
|
||||
\onslide<2>{x=5 et y = -3}
|
||||
\vspace{0.5cm}
|
||||
|
||||
\item $ \left\{
|
||||
\begin{array}{lcl}
|
||||
3x + 2y &=& 75 \\
|
||||
5x + 5y &=& 90
|
||||
\end{array}
|
||||
\right.$
|
||||
% x = -3 et y = 21
|
||||
|
||||
\vspace{0.5cm}
|
||||
\onslide<2>{x=-3 et y = 21}
|
||||
\vspace{0.5cm}
|
||||
|
||||
\item $ \left\{
|
||||
\begin{array}{lcl}
|
||||
6x + 3y &=& 114 \\
|
||||
4x + 9y &=& 307
|
||||
\end{array}
|
||||
\right.$
|
||||
%x = 2.5 et y = 33
|
||||
|
||||
\vspace{0.5cm}
|
||||
\onslide<2>{x=2.5 et y = 33}
|
||||
\vspace{0.5cm}
|
||||
|
||||
\item $ \left\{
|
||||
\begin{array}{lcl}
|
||||
6 x + 44 y &=& 755 \\
|
||||
30 x - 7y &=& 143
|
||||
\end{array}
|
||||
\right.$
|
||||
%x = 8.5 et y = 16
|
||||
|
||||
\vspace{0.5cm}
|
||||
\onslide<2>{x=8.5 et y = 16}
|
||||
\vspace{0.5cm}
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\end{multicols}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user