- Messages
- 164
- Reaction score
- 111
- Points
- 43
Hey guys, I'm having some trouble with this A2 statistics question. I can't quite figure it out, please help :{
The heights of a population of male students are distributed normally with mean 178cm and standard deviation 5cm. The heights of a population of female students are distributed normally with mean 168cm and standard deviation 4cm. Find the probability that a randomly chosen female is taller than a randomly chosen male.
Let X be the random variable denoting the height of a male student. Then X~N( 178, 5^2 =25)
Let Y be the random variable denoting the height of a female student. Then Y~N( 168, 4^2 =16)
Also, based on the above, we have Y-X~N( -10, 25+16=41)
P( Y>X) =P(Y-X>0)=0.0592 (shown)
Hope this helps. Peace.