[Math] Describing about the probability distribution of a scenario

statistics

The relative frequency distribution of the weights of all passengers using an elevator is mound-shaped, with mean $150$pounds and standard deviation $35$pounds. Suppose there are n passengers in the elevator, describe and explain the probability distribution of the total weight of n passengers in the elevator.

So, here's how I describe the distribution:

I let $X$ be the total weight of $n$ passengers.

I think that if $n < 30$, then $X$ follows T-Distribution with $n-1$
degrees of freedom.

If $n \geq 30$, by CLT, then $X$ follows a Normal Distribution.

I am also making an assumption that the weights of all passengers are
normally distributed.

However, in the later parts of the same question, it asks to show the probability that the total weight of $12$ passengers in the elevator not more than $2000$ is $0.0495$. The only way to get the probability of $0.0495$ apparently is through a normal distribution. If I follow the way I described the distribution above, since $n = 12 < 30$, it should follow a T-Distribution, which yields the probability of $0.064$. But this is not a number the question wanted me to show.

So, I suspect that the way I am thinking about the distribution is wrong. What is wrong with the way I think about the probability distribution of this scenario?

Best Answer

There is an error in your assertion that the mean weight of the sample follows a t-distribution. A t-distribution is usually applicable when you don't know the population variance. In this case because you are given a population variance of $35^2$ , it would be okay to say that your sample means are normally distributed.

If it helps, think of the "sample means" as adding up the random variables and taking their means. Or, for a sample size of $12$, $$\text{If }\;\;\; \bar X= \frac1{12}\sum_{i=1}^{12}X_i\;\;\;\;\;\; \text{where }X_i \sim N (150,35^2)\\\text{then }\bar X\sim N\Big (150,\frac{35^2}{12}\Big)$$ It should make sense that the sum of a random variable that is normally distributed yields yet another normal random variable. When the population variance isn't known, you can see how one may run into a problem.

If you make this amend in your approach, I don't see why your answer shouldn't match with the one which your textbook expects

Related Question