document.write( "Question 587983: find the mean, variance and standard deviation of the binomial distributions
\n" );
document.write( "when n= 129 p = 0.21 \n" );
document.write( "
Algebra.Com's Answer #374326 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the mean, variance and standard deviation of the binomial distributions \n" ); document.write( "when n= 129 p = 0.21 \n" ); document.write( "---- \n" ); document.write( "mean = np = 129*0.21 \n" ); document.write( "variance = npq = 129*0.21*0.79 \n" ); document.write( "std = sqrt(npq)= sqrt[129*0.21*0.79] \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |