document.write( "Question 938348: I have a container with balls of 3 different colors. (for this let's assume the number of balls within the container is unlimited and all colors are equally distributed). \r
\n" );
document.write( "\n" );
document.write( "I need to pick up 6 balls from the container.
\n" );
document.write( "How do I calculate the number of possible combinations I can get?\r
\n" );
document.write( "\n" );
document.write( "Appriciate the help. \n" );
document.write( "
Algebra.Com's Answer #571669 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! First choice can be 1,2, or 3. \n" ); document.write( "For each first choice, second choice can be 1, 2, or 3. \n" ); document.write( "Then for each first and second choice, the third choice can be 1, 2, or 3. \n" ); document.write( "So all together, \n" ); document.write( " |