SirSanguine
Bunuel
One morning each member of Angela’s family drank an 8-ounce mixture of coffee with milk. The amounts of coffee and milk varied from cup to cup, but were never zero. Angela drank a quarter of the total amount of milk and a sixth of the total amount of coffee. How many people are in the family?
(A) 3
(B) 4
(C) 5
(D) 6
(E) 7
Hi
Bunuel Please help with an explanation. I am unable to proceed as I dont see a limitation on the portions like each has to be integer. For all I understand there can be infinite number of memebers each one taking a drop of both.
Let me elaborate the solution above.
Let c represent the total amount of coffee, m the total amount of milk, and p the number of people in the family. Since each person consumes a total of 8 ounces of coffee and milk, we have:
(c/6 + m/4)p = c + m
(2c + 3m)p = 12c + 12m
2c(6 - p) = 3m(p - 4)
Given that both c and m are positive, it means that 6 - p and p - 4 must also be positive:
6 - p > 0 gives p < 6
p - 4 > 0 gives p > 4
Thus, 4 < p < 6, so p = 5.
Therefore, the answer is C.