document.write( "Question 441087: The question reads: A university has 10,000 students of which 4,000 are male and 6,000 are female. If a class of 30 students is chosen at random from the university population, find the mean and standard deviation of the number of male students.\r
\n" );
document.write( "\n" );
document.write( "After using the formula for binomial distribution mean (np) and standard deviation (square root of np(1-p), I came up with the answer...\r
\n" );
document.write( "\n" );
document.write( "mean= 12
\n" );
document.write( "standard deviation = 2.68\r
\n" );
document.write( "\n" );
document.write( "I am confused when to use which equation so I was hoping you could verify my answer. Thank you! \n" );
document.write( "
Algebra.Com's Answer #304556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The question reads: A university has 10,000 students of which 4,000 are male and 6,000 are female. If a class of 30 students is chosen at random from the university population, find the mean and standard deviation of the number of male students. \n" ); document.write( "--------------------- \n" ); document.write( "P(male) = 4/10 = 2/5 \n" ); document.write( "n = 30 \n" ); document.write( "---- \n" ); document.write( "mean = np = (2/5)30 = 12 \n" ); document.write( "---- \n" ); document.write( "std = sqrt(npq) = sqrt(12*(3/5)) = 2.6833 \n" ); document.write( "============================================= \n" ); document.write( "I agree with your answers. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============================================== \n" ); document.write( "After using the formula for binomial distribution mean (np) and standard deviation (square root of np(1-p), I came up with the answer... \n" ); document.write( "mean= 12 \n" ); document.write( "standard deviation = 2.68 \n" ); document.write( "I am confused when to use which equation so I was hoping you could verify my answer. \n" ); document.write( " |