document.write( "Question 204809: 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( " I am having a hard time putting these into formulas. The answers I got are a. 2/3 and b. 2/5 \n" );
document.write( "
Algebra.Com's Answer #154570 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "Ans: P(black and black) = P(black)*P(black | black) \n" ); document.write( "= (2/5)(1/4) = 2/20 = 1/10 \n" ); document.write( "------------------------------------- \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( "Ans: P(black and black) = (2/5)(2/5) = 4/25 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |