Difficulty: Easy
Correct Answer: 24000
Explanation:
Introduction / Context:
This problem uses aggregated literacy data to infer female literacy count. The trick is to compute total literates from the overall percentage, subtract literate males, and the remainder must be literate females.
Given Data / Assumptions:
Concept / Approach:
Compute literates: total literates first, then male literates. Subtract to find female literates. No need for percentages of females directly once male and total figures are known.
Step-by-Step Solution:
Verification / Alternative check:
Female literacy rate = 24,000 / 120,000 = 20%. Check totals: 126,000 + 24,000 = 150,000, matches overall literates.
Why Other Options Are Wrong:
30,000; 54,000; 60,000; 42,000 do not satisfy the balancing condition with the total literate count and the given male figure.
Common Pitfalls:
Applying 50% separately to each gender or miscomputing the female population as 140,000. Keep track of group sizes and totals carefully.
Final Answer:
24000
Discussion & Comments