58.7k views
0 votes
Suppose a normal distribution has a mean of 48 abd a standard deviation of 5. What is the probability that a data value is between 48 and 52?

User Peter Nied
by
7.6k points

1 Answer

5 votes

Answer:

P(48<x<52) = 0.2881

Explanation:

P(48<x<52) = normalcdf(lower,upper,µ,σ) = normalcdf(48,52,48,5) ≈ 0.2881

Therefore, the probability that a data value is between 48 and 52 is 0.2881, or about a 28.81% chance of occurrence.

User DdoGas
by
7.3k points