document.write( "Question 1118896: About 3% of the population has a particular genetic mutation. 300 people are randomly selected.\r
\n" );
document.write( "\n" );
document.write( "Find the standard deviation for the number of people with the genetic mutation in such groups of 300. \n" );
document.write( "
Algebra.Com's Answer #734330 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let X be a random variable denoting the number of people having genetic mutation out of 300 people. X follows Binomial Distribution with parameters n = 300 and \n" ); document.write( "p = 0.03 \n" ); document.write( "The standard deviation of X is: \n" ); document.write( "sqrt(n*p*(1-p)) = sqrt(300*0.03*(1-0.03)) = 8.73 = sqrt 8.73 = 2.955 \n" ); document.write( " \n" ); document.write( " |