SOLUTION: Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 40; σ = 1

Algebra ->  Probability-and-statistics -> SOLUTION: Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 40; σ = 1      Log On


   



Question 1143423: Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.)
μ = 40; σ = 16
P(50 ≤ x ≤ 70) =

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
TI-83 or TI-84 will do these for you, without the need of a
table or calculating the z-score.

Here's how you put it in:

The lower value is 50 and the upper value is 70, μ = 40; σ = 16

normalcdf(lower,upper,μ,σ)

Your problem:

normalcdf(50,70,40,16)

Press ENTER

Read the answer 0.2355891706

Round off like you were told.

Edwin