document.write( "Question 256850: A jar contains 5 red marbles and 3 black marbles. 2 marbles are drawn with replacement. what is the probability that one is black and one is red?
\n" );
document.write( "the chances of getting a red is 5/8 and the black is 3/8, this I get. and the chance of getting either one is 2/8 or 1/4.
\n" );
document.write( "So, here is how I approached it.....
\n" );
document.write( "5/8+3/8-2/8= 6/8
\n" );
document.write( "6/8 x 5/8=30/64 or 15/32\r
\n" );
document.write( "\n" );
document.write( "But I am not sure if this is correct procedure. \n" );
document.write( "
Algebra.Com's Answer #189055 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A jar contains 5 red marbles and 3 black marbles. 2 marbles are drawn with replacement. what is the probability that one is black and one is red? \n" ); document.write( "----- \n" ); document.write( "P(2 black) = 3C2/8C2 = 3/28 \n" ); document.write( "P(2 red) = 5C2/8C2 = 10/28 \n" ); document.write( "---- \n" ); document.write( "P(one black and one red) = 1-[3/28+10/28) = 15/28 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |