document.write( "Question 1137935: The lengths of lumber a machine cuts are normally distributed with a mean of 93 inches and a standard deviation of 0.6 inch.
\n" );
document.write( "(a) What is the probability that a randomly selected board cut by the machine has a length greater than 93.24 inches?
\n" );
document.write( "(b) A sample of 44 boards is randomly selected. What is the probability that their mean length is greater than 93.24 inches? \n" );
document.write( "
Algebra.Com's Answer #755873 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( ">(93.24-93)/0.6=0.4 \n" ); document.write( "probability z>0.4=0.3446\r \n" ); document.write( "\n" ); document.write( "for the sample, z>(xbar-mu)/sigma/sqrt(n) \n" ); document.write( "this is 0.24*sqrt(44)/0.6, invert and multiply when dividing \n" ); document.write( "z>2.65 \n" ); document.write( "probability is 0.0040\r \n" ); document.write( "\n" ); document.write( "Far less likely 44 boards will deviate by the same amount compared to one. \n" ); document.write( " |