document.write( "Question 896211: A school is sending 11 children to a camp. If 20% of the children in the school are first graders, and the 8 children are selected at random, what is the mean and variance of the number of first graders chosen?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #543330 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A school is sending 11 children to a camp. If 20% of the children in the school are first graders, and the 8 children are selected at random, what is the mean and variance of the number of first graders chosen? \n" ); document.write( "-------------------------- \n" ); document.write( "Binomial Problem: \n" ); document.write( "mean = np = 11*0.2 = 2.2 \n" ); document.write( "variance = pq/n = (0.2*0.8)/8 = 0.16/8 = 0.2 \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |