document.write( "Question 1041865: The number of home runs scored by teams in the Cali baseball league are
\n" );
document.write( "normally distributed and have a mean of 94 and the standard deviation of 8. What
\n" );
document.write( "percentage of the teams have scored more than 102 home runs? \n" );
document.write( "
Algebra.Com's Answer #656795 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The number of home runs scored by teams in the Cali baseball league are \n" ); document.write( "normally distributed and have a mean of 94 and the standard deviation of 8. What \n" ); document.write( "percentage of the teams have scored more than 102 home runs? \n" ); document.write( "--------------- \n" ); document.write( "z(102) = (102-94)/8 = 8/8 = 1 \n" ); document.write( "------ \n" ); document.write( "p(x < 102) = P(z > 1) = normalcdf(1,100) = 15.87% \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------------- \n" ); document.write( " |