In today’s blog, we explore the fundamental concepts of Permutation and Combination (P & C) — an essential part of Engineering Mathematics after understanding the basics of counting.
Permutation is the arrangement of items in a particular order.
Combination is the selection of items, where the order does not matter.
Important: If repetition is allowed in a question, the permutation formula is not applicable; instead, use the Multiplication Principle.
Where:
Keywords or situations that hint at Combination:
Keywords or situations that hint at Permutation:
How many handshakes are possible between 5 people?
Solution:
Manual Counting:
Handshakes: (P1, P2), (P1, P3), (P1, P4), (P1, P5), (P2, P3), (P2, P4), (P2, P5), (P3, P4), (P3, P5), (P4, P5)
Total = 10 handshakes
Using Formula (Combination):
Select any 2 persons out of 5:
Answer: 10 handshakes
If there are 66 handshakes in a party, how many people were there?
Solution:
Let the number of people = n.
Then:
Multiplying both sides by 2:
Solve by trial or factorization: n = 12 (because 12 × 11 = 132)
Answer: 12 people
How many 4-digit numbers can be formed using digits 1–9?
(a) Without repetition
OR using formula:
(b) With repetition allowed
Each digit has 10 choices (1 to 9).
Answer:
A committee of 6 is to be selected from 5 boys and 6 girls.
(a) Find the total number of ways to form the committee without any restrictions (i.e., any combination of boys and girls is allowed).
Total people = 11. Select 6 people:
(b) Find the number of ways to form the committee such that there are at least 2 girls in the committee
Cases:
Adding all: 75 + 200 + 150 + 30 + 1 = 456
Answer: 456 ways
(c) Find the number of ways to form the committee such that there is at least 1 girl in the committee (if committee of 4 people is to be formed)
Total ways without any restriction:
Ways with no girl (only boys):
Hence, ways with at least one girl: 330 − 5 = 325
Answer: 325 ways
In how many ways can 5 different books be arranged on 3 shelves?
Solution:
Arrange 3 books from 5:
Answer: 60 ways
Understanding when to use Combination (selection) and when to use Permutation (selection + arrangement) is key to mastering Engineering Mathematics problems. Remember, if repetition is allowed, you typically apply multiplication instead of standard permutation formulas.