document.write( "Question 1035501: A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
\n" ); document.write( "6C3(.25)^1?
\n" ); document.write( "

Algebra.Com's Answer #650165 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
\n" ); document.write( "----
\n" ); document.write( "P(3<= x <=6) = 1 - P(0<= x <=2) = 1-binomcdf(6,0.25,2) = 0.1694
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------
\n" ); document.write( "
\n" );