SOLUTION: Hi, please help me understand how to tackle this problem:
For a normal distribution with mean μ = 81.2 feet and standard deviation σ = 12.4 feet, what range of values
Algebra ->
Probability-and-statistics
-> SOLUTION: Hi, please help me understand how to tackle this problem:
For a normal distribution with mean μ = 81.2 feet and standard deviation σ = 12.4 feet, what range of values
Log On
Question 1080441: Hi, please help me understand how to tackle this problem:
For a normal distribution with mean μ = 81.2 feet and standard deviation σ = 12.4 feet, what range of values has approximately 95% of the data between them? Please explain your reasoning. Found 2 solutions by stanbon, jim_thompson5910:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! For a normal distribution with mean μ = 81.2 feet and standard deviation σ = 12.4 feet, what range of values has approximately 95% of the data between them? Please explain your reasoning.
-------
Center the 95% on the mean
Find the z-value with a left-tail of 2.5%
invNorm(0.025) = -1.96
Find the z-value with right-tail of 2.5%
By symmetry that answer is +1.96
---------------
Find the corresponding raw score values
x = 81.2-1.96*12.4 = 56.90 (left limit)
x = 81.2+1.96*12.4 = 105.5 (right limit)
------------------
Cheers,
Stan H.
----------------