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)![]() ![]() 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) \n" ); document.write( "b) \n" ); document.write( "c) \n" ); document.write( "d) P(same)+P(not same)=1 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |