2. A convention of sumo wrestlers is held at a hotel. The weight of sumo wrestlers can be approximated by a normal with mean 540 pounds and standard deviation of 45 pounds. The hotel elevator can accommodate 9 wrestlers at a time. Suppose that a simple random sample of 9 wrestlers enters the elevator. The elevator will fail if the total weight of the occupants exceeds 5000 pounds. What is the chance that the elevator will fail to operate?
1
Expert's answer
2019-10-29T10:07:44-0400
If the total weight of the 9 wrestlers exceeds 5000 pounds, then the mean weight xˉ of the 9 wrestlers must exceed 5000/9 pounds.
Change the criterion for failing to operate from "total weight exceeding 5000 pounds" to "mean weight for 9 people exceeding 5000/9 pounds".
Let X= the mean weight in pounds: X∼N(μ,σ2)
Then
Z=σX−μ∼N(0,1)
Given that μ=540 pounds, σ=45/9 pounds.
P(X>95000)=1−P(X≤95000)=
=1−P(Z≤1595000−540)≈1−0.850141≈0.1499
The probability that the elevator will fail to operate is 0.1499.
Comments