Difficulty: Medium
Correct Answer: 14
Explanation:
Introduction / Context: This problem combines percentages with a two-set (badminton, table tennis) count. We translate the text into equations for boys and girls across three disjoint categories: only badminton, only table tennis, and both. Careful book-keeping is key to avoid double counting.
Given Data / Assumptions:
Concept / Approach: Convert the gender relation to counts, then use category totals to solve for each sub-group. The equation G = 0.70B and total B + G = 85 determine B and G. Next, the badminton details determine how many boys are in ”both”, which in turn yields girls in ”both”. Finally, use the only-table-tennis count to finish the table and extract girls playing only badminton.
Step-by-Step Solution:
B + 0.70B = 85 ⇒ 1.70B = 85 ⇒ B = 50, G = 35.Boys only badminton = 0.50 * 50 = 25.Total boys playing badminton = 0.60 * 50 = 30 ⇒ boys both = 30 − 25 = 5.Both total = 12 ⇒ girls both = 12 − 5 = 7.Only table tennis total = 34. Let boys only TT = x ⇒ 25 (only B) + x + 5 (both) = 50 ⇒ x = 20; hence girls only TT = 34 − 20 = 14.Girls total 35 = (girls only B) + 14 + 7 ⇒ girls only B = 14.Verification / Alternative check: Sum across categories equals gender totals and overall total 85, confirming consistency.
Why Other Options Are Wrong: 16 and 17 arise from arithmetic slips in distributing only-table-tennis or both; ”Data inadequate” is incorrect because the provided constraints uniquely determine the counts.
Common Pitfalls: Forgetting that ”total boys playing badminton” includes those who also play table tennis, or misapplying the 40% to only one gender instead of all children.
Final Answer: 14
Discussion & Comments