document.write( "Question 1094068: Suppose that you have 9 cards. 5 are green and 4 are yellow. The 5 green cards are numbered 1, 2, 3, 4, and 5. The 4 yellow cards are numbered 1, 2, 3, and 4. The cards are well shuffled. Suppose that you randomly draw two cards, one at a time, and without replacement.
\n" ); document.write( "• G1 = first card is green
\n" ); document.write( "• G2 = second card is green
\n" ); document.write( "Enter the probability as a fraction.
\n" ); document.write( "P(at least one green) =
\n" ); document.write( "

Algebra.Com's Answer #708688 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The easiest way to solve is to first compute P(no green).
\n" ); document.write( "Then the probability of at least one green is
\n" ); document.write( "P(at least one green) = 1 - P(no green)
\n" ); document.write( "P(no green) = 4/9*3/8 = 12/72 = 1/6
\n" ); document.write( "Thus P(at least one green) = 1 - 1/6 = 5/6
\n" ); document.write( "
\n" );