NCERT Chapter Summary: Permutations and Combinations

NCERT Chapter Summary: Permutations and Combinations

Suppose you have a suitcase with a number lock. The number lock has 4 wheels each labelled with 10 digits from 0 to 9. The lock can be opened if 4 specific digits are arranged in a particular sequence with no repetition. Some how, you have forgotten this specific sequence of digits.

You remember only the first digit which is 7. In order to open the lock, how many sequences of 3-digits you may have to check with? To answer this question, you may, immediately, start listing all possible arrangements of 9 remaining digits taken 3 at a time. But, this method will be tedious, because the number of possible sequences may be large.

Fundamental principle of counting: If an event can occur in m different ways, following which another event can occur in n different ways, then the total number of occurrence of the events in the given order is m × n.

n! = 1 × 2 × 3 × ... × n

n! = n × (n - 1)!

The number of permutations of n different things, taken r at a time, where repetition is allowed, is nr.