document.write( "Question 577039: Find the mean, variance and standard deviation of the binomial distribution with the given values of n and p.
\n" );
document.write( "N = 70, P = 0.4 \n" );
document.write( "
Algebra.Com's Answer #370046 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Mean = np = 70*0.4 = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Variance = np(1-p) = 70*0.4*(1-0.4) = 16.8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Standard deviation = sqrt(Variance) = sqrt(16.8) = 4.09878 \n" ); document.write( " |