document.write( "Question 431150: If X is binomial with n=20 and p=0.7, approximate P(X>4) to three decimal places \n" ); document.write( "
Algebra.Com's Answer #299323 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If X is binomial with n=20 and p=0.7, \n" ); document.write( "approximate P(X>4) to three decimal places. \n" ); document.write( "P(x>4) = 1-P(0<= x <=4) \n" ); document.write( "= 1 - binomcdf(20,0.7,4) \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.00000555 \n" ); document.write( "--- \n" ); document.write( "= 0.999994 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |