document.write( "Question 400727: There are 9 marbles in a bag. Some are red, some are white, and some are blue. The probability of selecting a red marble, a white marble, and then a blue marble is 1/21. How many of each color are in the bag? \n" ); document.write( "
Algebra.Com's Answer #284042 by robertb(5830) You can put this solution on YOUR website! Without replacement: \n" ); document.write( " \n" ); document.write( "Since r+w+b = 9, there 6 possibilities for the ordered triple(r,w,b): \n" ); document.write( "(2,3,4) \n" ); document.write( "(2,4,3) \n" ); document.write( "(3,2,4) \n" ); document.write( "(3,4,2) \n" ); document.write( "(4,3,2) \n" ); document.write( "(4,2,3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With replacement: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |