The question : If i have a box that for example have 3 different color ball (R, G, B)
I would like to know how many combination of color that can occur in specific circumstances
ex :
If I take out the ball randomly and put it back, 5 times, how many combination of color can i have
(5R, 5G, 5B, 4R1G, 4R1B,....., 1R1G3B) *(4R1G=1G4R)
I could arrange it one by one but what if i have n color and I want to take "x" times,
Is there any Equation that i could plugin n (color) x (times being taken) And can it be derived, or if some one already ask something like this, could i get the link, i dont know what this topic of the problem called