We need to determine whether at least two students had the same number of correct answers on a 20-question test.
Step 1: Understanding the Problem
Each student’s score is a whole number between 0 and 20. We need to check if any two students had the same score.
This is a pigeonhole principle question: If we have more students than possible distinct scores, at least two must share the same score.
Step 2: Evaluating Statement (1)
(1) Each student answered an even number of questions correctly.
- Possible scores are limited to even numbers: {0, 2, 4, ..., 20}.
- There are 11 possible scores.
However, we don’t know how many students are in the class. If there are more than 11 students, the pigeonhole principle would guarantee a duplicate score. If there are 11 or fewer, we cannot be sure.
Insufficient.
Step 3: Evaluating Statement (2)
(2) There are more than 11 students in the class.
- The number of students is at least 12.
- However, this doesn’t tell us about the possible scores they achieved. If all 21 scores (0 to 20) were available, we could have 12 different scores without duplication.
Insufficient.
Step 4: Evaluating Statements Together
- From (1), possible scores are only 11 different even numbers.
- From (2), there are more than 11 students.
- Since there are more students than available distinct scores, at least two must share the same score.
Together, they are sufficient.
Final Answer: (C) Together sufficient, but neither alone.