document.write( "Question 1093097: There are 17 red coins, 19 purple coins, 4 blue coins, and 8 white coins in a box. Two coins are drawn out without replacement. What is the probability that at least one of them is red? \n" ); document.write( "
Algebra.Com's Answer #707690 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There are 48 coins. \n" ); document.write( "probability none is red would be 1- probability (at least 1 is red) \n" ); document.write( "(31/48)(30/47)=0.4122 \n" ); document.write( "1-0.4122=0.5878. \n" ); document.write( " |