1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
<html>
<head>
<meta http-equiv="content-type" content="text_fr.html; charset=utf-8">
<title>JFractionLab Aide</title>
</head>
<body bgcolor="d7e8e7">
<!-- Navigation -->
<a href="add_fr.html"> << Retour</a>
<a href="index_fr.html">Table des matières</a>
<a href="multiply_fr.html">Continuer >></a>
<h1>JFractionLab Aide</h1>
<!-- Titel of Chapter-->
<h2>Soustraire des fractions</h2>
<!-- Content of Chapter -->
<h3>Explication:</h3>
<table>
<tr>
<td>
<IMG src="subtract-pizzas/4o6-minus-1o3.png" width="229" height="94" align="left" border="0">
</td>
<td>Quel est le résultat?... Euhh...<br>
Quatre petits morceaux moins un gros morceau... Euhh...
</td>
</tr>
<tr>
<td>
<IMG src="subtract-pizzas/4o6-minus-2o6.png" width="228" height="100" align="left" border="0">
</td>
<td>Comme ça c'est tout de suite clair! Le résultat est: "2 morceaux"!</td>
</tr>
</table>
On ne peut soustraire les uns des autres que des morceaux de même taille!<br>
<br>
Les fractions doivent donc d'abord être réduites au même dénominateur!</br>
<br>
<hr><!-- ################################# -->
<h3>Opérations:</h3>
<ul>
<li>Réduire au plus petit dénominateur commun</li>
<li>Soustraire les nominateurs</li>
<li>Réduire e'ventuellement </li>
<li>Transformer éventuellement la fraction impropre en nombre mixte</li>
</ul>
<hr><!-- ################################# -->
<h3>Un exemple pas à pas:</h3>
<table background="red">
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-1.png" width="215" height="88" align="left" border="0">
</td>
<td>Les nominateurs sont différents.<br>
Pour soustraire les fractions, il faut les réduire au plus petit dénominateur commun.<br>
Ici, on cherche le plus petit nombre divisible par 8 et 10.
</td>
</tr>
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-2.png" width="292" height="86" align="left" border="0">
</td>
<td>Maintenant les deux fractions vont être augmentées.</td>
</tr>
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-3.png" width="236" height="88" align="left" border="0">
</td>
<td>Elles ont désormais un dénominateur commun.</td>
</tr>
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-4.png" width="135" height="88" align="left" border="0">
</td>
<td>Les nominateurs sont soustraits,<br>
le dénominateur ne change pas!
</td>
</tr>
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-5.png" width="151" height="84" align="left" border="0">
</td>
<td>Réduire!</td>
</tr>
<tr>
<td>
<IMG src="subtract-formulas/subtraction-step-6.png" width="146" height="91" align="left" border="0">
</td>
<td></td>
</tr>
</table>
Voilà comment se présenterait cet exercice dans JFractionLab:<br>
<IMG src="screenshots/screenshot_6o8-minus-4o10.png" border="1">
<!-- Navigation -->
<br><br>
<a href="add_fr.html"> << Retour</a>
<a href="index_fr.html">Table des matières</a>
<a href="multiply_fr.html">Continuer >></a>
</body>
</html>
|