Question 1053143: The length of time it takes college students to find a parking spot in the library parking lot follows a normal distribution with a mean of 4.5 minutes and a standard deviation of 1 minute. Find the probability that a randomly selected college student will take between 3.0 and 5.5 minutes to find a parking spot in the library lot.
Is there a way to solve this with a calculator?
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! mean of 4.5 minutes and a standard deviation of 1 minute
TI syntax is normalcdf(smaller, larger, µ, σ).
P = normalcdf(3.0,5.5,4.5,1)
|
|
|