document.write( "Question 873398: For Binomial distribution with n = 10 and probability of success p = 0.4
\n" );
document.write( "find probability of less than 3 successes (x < 3) (3 is not included).
\n" );
document.write( "Use Appendix Table for Binomial distribution. \n" );
document.write( "
Algebra.Com's Answer #526847 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(x < 3) = 1-P(x ≥ 3) = 1 - (1-P(x ≤2)) = .1673 \n" ); document.write( " \n" ); document.write( " |