document.write( "Question 955661: A company management team knows that, in a given quarter, the mean of earnings of firms in their industry is $200,000 with an industry standard deviation of $80,000. Assume a normal distribution. What is the probability that a company makes more than $300,000? Round your answer to 2 decimal places.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #583839 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company management team knows that, in a given quarter, the mean of earnings of firms in their industry is $200,000 with an industry standard deviation of $80,000. Assume a normal distribution. What is the probability that a company makes more than $300,000? \n" ); document.write( "------ \n" ); document.write( "z(300000) = (300000-200000)/80000 = 100/80 = 5/4 \n" ); document.write( "---- \n" ); document.write( "P(x > 300000) = P(z > 5/4) = normalcdf(5/4,100) = 0.1057 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |