document.write( "Question 102623: Here is my difficult question using probability statistics. Suppose weights in pounds of workers at a large office building can be modeled by a N(165,30) distribution. The elevator capacity is 1800 pounds. What's the probability that the total weight of 10 randomly selected workers would exceed this capacity? \n" ); document.write( "
Algebra.Com's Answer #74654 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Here is my difficult question using probability statistics. Suppose weights in pounds of workers at a large office building can be modeled by a N(165,30) distribution. The elevator capacity is 1800 pounds. What's the probability that the total weight of 10 randomly selected workers would exceed this capacity?
\n" ); document.write( "---------------
\n" ); document.write( "If the population distribution is N(165,30)
\n" ); document.write( "the distribution means of samples of size 10 is
\n" ); document.write( "N(165,30/sqrt10)
\n" ); document.write( "----------------------
\n" ); document.write( "For the group to exceed 1800 lbs the average would have to exceed 180 lbs.
\n" ); document.write( "------------------------
\n" ); document.write( "P(mean > 180) = normalcdf(180,1000,165,30/sqrt(10)) = 0.057
\n" ); document.write( "Comment: I am using TI calculator which has the normalcdf function.
\n" ); document.write( "If you do not have this you would need a z-score for 180:
\n" ); document.write( "z(180) = (180-165)/[30/sqrt(10)] = 1.581
\n" ); document.write( "Then P(z>1.581) can be looked up on a z chart to give you 0.057
\n" ); document.write( "========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );