99.7k views
0 votes
Consider a normal distribution curve where the middle 85 % of the area under the curve lies above the interval ( 8 , 14 ). Use this information to find the mean, μ , and the standard deviation, σ , of the distribution.

User Apurva
by
3.5k points

1 Answer

4 votes

Answer:


\sigma = 2.08


\mu = 11

Explanation:

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

Middle 85%

Goes from X when Z has a pvalue of 0.5 - 0.85/2 = 0.075 to X when Z has a pvalue 0.5 + 0.85/2 = 0.925.

Lower limit is 8

This means that when X = 8, Z has a pvalue of 0.075. So when
X = 8, Z = -1.44.


Z = (X - \mu)/(\sigma)


-1.44 = (8 - \mu)/(\sigma)


8 - \mu = -1.44\sigma


\mu = 8 + 1.44\sigma

Upper limit is 14

This means that when X = 14, Z has a pvalue of 0.925. So when
X = 8, Z = 1.44.


Z = (X - \mu)/(\sigma)


1.44 = (14 - \mu)/(\sigma)


1.44\sigma = 14 - \mu

From the lower limit, we have that


\mu = 8 + 1.44\sigma

So


1.44\sigma = 14 - (8 + 1.44\sigma)


1.44\sigma = 14 - 8 - 1.44\sigma


2.88\sigma = 6


\sigma = (6)/(2.88)


\sigma = 2.08

And


\mu = 8 + 1.44\sigma = 8 + 1.44*2.08 = 11

User Xneg
by
4.6k points