Difficulty: Easy
Correct Answer: 12.5
Explanation:
Introduction / Context:Nesting percentages is equivalent to multiplying the base by the product of the corresponding decimal fractions. This question checks order and fraction conversion accuracy.Given Data / Assumptions:
Concept / Approach:Compute 50% of 500 first, then take 5% of that answer. Alternatively, multiply directly by 0.50 * 0.05 = 0.025 to get the same result in one step.Step-by-Step Solution:
50% of 500 = 0.50 * 500 = 250.5% of 250 = 0.05 * 250 = 12.5.Verification / Alternative check:Direct: 500 * (0.50 * 0.05) = 500 * 0.025 = 12.5. Both procedures agree.
Why Other Options Are Wrong:
Common Pitfalls:Mixing up the order or misplacing the decimal point when converting percentages to decimals.
Final Answer:
12.5
Discussion & Comments