Quote:
Originally Posted by selebratinglife New problem!! In how many ways can you place 6 different coloured balls in 3 identical baskets ? |
Let A, B , C, D ,E and F are six differnt things.
Possible cases are ...
(0,0,6) -----> 1
(0,1,5) -----> 6C5 = 6
(0,2,4) -----> 6C4 = 15
(0,3,3) -----> 6C3/2! = 10
(1,1,4) -----> 6C4 = 15
(1,2,3) -----> 6C3 * 3C2 = 60
(2,2,2) -----> ( 6C2 * 4C2 )/3! = 15
Hence , adding 'em
Answer = 122
Sayonara