Jump to content

[MATH SL]Statistics Help


Mahuta ♥

Recommended Posts

I need help with this Normal Distribution question:

The heights of boys at a particular school follow a normal distribution with a standard

deviation of 5 cm . The probability of a boy being shorter than 153 cm is 0.705.

a) Calculate the mean height of the boys.

b) Find the probability of a boy being taller than 156 cm .

What I did is:

a) ((153 - Mean)/5) = 0.705

Mean = 149 cm

b) P (X <156)

= 1 - P(X </= 156)

Using the GDC,

1 - normalcdf (-10^99, 156, 150, 5)

= 0.115

---

What the answer says is:

(Look at the attached file)

What am I doing wrong ? :)

post-13663-1241453639_thumbjpg

Link to post
Share on other sites

a) You know that probability is calculated by P(Z < x-μ/σ)

μ=??

σ=5

x=153

Find μ:

P(Z < 153-μ/5) = 0.705 {this is given}

invNorm(0.705) = 0.5388 {gives value for Z}

invNorm(area[,μ,σ])

Therefore, Z < 153-μ/5 = 0.5388 and solve for μ to get 150

Bad notation, I know, but extra brackets looked ugly.

b) Find P(X >156):

You can just use the lowerbounds, upperbounds, and values for μ and σ in this case

normalcdf(156,1EE99,150.3,5) = 0.127

normalcdf(lowerbound,upperbound[,μ,σ])

If you don't enter the values for [,μ,σ], you'll be calculating the values of the Z-index by default.

Edited by Irene
Link to post
Share on other sites

  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...