Problem |
Solution |
3) A pile of 30 coins is worth $5.00. There are only quarters, dimes, and nickels in the pile. There
are only 2 dimes. How many quarters are there? |
1. Subtract from the total worth of the pile the 2 dimes = $4.80
This is the amount of money that is in quarters and nickels.
2. There are now 28 coins that are quarters or nickels.
3. This is now a guess-and-check problem. Here's the table:
Guess # | # quarters | # nickels | Total $ |
1 | 17 | 11 | $4.80 |
There are 17 quarters.
|
4) I'm thinking of a number. If I multiply my number by 12 and then add 2, I get the same result as
if I had added 90 to my number. What is my number?
|
Using N for the number,
1. Write the expression for
    "multiply my number by 12 and then add 2" = 12N + 2.
2. Write the expression for "add 90 to my number" = 90 + N.
3. Set these two expressions equal to each other and solve.
    12N + 2 = 90 + N
    11N = 88
    N = 8
|
5) Raihana is reading a new book. She just finished 1/3
of the book. She notices that if she reads 60 more pages she will be 1/2 done with the book. How many pages long is the book?
|
1. The difference between 1/2 and 1/3 of the book is 1/6 of the book.
2. If that fraction is 60 pages then the total book is 360 pages.
|