SOLUTION: Find z, if the probability that a random variable having the standard normal distribution will take on a value.
(i) less than z is 0.9911
(ii) greater than z is 0.1093
(iii) bet
Algebra ->
Probability-and-statistics
-> SOLUTION: Find z, if the probability that a random variable having the standard normal distribution will take on a value.
(i) less than z is 0.9911
(ii) greater than z is 0.1093
(iii) bet
Log On
Question 752614: Find z, if the probability that a random variable having the standard normal distribution will take on a value.
(i) less than z is 0.9911
(ii) greater than z is 0.1093
(iii) beteen -z and z is 0.9298 Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find z, if the probability that a random variable having the standard normal distribution will take on a value.
------------
Using a TI-84:
(i) less than z is 0.9911 = invNorm(0.9911) = 2.3698
---------------------------------
(ii) greater than z is 0.1093 = normalcdf(0.1093,100) = 0.4565
---------------------------------
(iii) beteen -z and z is 0.9298
Draw the picture on a standard normal curve.
---
The area is split into two equal parts; each is (1/2)0.9298 = 0.4649
----
The left tail for -z is (0.5-0.4649) = 0.0351
That negative z-value is invNorm(0.0351) = -1.8106
z = +1.8106
=============================
Cheers,
Stan H.
===============