Is there any sequence by which we can know where to use permutation and combination.
Open in App
Solution
When order is important, you have to use permutation When order is not important in arrangement, then use combination Use multiplication when 'and' is given. Use addition when 'or' is given.