
Andrew C. answered 04/06/21
Background in Applied Mathematics and Statistics
Mariana,
You can start by declaring your variables:
Population Mean μ = 729.2
Population SD σ = 30.8
Random Variables X1 and X2 = 662.1 and 826.5, respectively.
Do a quick-check guide with Chebychev's rule for area under the curve (AUC), this helps to verify our answer later:
~68% of AUC = μ + σ = [ 698.4 , 760 ]
~95% of AUC = μ + 2σ = [ 667.6 , 790.8 ] -> X1 is in this range
~99% of AUC = μ + 3σ = [ 636.8, 821.6 ] -> X2 is beyond this range
- This tells you that the final answer should be very large, and nearly all of the AUC.
Zx1 = (X1 - μ)/σ = (662.1 - 729.2)/ 30.8 = -2.18 (Truncated to nearest .01 for Z-value lookup)
- Left-Side Z-Look Up (AUC for values of z smaller than -2.18) = 0.0146
Zx2 = (X2 - μ)/σ = (826.5 - 729.2)/ 30.8 = 3.16 (Truncated to nearest .01 for Z-value lookup)
- Right-Side Z-Look Up (AUC for values of z smaller than 3.16) = .9992
Area between is the difference of the two values (Right_Side - Left_Side), or 0.9992 - 0.0146 = 0.9846 or 98.46%
Mariana M.
Thank you so much this is a really helpful explanation04/06/21