document.write( "Question 1117838: A bag contains 3 green balls,6 black balls and one white ball.if two balls are drawn at random without replacement,what is the probability of drawing a green and then a black ball? \n" ); document.write( "
Algebra.Com's Answer #733011 by ikleyn(52802)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "First, since the problem talks about the sequence of the balls (\"a green and then a black ball\"), it is clear that\r\n" );
document.write( "\r\n" );
document.write( "the PERMUTATIONS, not combinations, work.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Next, the total number of the balls is 3 + 6 + 1 = 10.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Hence, the probability to get a green ball first is  \"3%2F10\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the probability to get a black ball next is  \"6%2F9\" = \"2%2F3\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus the final answer is  \"%283%2F10%29%2A%282%2F3%29\" = \"2%2F10\" = \"1%2F5\" = 0.2 = 20%.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );