document.write( "Question 1086123: Find the variance for the values of n and p when the conditions for the binomial distribution are met.
\n" );
document.write( " n = 500, p = 0.75\r
\n" );
document.write( "\n" );
document.write( "A. 125
\n" );
document.write( "B. 375
\n" );
document.write( "C. 93.75
\n" );
document.write( "D. 9.7 \n" );
document.write( "
Algebra.Com's Answer #700273 by mathmate(429) You can put this solution on YOUR website! Question: \n" ); document.write( "Find the variance for the values of n and p when the conditions for the binomial distribution are met. \n" ); document.write( " n = 500, p = 0.75 \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "For a binomial distribution, \n" ); document.write( "mean=np=375 \n" ); document.write( "variance=npq=500*.75*(1-.75)=93.75 \n" ); document.write( " \n" ); document.write( " |