Question:
Marks obtained by certain number of students are assumed to be normally distributed with mean 65 and variance 25. If three students are taken at random, what is the probability that exactly two of them will have marks over 70?
The textbook way to solve it is: Finding the probability (p) that a student gets more than 70 marks. Then find $3(C)2 * p^2 * q$
To find the probability(p) the solution first calculates z=$(70-65)/5$
My confusion is that why did it use the standard deviation of the population(5) instead of using mean of the sampling distribution of sample mean which would have been $5/sqrt(3)$?
In general how do I know when to use what because a lot of questions related to normal distribution first calculate the standard error of mean to calculate the z score.
In the stattrek example, you are not told the true distribution of the population of students. You only know the average weight and the sd. I take a sample of 50 students and then take the average of these 50 students. I call that $\bar X$. I need to know what is the probability that the average weight $\bar X$ of a sampled student will be less than 75 pounds. Well, when you take the average of 50 students, you are adding up 50 different draws from the population. The CLT implies that $\bar X$ will (approximately) follow a normal distribution. In order to use the normal approximation, you need the average of $\bar X$ and the standard distribution of $\bar X$. It turns out that the average of $\bar X$ is the true population average $$\text{avg of }\bar X = \mu_{\bar X} = 80 \text{ lbs.}$$ Using higher statistics, you can show that the standard deviation of $\bar X$ is $$\sigma_{\bar X} = \frac{20}{\sqrt{50}}.$$ I ignored the correction factor. I believe this is called the square root law. It is just a fact you have to take for granted in lower stats. Now, you have the average of $\bar X$ and the sd of $\bar X$. Next, it is just a matter of using the usual techniques to use the normal approximation.