Difficulty: Easy
Correct Answer: 1600
Explanation:
Introduction / Context:This problem chains several fractions to determine a whole population from a known sub-group count. It assesses careful fraction handling and back-calculation from a part to the total.
Given Data / Assumptions:
Concept / Approach:First express the number of adult females as a fraction of P. Then use the given count of illiterate adult females (a fraction of those adult females) to solve for P.
Step-by-Step Solution:
Adult females = (5/16)PIlliterate adult females = (4/5) * (5/16)P = (20/16)P = (5/4)PBut this equals 400, so (4/5) * (5/16)P = 400 → (1/4)P = 100 → P = 400 * (16/5)Compute directly: (4/5)*(5/16)P = 400 ⇒ (1/4)P = 400 ⇒ P = 1600Verification / Alternative check:Adult females = (5/16)*1600 = 500; 4/5 of 500 = 400. Matches the given number.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:1600
Discussion & Comments