document.write( "Question 271747: calculate the probability of k successes for a binomial experiment consisting of n trials with the probability p of success on each trial. k>10, n=15, p=.4 \n" ); document.write( "
Algebra.Com's Answer #198892 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
p=0.4, q=0.6 Probability of more than 10 successes in 15 trials.
\n" ); document.write( "(p+q)^15
\n" ); document.write( ".4^15=.0000...
\n" ); document.write( "15*.4^14*.6=.0000
\n" ); document.write( "105*.4^13*.6^2=.0003
\n" ); document.write( "455*.4^12*.6^3=.0016
\n" ); document.write( "1365*.4^11*.6^4=.0074
\n" ); document.write( "----------------------add
\n" ); document.write( "===============>.0093
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );