vmn2007
When each of the athletes at a sports event was given the same number of sports drinks from a crate containing 80 sports drinks, the number of sports drinks left in the crate was 4 less than the number of athletes at the sports event. Which of the following CANNOT be the number of athletes at the sports event?
A. 12
B. 14
C. 21
D. 24
E. 28
Let's denote the number of athletes as x. The problem states that when each athlete receives an
equal number of drinks from a crate containing 80 drinks, the number of remaining drinks is 4 less than the number of athletes. This essentially sets up a remainders problem: 80 divided by a divisor x gives a remainder of x - 4, which can be written as:
80 = qx + (x - 4), where x - 4 ≥ 0;
84 = x(q + 1);
q + 1 = 84/x.
Since q + 1 must be an integer, 84/x must also be an integer, meaning that x, the number of athletes, must be a factor of 84. The only option that is not a factor of 84 is D, 24.
Answer: D.