document.write( "Question 849748: If X is a binomial random variable with n = 20, and p = 0.30, then P(X = 10) = 0.50\r
\n" );
document.write( "\n" );
document.write( "True or false \n" );
document.write( "
Algebra.Com's Answer #511733 by stanbon(75887) ![]() You can put this solution on YOUR website! If X is a binomial random variable with n = 20, \n" ); document.write( "and p = 0.30, then P(X = 10) = ? \n" ); document.write( "===== \n" ); document.write( "P(x = 10) = 20C10(0.3)^10*(0.7)^10 = binompdf(20,0.3,10) = 0.0308 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |