Question 619285: Find the area under the standard normal curve for the following:
(A) P(z > 2.15)
(B) P(-1.79 < z < 0)
(C) P(-1.71 < z < 1.13)
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find the area under the standard normal curve for the following:
(A) P(z > 2.15) = normalcdf(2.15,100) = 0.0178
----------------------------------------------------
(B) P(-1.79 < z < 0) = normalcdf(-1.79,0) = 0.4633
-----------------------------------
(C) P(-1.71 < z < 1.13) = normalcdf(-1.71,1.13) = 0.8271
=======================
Cheers,
Stan H.
=======================
|
|
|