volume_mute
A solution is designed to handle 10,000 concurrent users. Testing shows the system crashes at 8,500 users. What is the 'Performance Gap' in percentage?
publish date: 2026/03/09 19:19:39.005059 UTC
volume_mute
Correct Answer
15%
Explanation
\[ \text{Gap } = \frac{\text{Target } - \text{ Actual}}{\text{Target}} = \frac{10,000 - 8,500}{10,000} = 0.15 \text{ or } 15%\]
Reference
go-math-science.com
