SOLUTION: the average weight of an airline passenger suitcase is 45 pounds. The standard deviation is 2 pounds. Assuming the variable is normally distributed. If 15% of the suitcases are ove
Algebra ->
Probability-and-statistics
-> SOLUTION: the average weight of an airline passenger suitcase is 45 pounds. The standard deviation is 2 pounds. Assuming the variable is normally distributed. If 15% of the suitcases are ove
Log On
Question 819971: the average weight of an airline passenger suitcase is 45 pounds. The standard deviation is 2 pounds. Assuming the variable is normally distributed. If 15% of the suitcases are overweight, find the maximum weight X allowed by the airline? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! the average weight of an airline passenger suitcase is 45 pounds. The standard deviation is 2 pounds. Assuming the variable is normally distributed. If 15% of the suitcases are overweight, find the maximum weight X allowed by the airline?
-------------------
Find the z-value with a left tail of 0.85.
invNorm(0.85) = 1.0364
------
Find the corresponding weight value::
weight = z*s + u
weight = 1.0364*2+45 = 47.07 lbs.
---------------
Cheers,
Stan H.
-----------------