Mathematics
Mathematics
some order or sequence, while combination does not regard order as a parameter. It is
just a way of selecting items from a set or collection.
Permutation Formula: A permutation is the choice of r things from a set of n things
without replacement. Order matters in permutation.
nPr=n!(n−r)!
Combination Formula: A combination is the choice of r things from a set of n things
without replacement. Order does not matter in combination.
nCr=n!(n−r)!r!=nPrr!
Derivation:
nPr=[n(n−1)(n−2)(n−3)…(n−r+1)(n−r)(n−r−1)..3×2×1](n−r)(n−r−1)..3×2×1=n!(n−r)!
Hence,
nPr=n!(n−r)!
Where 0 < r ≤n
nPr=nCr×r!
nCr=nPrr!=n!(n−r)!r!
Permutations and Combinations in Real Life
Permutations and combinations are techniques which help us to answer the question or
determine the number of different ways of arranging and selecting objects without
actually listing them in real life. For example, when you have to arrange people, pick a
team captain, pick two favorite colors, in order, from a color brochure, or selection of
menu, food, clothes, subjects, team, etc.
Solved Examples
Questions 1: Evaluate
1. 12P2
2. 10C3
Solution:
1. Here, n= 12 and r= 2
12P2=12!(12−2)!=132
1. Here, n= 10 and r = 3
10C3=10!(10−3)!3!=10!7!3!=120
Questions 2: Teacher asks a student to choose 6 items from the table. If the table has
20 items to choose, how many ways could the students choose the things?
Solution: Here, student has to choose 6 items from 20 items. Here, r= 6 and n= 20
Combination,
nCr=n!(n−r)!r!
20C6=20!(20−6)!6!=38760