An elevator with capacity for 10 people is designed to support a maximum load of 750kg.If the weights of people that use the elevator are distribuited with mean 70kg and standard deviation 8kg. Which is the probability that a group of 10 people exceed the maximum load ?
Attempt:
I know that I should have something like this $P(X>750)=1-P(X\le 750)=..$
but I don't know how to define the random variable $X$. I also don't know what is the distribution.
I was thinking on 'Let $X$ be the random variable that represent the weights of 10 people'.
Am I correct?
Could someone guide me please?
The total weight $T$ of ten such people is distributed as $\mathsf{Norm}(\mu = 700,\, \sigma = \sqrt{640} = 25.2982).$
You seek $P(X > 750) = 1 - P(X \le 750) = 0.0241.$ You can evaluate this probability using software (I used R statistical software below) or by standardizing and using printed tables of normal probabilities.