aeros232
A certain organization presents reward to some people. There are 3 kinds of reward that respectively are $125, $40, $15. If the total reward is $1,735, what is the least possible value of the number of the people who received reward?
a. 17
b. 22
c. 32
d. 47
e. 90
We can let a, b, and c = the number of $125, $40, and $15 reward recipients, respectively, and create the equation:
125a + 40b + 15c = 1,735
25a + 8b + 3c = 347
To minimize the sum a + b + c, we want first to make a as large as possible, then b as large as possible and then c as large as possible.
Since 347/25 = 13 R 22, we can let a = 13. (Notice that 25 x 13 = 325 and 347 - 325 = 22.)
Since 22/8 = 2 R 6, we can let b = 2. (Notice that 8 x 2 = 16 and 22 - 16 = 6.)
Finally we can see that c = 2 since 6/3 = 2.
Thus, the minimum number of people is 13 + 2 + 2 = 17.
Answer: A