document.write( "Question 909969: A company that manufactures bookcases finds that the average time it takes an employee to build a bookcase is 10 hours with a standard deviation of 3 hours. A random sample of 36 employees is taken. What is the likelihood that the sample mean will be more than 11 hours? \n" ); document.write( "
Algebra.Com's Answer #552172 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(x > 11) = P(t > 1/(3/sqrt(36))) = P(t>2) = tcdf( 2, 100 , 35) \n" ); document.write( " |