document.write( "Question 142154: If two marbles are drawn randomly from the jar in a jar with 13 black and 12 red marbles, what is the probability that the first is red and the second is black if the the marbles are drawn (a) with replacement? (b) without replacement \n" ); document.write( "
Algebra.Com's Answer #103507 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
If two marbles are drawn randomly from the jar in a jar with 13 black and 12 red marbles,
\n" ); document.write( "what is the probability that the first is red and the second is black if the the marbles are drawn
\n" ); document.write( "(a) with replacement?
\n" ); document.write( "Independent Case:
\n" ); document.write( "P(red and black) = P(red) * P(black) = 12/25 *13/25 =
\n" ); document.write( "-----------------------\r
\n" ); document.write( "\n" ); document.write( "(b) without replacement
\n" ); document.write( "Dependent Case:
\n" ); document.write( "P(red and black) = P(red) * P(black|red)
\n" ); document.write( "= 12/25 * 13/24
\n" ); document.write( "==================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );