Difficulty: Medium
Correct Answer: 3 : 7
Explanation:
Introduction / Context: This is an inclusion–exclusion style bounds question. We must find the minimum and maximum possible number of males with licenses, given totals for males and total licensed applicants.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution: Minimum males with license = 30. Maximum males with license = 70. Required ratio (min : max) = 30 : 70 = 3 : 7.
Verification / Alternative check: Construct extreme cases: Case min: all 50 females licensed ⇒ remaining 30 licenses to males ⇒ 30 males licensed. Case max: all licenses to males until exhausted ⇒ 70 males licensed.
Why Other Options Are Wrong: 1 : 3, 2 : 3, 5 : 7, and 3 : 5 do not match the computed bounds.
Common Pitfalls: Forgetting to cap by the number of females (for license allocation) or by the number of males when maximizing.
Final Answer: 3 : 7
Discussion & Comments