document.write( "Question 1134973: Assume that the box contains 9 balls: 1 red, 5 green, and 3 blue. Two balls are drawn at random, one after the other without replacement.
\n" ); document.write( "What is the probability that the first ball was blue, given that the second was red?
\n" ); document.write( "

Algebra.Com's Answer #752494 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "What is the probability that the first ball was blue, given that the second was red?

\n" ); document.write( "That probability is
\r\n" );
document.write( "       P(1st was blue and 2nd is red)\r\n" );
document.write( "  ----------------------------------------\r\n" );
document.write( "   P(2nd is red (and first was any color))

\n" ); document.write( "To find the answer, you need to find the probability that the second ball is red for all the different possibilities for the first ball:
\r\n" );
document.write( "A = P(1st red and 2nd red)\r\n" );
document.write( "B = P(1st blue and 2nd red)\r\n" );
document.write( "C = P(1st green and 2nd red)

\n" ); document.write( "Then the probability you are asked to find is \"B%2F%28A%2BB%2BC%29\"

\n" ); document.write( "(Note that, in this problem, A = 0, because there is only 1 red ball in the box....)
\n" ); document.write( "
\n" );