There are two distributions for heights men and women, find the probability that a random person with height of 170 is woman

normal distributionprobabilityprobability distributions

I have the following task: The country has the same number of men and women. Normal height distributions for each sex are shown in the picture
. The height of an individual person is 170 cm. Find the probability that this person is a woman.

I have an idea to simply write the normal distribution formulas for men and women, substituting the height 170 for x, and then find the desired probability as the ratio of the distribution value from 170 for men and the value of the sum of the distributions for men and women (also for x = 170). But I doubt the correctness of this approach a little, since it turns out that we divide the distributions by each other, and in the end we should get the probability

Best Answer

You use the frequency distributions to find the likelihood that woman is $170 cm$ and the probability that a man is $170 cm$

Then we use Bayes theorem to find the probability of a woman given the height is 170 cm

$\frac {P(170|woman)}{P(170|woman) + P(170|man)}$

There is a small shortcut here because the number of men and the number of women in the population is equal. If it were not we would need weighting factors for the sizes of the populations.

$\frac {P(170|woman)(\text{female pop})}{P(170|woman)(\text{female pop}) + P(170|man)(\text{male pop})}$

Related Question