document.write( "Question 867107: I have tried it several times but still manage to get a different answer. This is the question: A bag contains 6 black marbles, 4 white marbles, and 5 red marbles.
\n" );
document.write( "a) 2 marbles are drawn at random with replacement, find the probability that both marbles are black. \r
\n" );
document.write( "\n" );
document.write( "This is what I did: 6/15 * 5/15 and I got 2/15. I ,however, do not think that is the correct answer. My classmate got 4/25. I would appreciate your help very much. Thank you for your consideration. \n" );
document.write( "
Algebra.Com's Answer #522707 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The key here is that each marble drawn is replaced. So you have 6 black marbles (6/15 probability) and once you pull one marble out, you replace it with a new one of the same color or you put it back. That means that the probability of pulling black again is 6/15. The probability does not change as long as you put the marble taken out back into the bag.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So (6/15)*(6/15) = (2/5)*(2/5) = (2*2)/(5*5) = 4/25\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "making the answer 4/25 \n" ); document.write( " |