Official Solution: Bunuel
Considering only the team leader’s financial criteria for investment and the investment data, which of the following includes all cities that satisfy the investment requirements?
To meet the financial criteria, a city must have:
• Profit ≥ $100m
• Return-to-investment ratio ≥ 2
• IRR ≥ 20%
For each city — check criteria in order and stop at the first failure. • City A: Profit = $100m (meets), Ratio = 1.2 (fails) → Does not meet criteria.
• City B: Profit = $200m (meets), Ratio = 1.29 (fails) → Does not meet criteria.
• City C: Profit = $480m (meets), Ratio = 5 (meets), IRR = 30% (meets) → Meets criteria.
• City D: Profit = $450m (meets), Ratio = 2.13 (meets), IRR = 20% (meets) → Meets criteria.
• City E: Profit = $50m (fails) → Does not meet criteria.
• City F: Profit = $400m (meets), Ratio = 9 (meets), IRR = 45% (meets) → Meets criteria.
Correct answer: Considering only the team leader’s financial criteria for investment and the investment data, which of the following includes all cities that satisfy the investment requirements?
"City C, City D, City F"