document.write( "Question 1136036: A box is filled with 2 yellow cards, 6 blue,6 green. A card is chosen at random. What is the probability that the card is yellow or green? \n" ); document.write( "
Algebra.Com's Answer #753784 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Use the basic definition of probability -- the ratio of \"good\" outcomes to all possible outcomes.

\n" ); document.write( "When choosing one of these cards, there are 8 good outcomes -- drawing either one of the 2 yellow of one of the 6 green.

\n" ); document.write( "The total number of possible outcomes is the total number of cards, which is 2+6+6 = 14.

\n" ); document.write( "So the probability of getting a yellow or green when 1 card is chosen is 8/14, or 4/7.
\n" ); document.write( "
\n" );