document.write( "Question 902956: Determine the indicated probability for a binomial experiment with the given number of trials n and the given success probability p.
\n" );
document.write( "n = 12, p = 0.6, P(Fewer than 4) \n" );
document.write( "
Algebra.Com's Answer #547642 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(x ≤ 3) = binomcdf(12,.6,3) \n" ); document.write( " |