Ritvik Gautam
Last Activity: 13 Years ago
Combination means selecting a particular number of things from a larger group of things. In this, the order of selection does not matter.
That is, if i select,
r,g,t,y,d
is equivalent to
t,y,r,d,g
as the order of selection does not matter.
Permutation means selecting a particula number of things from a larger groups of things and then re-arranging them. In this, the order of selection matters.
That is,
r,g,t,y,d
is not equivalent to
t,y,r,d,g
as re-arranging the alphabets a new permutation is formed.
So, the basic difference is that in combination there is not arrangement, while in permutation there is arrangement.
Please Approve!!