Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:
Combining datasets requires weighted averaging. Multiply each subgroup average by its count to get totals, then divide the sum by the combined count.
Given Data / Assumptions:
Concept / Approach:
Overall average = (sum of group totals) / total number of results.
Step-by-Step Solution:
Verification / Alternative check:
The two groups contribute equally to the total. With equal totals but different counts, the overall mean lies between 20 and 30, specifically 24 given the 30 to 20 split.
Why Other Options Are Wrong:
Common Pitfalls:
Doing an unweighted mean of 20 and 30 (which would be 25) without considering different counts.
Final Answer:
24
Discussion & Comments