The question is as follows:
According to a transportation safety board, the number of persons per car passing a certain intersection between 8:00 and 9:00am, is a random variable $H$ with mean $4$ and variance $2$.
For a random sample of $30$ cars at this intersection during this time period, what is the probability that the average number of persons per car is at least $5$?
I've figured out that I'll be using the Central Limit Theorem to solve this, and thus far have found that: $$P(H > 5) = 1 - P( H \leq 5).$$
But I can't seem to incorporate the sample of $30$ cars in my equation, this would only be true for a sample $n$ of $1$ car.
How can I work from here?
I believe we can proceed as follows.
Presumably, we have that $H_1,\dotsc,H_{30}$ are iid with $E[H_i] = 4$, and $V(H_i) = 2$.
Notice that the average is $$\bar H = \frac{H_1+\dotsb+H_{30}}{30}$$ and hence the question asks to find $P(\bar H\geq 5)$. So, we compute $$E[\bar H] = E\left[\frac{H_1+\dotsb+H_{30}}{30}\right] = \frac{1}{30}(E[H_1]+\dotsb+E[H_{30}]) = \frac{1}{30}\cdot 30 E[H_1] = 4$$ and similarly, by independence, $$V(\bar H) = \frac{1}{30^2}(V(H_1)+\dotsb+V(H_{30})) = \frac{1}{30^2}\cdot30\cdot 2 = \frac{2}{30}.$$
Now, we proceed as usual $$P(\bar H\geq 5) \approx P\left(Z\geq \frac{5-4}{\sqrt{2/30}}\right) = 1- P\left(Z< \frac{5-4}{\sqrt{2/30}}\right) = 1-\Phi\left(\frac{5-4}{\sqrt{2/30}}\right)$$ where $Z$ is a standard normal, and $\Phi$ is the usual cdf function of $Z$.