document.write( "Question 329413: An urn contains 8 brown marbles and 11 green marbles. Two marbles are drawn from the urn without replacement. What is the probability of drawing a green marble on the first draw and a brown marble on the second draw? \n" ); document.write( "
Algebra.Com's Answer #236101 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
8 Brown
\n" ); document.write( "11 Green
\n" ); document.write( "19 total
\n" ); document.write( "First marble green, P=\"11%2F19\"
\n" ); document.write( "Second marble brown, P=\"8%2F18=4%2F9\"
\n" ); document.write( "P(1G,2B)=\"%2811%2F19%29%284%2F9%29=44%2F171\"
\n" ); document.write( "
\n" );