SOLUTION: 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).
I nee
Algebra ->
Permutations
-> SOLUTION: 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).
I nee
Log On
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).
I need to pick up 6 balls from the container.
How do I calculate the number of possible combinations I can get?
Appriciate the help. Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! First choice can be 1,2, or 3.
For each first choice, second choice can be 1, 2, or 3.
Then for each first and second choice, the third choice can be 1, 2, or 3.
So all together, possible combinations.