Difficulty: Easy
Correct Answer: 543
Explanation:
Introduction / Context:This is a straightforward percentage decrease problem: remove 25% of a total to find the remaining headcount.
Given Data / Assumptions:
Concept / Approach:Remaining = Initial * (1 − 0.25) = Initial * 0.75.
Step-by-Step Solution:
Compute 75% of 724.0.75 * 724 = 543.0.Therefore, 543 employees remain.Verification / Alternative check:25% of 724 = 181 (since 724/4 = 181). Subtract: 724 − 181 = 543.
Why Other Options Are Wrong:
Common Pitfalls:Computing the number who left and forgetting to subtract from the original total, or rounding prematurely (here the value is exact).
Final Answer:543
Discussion & Comments