document.write( "Question 628465: If boys and girls are equally likely and groups of 400 births are randomly selected. Find the standard deviation of the numbers of girls in such groups of 400. \n" ); document.write( "
Algebra.Com's Answer #395645 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! This sounds like a binomial distribution problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Standard deviation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sigma = sqrt(n*p*(1-p))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sigma = sqrt(400*0.5*(1-0.5))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sigma = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the standard deviation is 10. \n" ); document.write( " |