This principle forms the basis of all counting logic. It states that if one event can occur in m ways and a second independent event can occur in n ways, then:
The product of the first n natural numbers is called n factorial, denoted by n!.
A Permutation is an arrangement in a specific order of a number of objects taken some or all at a time. Order matters in permutations.
A Combination is a selection of a number of objects where the order does not matter. We are only interested in which objects are chosen, not their sequence.
Choosing the right formula depends on the problem context:
| Feature | Permutation | Combination | ||
|---|---|---|---|---|
| Focus | Arrangement / Sequence | Selection / Grouping | ||
| Order | Matters (AB ≠ BA) | Does not matter (AB = BA) | Arrange, Order, Rank, Digits | Select, Choose, Group, Committee |
Q: When do I use addition instead of multiplication?
A: Use multiplication when events must happen one after another (And). Use addition when you have different "cases" or options (Or).
Q: What is Pascal's Rule?
A: nCr + nCr-1 = n+1Cr. This is frequently used in proof-based questions.