document.write( "Question 946368: An urn contains 5 red, 2 white, and 3 blue marbles. In how many ways can three marbles be selected so that at least one of them is blue? \n" ); document.write( "
Algebra.Com's Answer #577396 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Look at the possible outcomes. There are \n" ); document.write( "RRR RRW RRB RWR RWW RWB RBR RBW RBB \n" ); document.write( "WRR WRW WRB WWR (WWW) WWB WBR WBW WBB \n" ); document.write( "BRR BRW BRB BWR BWW BWB BBR BBW BBB \n" ); document.write( "The WWW outcome is shown in parentheses because it is not really an outcome since there are only 2 white marbles in the urn. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "So out of those 26 outcomes, there are 19 that have at least 1 blue. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |