SOLUTION: For a normal distribution with µ = 500 and σ = 100, find the following values:
a. What X value separates the highest 10% of the distribution from the rest of the scores?
Algebra.Com
Question 933491: For a normal distribution with µ = 500 and σ = 100, find the following values:
a. What X value separates the highest 10% of the distribution from the rest of the scores?
b. What X values form the boundaries for the middle 60% of the distribution?
c. What is the probability of randomly selecting a score greater than X = 475?
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
For a normal distribution with µ = 500 and σ = 100, find the following values:
a. What X value separates the highest 10% of the distribution from the rest of the scores?
---
Find the z-value with a 10% right tail:: invNorm(0.10) = 1.2816
Find the corresponding X-value:: X = 1.2816*100+500 = 628.16
-----------------------------------------------
b. What X values form the boundaries for the middle 60% of the distribution?
Find the z-value with a left tail of 20%:: invNorm(0.20) = -0.8416
Lower boundary:: X = -0.8416*100+500 = 500-84.16 = 415.84
Upper boundary:: X = +0.8416*100+500 = 500+84.16 = 584.16
------------------------------------
c. What is the probability of randomly selecting a score greater than X = 475?
z(475) = (475-500)/100 = -25/100 = -0.25
P(X > 475) = P(z > -0.25) = normalcdf(-0.25,100) = 0.5987
-------------
Cheers,
Stan H.
---------------
RELATED QUESTIONS
The distribution of SAT scores is normal with a mean of 500 and SD of 100.
What SAT... (answered by stanbon)
Given a normal distribution with μ=100 and σ=10, what is the probability that... (answered by solver91311)
Need help with standard deviation, please!
Suppose x has a normal distribution with mean (answered by rothauserc)
Find the z value for x=19 for a normal distribution with μ=30 and σ=5.
Enter (answered by Fombitz)
Given a normal distribution with a µ = 100 and σ = 10, if you select a random sample (answered by stanbon)
For a normal distribution with mean of 100 and standard deviation of 20, find the... (answered by stanbon)
Given a normal distribution μ = 100 with and σ=10, if you select a sample of... (answered by stanbon,kkasko)
Assume that x has a normal distribution with the specified mean and standard deviation.... (answered by robertb)
Need help finding p-value, thank you! I can't seem to get it right!
Let x be a random... (answered by stanbon)