document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #493321 by stanbon(75887)\"\" \"About 
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?
\n" ); document.write( "-------------------
\n" ); document.write( "Find the z-value with a left tail of 0.85.
\n" ); document.write( "invNorm(0.85) = 1.0364
\n" ); document.write( "------
\n" ); document.write( "Find the corresponding weight value::
\n" ); document.write( "weight = z*s + u
\n" ); document.write( "weight = 1.0364*2+45 = 47.07 lbs.
\n" ); document.write( "---------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------------
\n" ); document.write( "
\n" );