I have this statement:
The luggage weight of a commercial aircraft follows normal distribution $W(Weight) \sim N(20kg,4kg)$ .If the limit of The total luggage load of an aircraft carrying $100$ passengers is $2092.8kg$, So what is the probability that the limit is exceeded by these $100$ passengers?
My attempt was:
Assuming that each passenger will exceed the weight of their luggage by the same amount, then each passenger will exceed: $2092.8/100 = 20.928$
Thus, i need $P( W > 20.928) = k$
Normalize, $P(Z > 0.232) = 0.4083$
But the correct answer must be $0.01$, that is $1 - P(Z < 2.32)$, where $P(Z < 2.32) \approx 0.99$ And i don't know how to get this.
So, what is wrong in my attempt? Thanks in advance.
Use X as the sum of 100 iid normals, so X~N(2000kg,400kg). Then use X for the calculation. If the 4kg is the standard deviation, the Var(X) = 100(4^2) =1600 and X ~ N(2000 kg, 40 kg). This gets the correct answer.