-
Notifications
You must be signed in to change notification settings - Fork 0
/
mtapGr4RevSet1-2017-11-23-3.html
187 lines (153 loc) · 12.1 KB
/
mtapGr4RevSet1-2017-11-23-3.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'>
function show(id) {
document.getElementById(id).style.display='block'
}
function hide(id) {
document.getElementById(id).style.display='none'
}
</script>
<script type='text/x-mathjax-config''>
MathJax.Hub.Config({
extensions: ['tex2jax.js'],
jax: ['input/TeX', 'output/HTML-CSS'],
tex2jax: {
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
processEscapes: true
},
'HTML-CSS': { availableFonts: ['TeX'] }
});
</script>
<script type='text/javascript' async
src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'>
</script>
<!--script type='text/javascript' async
src='http://localhost/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'>
</script-->
</head>
<body>
<br/>
<p id='q1'> 1. What is the place value of the underlined digit in 649,3<u>6</u>6?<br/>
<tt id='ans1' style='display:none'><b><i>Ans.</i></b>: tens</tt>
<tt id='sol1' style='display:none'><b><i>Sol.</i></b>: The given number is equal to 6(100,000) + 4(10,000) + 9(1,000) + 3(100) + 6(10) + 6(1). Hence the place value of the the underlined digit is tens.</tt>
<button type='button' onclick='show("ans1")'>Ans.</button>
<button type='button' onclick='show("sol1")'>Sol.</button>
<button type='button' onclick='hide("ans1");hide("sol1")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q2'> 2. Write five hundred seventy one thousand four hundred eighty nine using Hindu-Arabic numerals.<br/>
<tt id='ans2' style='display:none'><b><i>Ans.</i></b>: 571,489</tt>
<tt id='sol2' style='display:none'><b><i>Sol.</i></b>: The given number is equal to 571(1,000) + 4(100) + 8(10) + 9(1) = 571,489.</tt>
<button type='button' onclick='show("ans2")'>Ans.</button>
<button type='button' onclick='show("sol2")'>Sol.</button>
<button type='button' onclick='hide("ans2");hide("sol2")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q3'> 3. How many common divisors (including 1) do 12 and 40 have?<br/>
<tt id='ans3' style='display:none'><b><i>Ans.</i></b>: 3</tt>
<tt id='sol3' style='display:none'><b><i>Sol.</i></b>: The number of common divisors (or factors) of any two counting numbers is as many as the divisors of their greatest common factor (GCF). The GCF of 12 and 40 is 4 and this GCF has 3 divisors. <br/> Observe that the prime factorization of 40 = $ 2^{3}5^{1} $ and the prime factorization of 12 = $ 2^{2}3^{1} $. <br/> It follows that their GCF is $ 2^{2} = 4 $, which has 2 + 1 = 3 divisors.</tt>
<button type='button' onclick='show("ans3")'>Ans.</button>
<button type='button' onclick='show("sol3")'>Sol.</button>
<button type='button' onclick='hide("ans3");hide("sol3")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q4'> 4. Find two integers whose sum is 16 and whose product is 60.<br/>
<tt id='ans4' style='display:none'><b><i>Ans.</i></b>: 6 and 10</tt>
<tt id='sol4' style='display:none'><b><i>Sol.</i></b>: Since the sum of the two numbers is positive and the product is also positive, each number must be positive.<br/> So we can try number pairs such as 1 and 15, 2 and 14, 3 and 13, 4 and 12, 5 and 11, among others. One can show that the choice of 9 and 7 is too big since 63 $>$ 60. However, the choice of 6 and 10 is fine since 10+6=16 and (10)(6)=60.</tt>
<button type='button' onclick='show("ans4")'>Ans.</button>
<button type='button' onclick='show("sol4")'>Sol.</button>
<button type='button' onclick='hide("ans4");hide("sol4")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q5'> 5. How many 4ths are in 5/2?<br/>
<tt id='ans5' style='display:none'><b><i>Ans.</i></b>: 10</tt>
<tt id='sol5' style='display:none'><b><i>Sol.</i></b>: This answer is obtained by dividing 5/2 by 1/4 giving (5/2)/(1/4) = (5/2)(4) = (5)(4/2) = (5)(2) = 10.<br/> One can speedily verify that 10(1/4) = 5/2.</tt>
<button type='button' onclick='show("ans5")'>Ans.</button>
<button type='button' onclick='show("sol5")'>Sol.</button>
<button type='button' onclick='hide("ans5");hide("sol5")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q6'> 6. Covert the mixed fraction $ 7 \frac{5}{6} $ into an equivalent improper fraction in lowest terms.<br/>
<tt id='ans6' style='display:none'><b><i>Ans.</i></b>: 47/6</tt>
<tt id='sol6' style='display:none'><b><i>Sol.</i></b>: $ 7 + \frac{5}{6} = 7(\frac{6}{6}) + \frac{5}{6} = \frac{(7)(6)}{6} + \frac{5}{6} = \frac{(7)(6)+5}{6} = \frac{47}{6} $ <br/> or <br/> $ a + \frac{b}{c} = \frac{a(c) + b}{c} $. <br/> Here, $ a=7$, $ b=5$ and $ c=6$. So that $ 7 \frac{5}{6} = \frac{(7)(6)+5}{6} = \frac{42+5}{6} = \frac{47}{6} $.</tt>
<button type='button' onclick='show("ans6")'>Ans.</button>
<button type='button' onclick='show("sol6")'>Sol.</button>
<button type='button' onclick='hide("ans6");hide("sol6")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q7'> 7. If $\frac{15}{10} = \frac{N}{100}$, what is the value of $ N$ ?<br/>
<tt id='ans7' style='display:none'><b><i>Ans.</i></b>: 150</tt>
<tt id='sol7' style='display:none'><b><i>Sol.</i></b>: Notice that the left-hand side ratio $\frac{15}{10} = \frac{5(3)}{5(2)} = \frac{3}{2} $ in lowest terms, and that the denominator of the right-hand side ratio, 100, is obtained from the denominator of the left-hand side ratio by multiplying the denomiator of the left-hand side (lowest terms form) by 50. Hence, also multiplying the left-hand side numerator (lowest terms form), 3, by 50 should give us the numerator of the right-hand side: (3)(50) = 150.</tt>
<button type='button' onclick='show("ans7")'>Ans.</button>
<button type='button' onclick='show("sol7")'>Sol.</button>
<button type='button' onclick='hide("ans7");hide("sol7")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q8'> 8. Mr. Chef bought exactly $ 2 \frac{1}{3}$ dozen eggs and used $ 1 \frac{1}{6}$ to cook a certain egg dish. How many of the eggs that he bought for cooking this egg dish remained (that is, were not used for cooking the dish)?<br/>
<tt id='ans8' style='display:none'><b><i>Ans.</i></b>: 14 eggs</tt>
<tt id='sol8' style='display:none'><b><i>Sol.</i></b>: Since there are 12 eggs in a dozen of eggs, the answer is $ 12(2 \frac{1}{3} - 1 \frac{1}{6}) = 12(\frac{6+1}{3} - \frac{6+1}{6}) = 12(\frac{7}{3} - \frac{7}{6}) = 14 $ eggs.</tt>
<button type='button' onclick='show("ans8")'>Ans.</button>
<button type='button' onclick='show("sol8")'>Sol.</button>
<button type='button' onclick='hide("ans8");hide("sol8")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q9'> 9. A certain Grade 4 class contains 40 students. If 16 of the students are boys, what is the ratio of boys to girls?<br/>
<tt id='ans9' style='display:none'><b><i>Ans.</i></b>: 2:3 or 2/3</tt>
<tt id='sol9' style='display:none'><b><i>Sol.</i></b>: If 16 of the students are boys, then 40 - 16 = 24 of the students are girls. So the ratio of the number of boys to girls for this class is $\frac{16}{40-16} = \frac{16}{24} = \frac{2^3(2^{1})}{2^3(3)} = \frac{2}{3}$.</tt>
<button type='button' onclick='show("ans9")'>Ans.</button>
<button type='button' onclick='show("sol9")'>Sol.</button>
<button type='button' onclick='hide("ans9");hide("sol9")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q10'> 10. A certain Grade 4 class contains 40 students. If 16 of the students are boys, what percentage of the class are girls?<br/>
<tt id='ans10' style='display:none'><b><i>Ans.</i></b>: 60 percent</tt>
<tt id='sol10' style='display:none'><b><i>Sol.</i></b>: If 16 of the students are boys, then 40 - 16 = 24 of the students are girls. So the percentage of girls in the class is $\frac{24}{40}\times 100\% = 60\% $.</tt>
<button type='button' onclick='show("ans10")'>Ans.</button>
<button type='button' onclick='show("sol10")'>Sol.</button>
<button type='button' onclick='hide("ans10");hide("sol10")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q11'> 11. Which has the smaller angle measure: <b>right</b> angle or <b>acute</b> angle?<br/>
<tt id='ans11' style='display:none'><b><i>Ans.</i></b>: acute</tt>
<tt id='sol11' style='display:none'><b><i>Sol.</i></b>: Recall that an <b>acute</b> angle has a measure that is less than $ 90^\circ$ while an <b>obtuse</b> angle has a measure that is more than $ 90^\circ$; a right angle measures exactly $ 90^\circ$.</tt>
<button type='button' onclick='show("ans11")'>Ans.</button>
<button type='button' onclick='show("sol11")'>Sol.</button>
<button type='button' onclick='hide("ans11");hide("sol11")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q12'> 12. The length of a rectangle is twice its width. If the perimeter of the rectangle is 90 meters, find the measurement of the width.<br/>
<tt id='ans12' style='display:none'><b><i>Ans.</i></b>: width = 15 meters or 15 m</tt>
<tt id='sol12' style='display:none'><b><i>Sol.</i></b>: Let $ w$ and $ l$ be the width and length, respectively, of the rectangle. Since the length is twice the width, the the ratio of the length to the width is 2:1, or that $\frac{l}{w}=\frac{2}{1}$.<br/> Since the perimeter is twice the sum of the length and the width, then the sum $ l + w = 90/2 = 45.$ <br/> So the width must be $ \frac{1}{2+1}(l+w) = \frac{1}{3}(l+w) = \frac{45}{3} = 15$ m.</tt>
<button type='button' onclick='show("ans12")'>Ans.</button>
<button type='button' onclick='show("sol12")'>Sol.</button>
<button type='button' onclick='hide("ans12");hide("sol12")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q13'> 13. The length of a rectangle is twice its width. If the length of the rectangle is 30 meters, find the area of the rectangle.<br/>
<tt id='ans13' style='display:none'><b><i>Ans.</i></b>: 450 square meters (or 450 m$ {}^2$)</tt>
<tt id='sol13' style='display:none'><b><i>Sol.</i></b>: Area is length times width or $ A=l\times w$. Since the length of the given rectangle is twice its width, then its width $ w = \frac{l}{2} = \frac{30}{2} = 15$ m. So its areas is $ A = l\times w = (30)(15) = 450$ square meters (m$ {}^2$).</tt>
<button type='button' onclick='show("ans13")'>Ans.</button>
<button type='button' onclick='show("sol13")'>Sol.</button>
<button type='button' onclick='hide("ans13");hide("sol13")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q14'> 14. Trees were planted 5 meters apart along a straight line segment so that the distance between the first tree and the last tree planted is 175 meters. How many trees were planted along this straight line segment?<br/>
<tt id='ans14' style='display:none'><b><i>Ans.</i></b>: 36</tt>
<tt id='sol14' style='display:none'><b><i>Sol.</i></b>: For a line segment 1(5)=5 m long, two trees; for a line segment 2(5)=10 m long, three trees; for a line segment 3(5)=15 m long, 4 trees; ...; for a line 35(5)=175 m long, 36 trees. So, in general, divide the length of the line segment that was planted with trees by the constant distance between two adjacent trees, then add 1, i.e., 175/5 + 1 = 35 + 1 = 36.</tt>
<button type='button' onclick='show("ans14")'>Ans.</button>
<button type='button' onclick='show("sol14")'>Sol.</button>
<button type='button' onclick='hide("ans14");hide("sol14")'>Hide Ans./Sol.</button>
</p>
<br/>
<p id='q15'> 15. The base of a rectagular prism has a width of 6 meters and a length of 8 meters. If the height of the prism is 4 meters, find its total surface area.<br/>
<tt id='ans15' style='display:none'><b><i>Ans.</i></b>: 208 square meters</tt>
<tt id='sol15' style='display:none'><b><i>Sol.</i></b>: The total surface area of a rectangular prism is equal to the sum of the areas of its six faces. These six faces are all rectangles. Two opposite faces each has an area of length times width $ (l\times w)$ square meters. Another pair of opposite faces each has an area of length times height $ (l\times h)$ square meters while the third pair of opposite faces each has an area of width times height $ (w\times h)$ square meters. Hence, the total surface area $ S$ of any rectangular prism is $ S = 2( l\times w) + 2(l\times h) + 2(w\times h)$. For this particular problem, length $ l=8$ meters, width $ w=6$ meters, and height $ h=4$ meters. So the total surface area is $ S = 2(8)(6) + 2(8)(4) + 2(6)(4) = 96 + 64 + 48 = 208$ square meters.</tt>
<button type='button' onclick='show("ans15")'>Ans.</button>
<button type='button' onclick='show("sol15")'>Sol.</button>
<button type='button' onclick='hide("ans15");hide("sol15")'>Hide Ans./Sol.</button>
</p>
</body>
</html>