document.write( "Question 961169: A box is filled with 6 red cards, 3 brown cards, and 3 green cards.
\n" );
document.write( "A card is chosen at random from the box. What is the probability that it is a red or a green card?
\n" );
document.write( "Write your answer as a fraction in simplest form.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #587396 by macston(5194) You can put this solution on YOUR website! There are a total of 12 cards, and nine are either red or green, \n" ); document.write( "so the probability of choosing a red or green card is 9/12=3/4. \n" ); document.write( " |