document.write( "Question 924030: From a box containing 6 black balls and 4 green
\n" );
document.write( "balls, 3 balls are drawn in succession, each ball being replaced
\n" );
document.write( "in the box before the next draw is made. What
\n" );
document.write( "is the probability that
\n" );
document.write( "(a) all 3 are the same color?
\n" );
document.write( "(b) each color is represented? \n" );
document.write( "
Algebra.Com's Answer #560556 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! box containing 10 balls: 6B , 4G, \n" ); document.write( "3 balls drawn, each ball being replaced in the box before the next draw is made \n" ); document.write( "a) P(3 same color) = P(3B) + P(3G) = \n" ); document.write( "b) P(each color is represented) = 1 - P(3 same color) = .8 \n" ); document.write( " |