document.write( "Question 292102: A box contains exactly 5 red, 4 blue, and 3 green balls. If two balls are selected at random one after the other without replacing the first, what is the probability that the first one is red and the second one is green? \n" ); document.write( "
Algebra.Com's Answer #211093 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A box contains exactly 5 red, 4 blue, and 3 green balls. If two balls are selected at random one after the other without replacing the first, what is the probability that the first one is red and the second one is green?
\n" ); document.write( "-----------------
\n" ); document.write( "A total of 12 balls.
\n" ); document.write( "5 of 12 chances for the 1st ball being red.
\n" ); document.write( "11 balls are left.
\n" ); document.write( "3 of 11 chances for the 2nd ball being green.
\n" ); document.write( "(5/12)*(3/11) = 5/44
\n" ); document.write( "
\n" ); document.write( "
\n" );