SOLUTION: given a standardized normal distribution (with a mean of zero and a standard deviation of one)
1. what is the probability that Z is greater than -0.24?
2. what is the probability
Algebra ->
Probability-and-statistics
-> SOLUTION: given a standardized normal distribution (with a mean of zero and a standard deviation of one)
1. what is the probability that Z is greater than -0.24?
2. what is the probability
Log On
Question 898823: given a standardized normal distribution (with a mean of zero and a standard deviation of one)
1. what is the probability that Z is greater than -0.24?
2. what is the probability that Z is less than -0.24 or greater than 1.05? Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! TI syntax is invNorm(area to left of desired z).
1. 1 - normalcdf(-.24)
2. normalcdf(-.24) + (1-normalcdf(1.05)