File: subtract_fr.html

package info (click to toggle)
jfractionlab 0.92-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,448 kB
  • sloc: java: 10,103; sh: 182; makefile: 18
file content (102 lines) | stat: -rw-r--r-- 3,439 bytes parent folder | download | duplicates (7)
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"> &lt;&lt; Retour</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="index_fr.html">Table des mati&egrave;res</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="multiply_fr.html">Continuer &gt;&gt;</a> &nbsp;&nbsp;&nbsp;&nbsp;
	
	<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&eacute;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 &ccedil;a c'est tout de suite clair! Le r&eacute;sultat est: "2 morceaux"!</td>
		</tr>
	</table>
	On ne peut soustraire les uns des autres que des morceaux de m&ecirc;me taille!<br>
	<br>
	Les fractions doivent donc d'abord &ecirc;tre r&eacute;duites au m&ecirc;me d&eacute;nominateur!</br>
	<br>
	<hr><!-- ################################# -->
	<h3>Op&eacute;rations:</h3>
	<ul>
		<li>R&eacute;duire au plus petit d&eacute;nominateur commun</li>
		<li>Soustraire les nominateurs</li>
		<li>R&eacute;duire e'ventuellement </li>
		<li>Transformer &eacute;ventuellement la fraction impropre en nombre mixte</li>
	</ul>	
	<hr><!-- ################################# -->
	<h3>Un exemple pas &agrave; 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&eacute;rents.<br>
				Pour soustraire les fractions, il faut les r&eacute;duire au plus petit d&eacute;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 &ecirc;tre augment&eacute;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&eacute;sormais un d&eacute;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&eacute;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&eacute;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&agrave; comment se pr&eacute;senterait cet exercice dans JFractionLab:<br>
	<IMG src="screenshots/screenshot_6o8-minus-4o10.png" border="1">

	<!-- Navigation -->
	<br><br>
	<a href="add_fr.html"> &lt;&lt; Retour</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="index_fr.html">Table des mati&egrave;res</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="multiply_fr.html">Continuer &gt;&gt;</a> &nbsp;&nbsp;&nbsp;&nbsp;
</body>
</html>