document.write( "Question 924525: The weight of people that fly between San Francisco and Seattle is 180 lb on average, with a standard deviation of 29 lb.
\n" );
document.write( "a. What is the chance that the total weight of 36 people on such a flight will be above 6600lb?
\n" );
document.write( "b. What is the probability that the average weight of the 36 people on the flight will be at most 176 lb?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560899 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean = 180lb with a standard deviation = 29lb. \n" ); document.write( "xbar = 600/36 = 183.3333lb \n" ); document.write( "Using the z-value to determine the Probability: \n" ); document.write( "P(xbar > 183.33) = P( z > 3.3333/4.8333) = P(z > .6896) \n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(z > .6896) = normalcdf(.6896, 100) = .2452 0r 24.52% \n" ); document.write( "or \n" ); document.write( "P(z > .6896)= 1 - P(z<.6896) = 1 - .7548 = .2452 \n" ); document.write( " \n" ); document.write( " |