Difficulty: Easy
Correct Answer: 480
Explanation:
Introduction / Context:
This problem combines ratio interpretation with fractional filtering of defects. We are told the frequency of bruised apples and the fraction of bruised apples considered unsaleable. From the number of unsaleable apples, we back-calculate the total count.
Given Data / Assumptions:
Concept / Approach:
Let total apples be N. Then bruised apples = N/40. Unsaleable apples = (3/4) * (N/40) = 3N/160. Set 3N/160 = 9 and solve for N.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments