Problem 35
The bar graph is shown below
You simply draw various rectangles such that the heights represent the frequency of each animal type.
Eg: there are 20 elephants, so the "elephant" bar is 20 units tall.
You can make the bar graph by hand, or use spreadsheet software. I recommend going with software (if you can).
=======================================================
Problem 36
1 book = 20 mm thickness
5 books = 5*20 = 100 mm thickness
1 paper = 0.016 mm thickness
5 papers = 5*0.016 = 0.08 mm thickness
total thickness = 100+0.08 = 100.08 mm
<h3>
Answer: 100.08 mm</h3>
=======================================================
Problem 37
121/11 = 11
121 = 11*11
If we say 11+11+11+...+11, and have 11 copies of these values added, then we get to a sum of 121
This is probably the easiest way to get the answer assuming repeated values are allowed.
You can stop here if your teacher allows you to use repeated values. If not, then move onto the next section.
-----------
If your teacher requires you to add 11 <u>different</u> numbers, then you can follow this procedure
- Write out eleven copies of "11" in a sequence
- Subtract 2 from the first "11" (to get 9) and add it to the last copy of "11" (to get 13)
- Subtract 4 from the second "11" (to get 7) and add it to the second to last copy of "11" (to get 15)
- Subtract 6 from the third "11" (to get 5) and add it to the third to last copy of "11" (to get 17)
- Subtract 8 from the fourth "11" (to get 3) and add it to the fourth to last copy of "11" (to get 19)
- Finally, subtract 10 from the fifth "11" (to get 1) and add it to the fifth to last copy of "11" (to get 21)
After carefully following those steps, you'll get this sequence (in the exact order shown):
{9, 7, 5, 3, 1, 11, 21, 19, 17, 15, 13}
There are three properties to notice of this sequence
- It's composed of two decreasing arithmetic sequences {9, 7, 5, 3, 1} and {21, 19, 17, 15, 13}
- The 11 in the middle hasn't been changed from the original sequence of nothing but "11"s.
- You should find that the terms of this new sequence add to 121.
That sequence we got sorts to {1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21}
and we can say 1+3+5+7+9+11+13+15+17+19+21 = 121
<h3>Answer: 1+3+5+7+9+11+13+15+17+19+21 = 121</h3>