document.write( "Question 887969: An urn contains 5 green, 3 red and 2 yellow balls. Two balls are drawn at random from this urn without replacement. Find the probability that,
\n" ); document.write( "(a) Both are green
\n" ); document.write( "(b) One is red and one is yellow
\n" ); document.write( "(c) Both are of the same color
\n" ); document.write( "(d) Both are of the different color
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #537002 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Look at the possible outcomes.
\n" ); document.write( "GG GB GY
\n" ); document.write( "BG BB BY
\n" ); document.write( "YG YB YY
\n" ); document.write( "a) \"P%28GG%29=1%2F9\"
\n" ); document.write( "b) \"P%28RY%29=1%2F9%2B1%2F9=2%2F9\" Red Yellow or Yellow Red
\n" ); document.write( "c) \"P=P%28GG%29%2BP%28BB%29%2BP%28YY%29=3%2F9=1%2F3\"
\n" ); document.write( "d) P(same)+P(not same)=1
\n" ); document.write( "\"P=1-1%2F3=2%2F3\"
\n" ); document.write( "
\n" ); document.write( "
\n" );