This is the question:
An airplane with room for 100 passengers has a total baggage limit of 6000 lb. Suppose that the total weight of the baggage checked by an individual passenger is a random variable x with a mean value of 48 lb and a standard deviation of 18 lb. If 100 passengers will board a flight, what is the approximate probability that the total weight of their baggage will exceed the limit? (Hint: With n = 100, the total weight exceeds the limit when the average weight x exceeds 6000/100.) (Round your answer to four decimal places.)
From my calculation I get a z value of 6.66 which would be 100%. Its being marked wrong by my teacher and I cannot figure out why. Every similar example I get a realistic z score and can find the value. But 48-60 is -12 18/(sqrt(100)= 1.8 -12/1.8 is -6.66.
We want to calculate the probability that the population mean exceeds $\frac{6000}{100}=60$
$P(x>60)=P(\frac{x-\mu}{\sigma/\sqrt{n}}>\frac{60-\mu}{\sigma/\sqrt{n}})=P(\frac{x-\mu}{\sigma/\sqrt{n}}>\frac{60-48}{18/\sqrt{100}})=P(z>\frac{60-48}{18/\sqrt{100}})=P(z>6.667)=1-\Phi (6.667)=\Phi (-6.667)$,
Note: z ~ N(0,1).
So, by using the R command $1-pnorm(\frac{60-48}{18/\sqrt{100}})$, we get 0.
So it is very unlikely that the weight of a single baggage will exceed 60, which means that the total weight is unlikely to exceed 6000.