To find the
least possible number of students born in October, we need to distribute the students as evenly as possible among all 12 months, while keeping October strictly greater than any other month.
Let \(x\) be the number of students born in October.
There are 11 other months in the year.
The Logic of "Minimizing the Max"To make \(x\) as small as possible, we must make the other months as large as possible.
However, the constraint is that October must have
more students than any other month.
Therefore, the maximum number of students in any other month is \(x - 1\).
Setting up the InequalityThe sum of students in October plus the maximum possible students in the other 11 months must be at least the total class size (100).
\(x + 11(x - 1) \ge 100\)
Expand and solve:
\(x + 11x - 11 \ge 100\)
\(12x - 11 \ge 100\)
\(12x \ge 111\)
\(x \ge \frac{111}{12}\)
Let's calculate the value:
\(111 \div 12 \approx 9.25\)
Since the number of students must be an integer, \(x\) must be at least 10.
***
VerificationLet's see if \(9\) works (Option B):
If October has 9, the max any other month can have is 8.
Total = \(9 + (11 \times 8) = 9 + 88 = 97\).
This is not enough to cover 100 students. So 9 is impossible.
Let's see if \(10\) works (Option C):
If October has 10, the other months can have up to 9.
Total capacity = \(10 + (11 \times 9) = 109\).
This is enough. We can distribute the 100 students like this:
* October: \(10\)
* 2 months with \(9\) students
* 9 months with \(8\) students
Total: \(10 + 18 + 72 = 100\).
Here, October (10) is strictly greater than any other month (9 or 8).
Answer: Capoorvmht
In a class of 100 students, more students were born in October than in any other month. What is the least possible number of students who were born in October?
A. 8
B. 9
C. 10
D. 11
E. 12