document.write( "Question 1109911:  A box contains 4 red, 7 blue and 6 white balls. If a ball is chosen at random,
\n" );
document.write( "a. what is the probability that it is not red?
\n" );
document.write( "b. what is the probability to draw 3 balls of different colors?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #724885 by rothauserc(4718)    You can put this solution on YOUR website! there are 17 balls in the box \n" ); document.write( ": \n" ); document.write( "a) Probability (P) the ball chosen is not red is 13/17 \n" ); document.write( ": \n" ); document.write( "b) P of drawing three different colored balls is (4/17) * (7/16) * (6/15) is 168/4080 = 7/170 \n" ); document.write( ": \n" ); document.write( "Note answer to b assumes a ball is not replaced after each draw \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "  |