Difficulty: Easy
Correct Answer: 1200
Explanation:
Introduction / Context:
Pass percentage and number of failures combine to determine the total candidates. If 65% passed, then 35% failed. Given the count of failures, we scale up to the total population.
Given Data / Assumptions:
Concept / Approach:
If Total = T, then 0.35T = 420 ⇒ T = 420 / 0.35. Using fraction 35% = 7/20 makes mental math straightforward: T = 420 ÷ (7/20) = 420 * (20/7).
Step-by-Step Solution:
Verification / Alternative check:
Compute 65% of 1200 = 780 pass; 35% of 1200 = 420 fail, matching the given failure count.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing pass and fail percentages, or dividing by 65 rather than 0.65/0.35. The failures correspond to 35% of the total.
Final Answer:
Discussion & Comments