document.write( "Question 1142467: There are 18 red, 15 white, and 12 blue pieces of candy in a bag. What is the probability of selecting 2 blue, 1 red, and 1 white piece, replacing the candy each time? \n" ); document.write( "
Algebra.Com's Answer #763177 by Alan3354(69443) You can put this solution on YOUR website! There are 18 red, 15 white, and 12 blue pieces of candy in a bag. What is the probability of selecting 2 blue, 1 red, and 1 white piece, replacing the candy each time? \n" ); document.write( "----------- \n" ); document.write( "IOW, with replacement. \n" ); document.write( "----- \n" ); document.write( "45 pieces total \n" ); document.write( "--- \n" ); document.write( "2 blue --> (12/45)*(12/45) = 16/225 \n" ); document.write( "1 red ---> 18/45 \n" ); document.write( "1 white -> 15/45 \n" ); document.write( "======================== \n" ); document.write( "It's the product of those 3 terms. \n" ); document.write( " |