document.write( "Question 1196183: A bag contains 3 green balls and 2 white balls, two balls are drawn together, what is the probability that:
\n" ); document.write( "a. Both are green.
\n" ); document.write( "b. One is green and one is white.
\n" ); document.write( "

Algebra.Com's Answer #828907 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A bag contains 3 green balls and 2 white balls, two balls are drawn together, what is the probability that:
\n" ); document.write( "-----
\n" ); document.write( "\"drawn together\" is without replacement.
\n" ); document.write( "=================
\n" ); document.write( "a. Both are green.
\n" ); document.write( "The 1st is 3 of 5, the 2nd is 2/4
\n" ); document.write( "(3/5)*(2/4) = 3/10
\n" ); document.write( "==============================
\n" ); document.write( "b. One is green and one is white.
\n" ); document.write( "The green is 3 of 5, the white is 2/4 ---> 3/10
\n" ); document.write( "---
\n" ); document.write( "Or, the white is 2 of 5, the green is 3 of 4 ---> 3/10
\n" ); document.write( "
\n" );