document.write( "Question 245801: Two marbles are drawn without replacement from a box with 3 white, 2 green, 2 red and 1 blue marble. Find the probability. At least one of the marbles is red. \n" ); document.write( "
Algebra.Com's Answer #179690 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! ways of drawing 2 from 8 ___ 8C2 = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of drawing 2 from 6 (NO red marbles) ___ 6C2 = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of NO red marbles ___ 15/28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of (at least one) red marble ___ 1 - 15/28 = 13/28 \n" ); document.write( " |