document.write( "Question 1035228: A binomial experiment has 5 trials in which p = 0.7. What is the probability of getting at least 2 successes?
\n" ); document.write( "my equation I came up with is p(0)+p(1)=5c0(.4)^0(.6)^5-0+5c1(.4^1(.6)^5-0
\n" ); document.write( "

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