document.write( "Question 352802: A box contains two black balls and three gold balls. Two
\n" );
document.write( "balls are randomly drawn in succession from the box.
\n" );
document.write( "a. If there is no replacement, what is the probability
\n" );
document.write( "that both balls are black?
\n" );
document.write( "b. If there is replacement before the second draw, what
\n" );
document.write( "is the probability that both balls are black? \n" );
document.write( "
Algebra.Com's Answer #252174 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 2 black + 3 gold = 5 balls total\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Both Black) = P(Black)*P(Black) = (2/5)*(1/4) = 2/20 = 1/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Both Black) = P(Black)*P(Black) = (2/5)*(2/5) = 4/25 \n" ); document.write( " |