Bunuel
In a certain game, each player scores either 2 points or 5 points. If n players score 2 points and m players score 5 points, and the total number of points scored is 50, what is the least possible positive difference between n and m?
A. 1
B. 3
C. 5
D. 7
E. 9
Kudos for a correct solution.We can create the equation:
2n + 5m = 50
Since 2n and 50 are even, then 5m must also be even. Since 5 is not even, m must be even. Therefore, m could be 0, 2, 4, 6, 8, 10.
Since we want the least possible difference between n and m, let’s let m = 6, and we have:
2n + 5(6) = 50
2n = 20
n = 10
We see the difference between n and m is 4.
If m = 8, then we have:
2n + 5(8) = 50
2n = 10
n = 5
We see the difference between n and m is 3.
If m = 10, then we have:
2n + 5(10) = 50
2n = 0
n = 0
We see the difference between n and m is 10.
Thus, the smallest possible difference between n and m is 3 (when n = 5 and m = 8).
Answer: B