Hello learners,
We are back after 6 years! Advance New Year wishes to all!
Let's start with some Quantitative Aptitude topics! Today, let's begin with Permutations and Combinations - Day 1.
Let's begin with the formulae!
1. Permutation (Arrangement):
Where is the total number of items, is the number of items to arrange, and .
2. Permutation (Arrangement):
Where is the total number of items, is the number of items to arrange, and .
3. Factorial:
Where are the frequencies of identical items.
5. Circular Permutation:
- For distinct items in a circle:
- If rotation is considered the same, divide further by .
Question 1: Permutations
How many different ways can 4 people sit in a row?
Hint : Use nPr for arrangements
This is an arrangement problem, so use
Here, and .
Simplify the factorials.
Answer: There are 24 ways.
Question 2: Combinations
In how many ways can 3 students be selected from a group of 5 students?
Hint : Use nCr for combinations
This is a selection problem, so use
Here, and .
Simplify the factorials.
Answer: There are 10 ways.
Question 3: Permutations with Repetition
How many unique arrangements can be made with the letters of the word SUCCESS?
Hint : Apply the repetition formula
This is a permutation problem with repetition, so use:
Count the letters.
The word SUCCESS has 7 letters in total, with some letters repeating:
- S occurs 3 times.
- C occurs 2 times.
- U occurs 1 time.
- E occurs 1 time.
Simplify the factorials.
7!=7×6×5×4×3×2×1=5040 3!=3×2×1=6 2!=2×1=2 1!=1
Answer: There are 420 unique arrangements of the letters in the word SUCCESS.
Question 4: Mixed (Selection + Arrangement)
A committee of 3 people is to be formed from a group of 6 people. In how many ways can the committee be formed if the positions are President, Secretary, and Treasurer?
Hint : Combine nCr for selection and r! for arrangement
This involves selecting and arranging, so use
Here,
Simplify the factorials.
Answer: There are 120 ways.
Question 5: Circular Permutation
In how many ways can 7 friends sit around a circular table?
Hint : Apply the circular permutation formula
For circular arrangements of
Here,
Simplify the factorial.
Answer: There are 720 ways.
Have fun with permutations and combinations—arranging and selecting in endless ways!