Ok, this isnt making much sense.
Could someone please just explain what we need to use for Q1?
Random number excel thingo?
PHSTAT Normdist thing?
=NORMDIST(X,Mean,StDev,Cumulation)?
It feels like I'm doing something wrong, because:
(i) P(X>750) = 1 - ((P(X>750))
So, we transform it to the standardized Z value:
Z = X-mean/stdev
Z = 750-520/96.3
Z = 2.39 (rounded to 2 d.p.)
P (X<750) = 0.9916
P (X>750) = .0084
However, if we use excel:
=normdist(750,520,96.3,true)
=0.991538345
This is close to the Z table in our blue books, but how do we say that were looking for the probability for X>750, not less??
And if we use phstat
... just realised that it's correct
But why isn't excel right. We are after all asked the normdist function.