document.write( "Question 131012This question is from textbook Statistics
\n" );
document.write( ": Find the mean, varience, and standard deviation for each of the following values of n and p when the conditions for the binomial distribution are met
\n" );
document.write( " n= 300 p= 0.3\r
\n" );
document.write( "\n" );
document.write( "and \r
\n" );
document.write( "\n" );
document.write( "n= 50 p= 2/5 \n" );
document.write( "
Algebra.Com's Answer #95638 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! mean = np \n" ); document.write( "variance = npq \n" ); document.write( "standard deviation = sqrt(npq) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |