Permutation and Combination

Rumman Ansari   Software Engineer   2024-07-28 09:18:12   148  Share
Subject Syllabus DetailsSubject Details
☰ TContent
☰Fullscreen

Permutation and Combination Formulas

Definitions

Permutation: Arrangement of objects in a specific order.

Combination: Selection of objects without considering the order.

Factorial

n!=n×(n1)×(n2)××1

Permutation Formulas

Permutations of n Objects

P(n)=n!

Permutations of n Objects Taken r at a Time

P(n,r)=n!(nr)!

Combination Formulas

Combinations of n Objects Taken r at a Time

C(n,r)=n!r!(nr)!

Properties of Permutations and Combinations

Symmetry in Combinations

C(n,r)=C(n,nr)

Repetition in Permutations

P(n,r) with repetition=nr

Special Cases

Permutation of Like Objects

If there are n objects with p1 of one kind, p2 of another kind, ..., pk of k kinds, the permutations are:

P(n;p1,p2,,pk)=n!p1!p2!pk!

Circular Permutations

The number of ways to arrange n objects in a circle:

Pcircular(n)=(n1)!

Example Problems

Example 1: Finding Permutations

If there are 5 books and 3 are to be arranged on a shelf, how many arrangements are possible?

P(5,3)=5!(53)!=5!2!=1202=60

Example 2: Finding Combinations

If there are 6 fruits and 2 are to be selected, how many selections are possible?

C(6,2)=6!2!(62)!=6!2!4!=720224=15
MCQ Available

There are 6 MCQs available for this topic.

6 MCQ

No Questions Data Available.
No Program Data.

Stay Ahead of the Curve! Check out these trending topics and sharpen your skills.