Normal distribution, find mean and SD

Phox
Messages
36
Reaction score
0

Homework Statement


Suppose X is a normally distributed random variable. Suppose also that P ( X > 44.7 ) = 0.33 and P ( X < 46 ) = 0.7123. What is the mean and standard deviation of X ?


Homework Equations





The Attempt at a Solution


P(X<44.7) = 1-P(X>44.7) = 1-.33 = .67
P(X<44.7) = P((x-μ)/σ < (44.7-μ)/σ) = .67
P(Z < (44.7-μ)/σ) = .67

P(X<46) = P((x-μ)/σ < (46-μ)/σ) = P(Z < (46-μ)/σ) = .712

Looked up corresponding z-scores:
Z1 = .4
Z2 = .5
It's possible these are wrong

Setting up system of equations.

(44.7-μ)/σ = .4
(46-μ)/σ = .5

Solved using matrix -> rref

μ = 39.5
σ = 13

These answers aren't correct. What am I doing wrong here?

Thanks
 
Physics news on Phys.org
Phox said:

Homework Statement


Suppose X is a normally distributed random variable. Suppose also that P ( X > 44.7 ) = 0.33 and P ( X < 46 ) = 0.7123. What is the mean and standard deviation of X ?


Homework Equations





The Attempt at a Solution


P(X<44.7) = 1-P(X>44.7) = 1-.33 = .67
P(X<44.7) = P((x-μ)/σ < (44.7-μ)/σ) = .67
P(Z < (44.7-μ)/σ) = .67

P(X<46) = P((x-μ)/σ < (46-μ)/σ) = P(Z < (46-μ)/σ) = .712

Looked up corresponding z-scores:
Z1 = .4
Z2 = .5
It's possible these are wrong

Setting up system of equations.

(44.7-μ)/σ = .4
(46-μ)/σ = .5

Solved using matrix -> rref

μ = 39.5
σ = 13

These answers aren't correct. What am I doing wrong here?

Thanks

The problem is premature rounding. Just because data is given to a small number of significant figures does NOT mean that you should work through the problem with a small number of figures. The accurate values of z1 and z2 are
z1 = .4399131657 and z2 = .5601164657. If you use these you will get
μ = 39.94233436 ≈ 39.9 and σ = 10.81501090 ≈ 10.8 . Note that we round off at the end, after doing all the calculations!
 
Thank you!

I guess I'm not really sure how to use my z-score table correctly. I don't know how you get z1 and z2 to that many decimal places of accuracy
 
Phox said:
Thank you!

I guess I'm not really sure how to use my z-score table correctly. I don't know how you get z1 and z2 to that many decimal places of accuracy

I just used a computer package (Maple in my case). You can use the EXCEL spreadsheet (Solver tool) or the on-line program Wolfram Alpha. Some scientific hand-held calculators give similar accuracy.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top