File: multiply_en.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 (86 lines) | stat: -rw-r--r-- 2,662 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
<html>
<head>
<meta http-equiv="content-type" content="text_en.html; charset=utf-8">
<title>JFractionLab Help</title>
</head>
<body bgcolor="d7e8e7">
	<!-- Navigation -->
	<a href="subtract_en.html"> &lt;&lt; Back</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="index_en.html">Contents</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="multiply-and-reduce_en.html">Next &gt;&gt;</a> &nbsp;&nbsp;&nbsp;&nbsp;
	
	
	<h1>JFractionLab - Help</h1>
	
	<!-- Titel of Chapter-->
	<h2>Multiplying fractions</h2>
	
	
	<!-- Content of Chapter -->
	<h3>Explanation:</h3>
	One question, asked in two different ways:<br>
	<ul>
		<li>"What is the half of two thirds?"<br>oder</li>
		<li>"What are two thirds divided by two?"</li>
	</ul>
	
	<table>
		<tr>
			<td>
				<IMG src="multiply-pizzas/2o3.png" width="139" height="138" align="left" border="0">
			</td>
			<td>
				<IMG src="multiply-formulas/2o3-times-1o2_problem.png" width="117" height="87" align="left" border="0">
			</td>
		</tr>
		<tr>
			<td>
				<IMG src="multiply-pizzas/2o6.png" width="137" height="136" align="left" border="0">
			</td>
			<td>
				<IMG src="multiply-formulas/2o3-times-1o2_solution.png" width="107" height="93" align="left" border="0">
			</td>
		</tr>
	</table>
	So you simply divide the field into two halfs and then count the number of fields in one half.<br>
	<br>
	Another example: <br>
	What are two thirds of three fifths?
	<table>
		<tr>
			<td>
				<IMG src="multiply-pizzas/3o5.png" width="140" height="138" align="left" border="0">
			</td>
			<td>
				<IMG src="multiply-formulas/3o5-times-2o3_problem.png" width="125" height="89" align="left" border="0">
			</td>
		</tr>
		<tr>
			<td>
				<IMG src="multiply-pizzas/6o15.png" width="138" height="136" align="left" border="0">
			</td>
			<td>
				<IMG src="multiply-formulas/3o5-times-2o3_solution.png" width="112" height="84" align="left" border="0">
			</td>
		</tr>
	</table>
	You divide the field into three rows of the same size and count the number of fields in two of them!<br>
	<hr><!-- ################################# -->
	<h3>Steps:</h3>
	<ul>
		<li>Multiply the numerators</li>
		<li>Multiply the denominators</li>
	</ul>
	<hr><!-- ################################# -->
	This is what it would look like in the JFractionLab.<br>
	<IMG src="screenshots/screenshot_2o3-times-1o2.png" border="1"><br>
	<br>
	<IMG src="screenshots/screenshot_3o5-times-2o3.png" border="1">
	
	<!-- Navigation -->
	<br><br>
	<a href="subtract_en.html"> &lt;&lt; Back</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="index_en.html">Contents</a> &nbsp;&nbsp;&nbsp;&nbsp;
	<a href="multiply-and-reduce_en.html">Next &gt;&gt;</a> &nbsp;&nbsp;&nbsp;&nbsp;
</body>
</html>