Difficulty: Medium
Correct Answer: 16800
Explanation:
Introduction / Context:
This is a layered percentage problem: turnout rate, rejection rate of cast ballots, and the winner’s share of valid votes. We track each stage multiplicatively from total registered voters to the winner’s votes, then invert to find the total electorate.
Given Data / Assumptions:
Concept / Approach:
Set 0.55125T = 9261 and solve for T. Working with decimals or their fractional equivalents both lead to the same result.
Step-by-Step Solution:
Verification / Alternative check:
Forward check with T = 16800: Cast = 12600; Valid = 12348; Winner’s 75% = 9261. All figures align exactly.
Why Other Options Are Wrong:
Common Pitfalls:
Applying 2% rejection to total voters instead of to cast votes, or compounding percentages in the wrong order. Always multiply stage by stage.
Final Answer:
Discussion & Comments