document.write( "Question 542850: Find the mean and standard deviation for 20 trials for a binomial probability distribution with a 40% chance of success on each trial? \n" ); document.write( "
Algebra.Com's Answer #354688 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the mean and standard deviation for 20 trials for a binomial probability distribution with a 40% chance of success on each trial? \n" ); document.write( "--------- \n" ); document.write( "mean = np = 20*0.4 = 8 \n" ); document.write( "--- \n" ); document.write( "std = sqrt(npq) = sqrt(8*0.6) = 2.19 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |