This is sort of second section to my previous question, I should have included both together, but I forgot to. Sorry for any inconvenience.
X= random height of a male Y= random height of a female
X and Y are independent of each other
For x, μ=180 cm and σ^2=16 cm^2 For y, μ=170 cm and σ^2=25 cm^2
μ is expected value, σ^2 is variance
A random sample of 16 males and 16 females are selected from the population. i) What is the probability that the average height of the males is less than 178cm? ii) What is the probability that the average height of the males is more than 12cm greater than the average height of the females?
As for this question, I believe it is asking for the probability of (uX<178), but since I know the expected value, how would I compute for a probability for it. Any sort of help would be appreciated, thanks.
Let $\overline{X}$ be the random variable you get by taking a random sample of $16$ males and finding their average height.
Then $X$ is normally distributed, with mean $\mu_X=180$, and variance $\frac{\sigma_X^2}{16}=1$.
Now all you need to do is to compute the probability that a normal with mean $180$ and variance $1$ is less than $178$.
For the second problem, define $\overline{Y}$ analogously. Then $\overline{Y}$ is normally distributed, mean $170$, variance $\frac{25}{16}$.
Let $W=\overline{X}-\overline{Y}$. We want the probability that $W\gt 12$. The calculation now goes much like in the first part of your previous question.