Nice layered word problem. Let me set it up cleanly.
Key Concept: Cascading Percentages in Data Sufficiency — when the total anchors the system
Define variables:
- M+L = combined cost of materials and labor
- Taxes = x% of (M+L)
- Regulatory adherence = y% of (M+L+Taxes)
- Total = (M+L) + Taxes + Regulatory = $132,000
Expressing everything in terms of M+L:
- Taxes = (x/100)(M+L)
- M+L+Taxes = (M+L)(1 + x/100)
- Regulatory = (y/100) × (M+L)(1 + x/100)
- Total = (M+L)(1 + x/100)(1 + y/100) = 132,000
So: Regulatory = Total × (y/100) / (1 + y/100) = 132,000 × (y/100) / (1 + y/100)
Notice: once we have the grand total of $132,000 fixed, we only need y to calculate regulatory adherence — because the total already folds in all the materials, labor, and taxes underneath.
Statement (1) alone: x = 10
Tells us the tax rate. But without y, we can't find regulatory adherence. Insufficient.
Statement (2) alone: y = 20
Regulatory = 132,000 × (0.20 / 1.20) = 132,000 × (1/6) = $22,000
This alone is sufficient — we don't need x at all.
Answer: B
The common trap: Students assume you need x first to find the materials+labor base, then apply y on top. But the $132,000 total already includes everything — so regulatory adherence as a share of the sub-total is directly calculable from the grand total and y alone. x becomes irrelevant.
Takeaway: In cascading-percentage Data Sufficiency problems, check whether the final total anchors the system — if it does, you may only need the last percentage in the chain, not every rate.