On a test, I encountered this super silly problem.
Compute $\int_{-1}^{1}\sqrt{\frac{e^{-x^2}}{2π}}\,dx$ to the nearest hundredth.
We can rewrite this as $\int_{-1}^1\frac{1}{\sqrt{2π}}e^{\frac{-x^2}{2}}\,dx$.
I stared at this in horror for a few seconds, and then I recalled a weird function for the normal distribution... yup, this was it.
Looking at the bounds, -1 to 1 represented within 1 standard deviation. 68-95-99 or something. But the 68 represents 0.68 probability, which is the nearest hundred.
Therefore, the answer was 0.68.
Now, how can I do this without 68-95-99 or whatever rule?