1. Restricted Letter Arrangements
- Formula: For (n) distinct objects:
If (k) vowels must be together, treat all vowels as one block:
(n−k+1)!×k!Adjust for repeated vowels by dividing by their factorials.
- Example: In how many ways can the letters of MANAGER be arranged so that all vowels are together? Solution: Vowels are (A,A,E).
Treat (AAE) as one block:
(AAE),M,N,G,RSo there are 5 units:
5!The vowels can be arranged internally in:
2!3!=3Therefore:
5!×2!3!=120×3=3602. Vowels Never Together
- Formula:
For distinct vowels, another useful method is to arrange consonants first and place vowels in the gaps.
- Example: In how many ways can the letters of APPLE be arranged so that the two vowels are not together? Solution: Letters: (A,P,P,L,E).
Total arrangements:
2!5!=60Vowels together: Treat (AE) or (EA) as one block.
Units:
(AE),P,P,LArrangements:
2!4!×2!=24Therefore:
60−24=363. Mixed Selection & Arrangement
- Formula: Selection of (r) objects from (n):
Arrangement of (r) objects:
nPr=(n−r)!n!If selection is followed by arrangement:
nCr×r!=nPr- Example: In how many ways can a President, Vice-President and Secretary be selected from 8 people? Solution: The three positions are distinct, so order matters:
4. Selection of a Committee
- Formula: When order does not matter:
- Example: How many committees of 3 can be formed from 8 people? Solution:
5. Identical Object Arrangements
- Formula: If (n) objects contain (p,q,r,\ldots) identical objects:
- Example: How many distinct arrangements can be made using the letters of SUCCESS? Solution: There are 7 letters:
Therefore:
3!2!7!=125040=4206. Circular Arrangements
- Formula: Number of arrangements of (n) distinct people around a circle:
If clockwise and anticlockwise arrangements are considered identical:
2(n−1)!- Example: In how many ways can 6 people sit around a circular table? Solution: Fix one person and arrange the remaining 5:
7. Arrangement with Two Particular Objects Together
- Formula: Treat the two objects as one block:
for distinct objects.
- Example: In how many ways can 5 people A, B, C, D and E stand in a row if A and B must stand together? Solution: Treat (AB) as one block.
Units:
(AB),C,D,EArrange 4 units:
4!A and B can switch places:
2!Therefore:
4!×2!=24×2=488. Arrangement with Two Particular Objects Not Together
- Formula:
- Example: In how many ways can 5 people A, B, C, D and E stand in a row if A and B cannot stand together? Solution: Total:
A and B together:
4!×2!=48Therefore:
120−48=729. Fixed Position Arrangements
- Formula: Fix the required object/objects first, then arrange the remaining objects:
when (k) distinct positions are fixed.
- Example: How many arrangements of the letters A, B, C, D, E have A in the first position? Solution: Fix A in the first position.
Arrange B, C, D, E:
4!=2410. Restricted Position / Not in Original Position
- Formula: For (n) objects where no object can occupy its original position, use derangements:
For small (n):
!3=2,!4=9,!5=44- Example: In how many ways can 4 letters be placed into 4 addressed envelopes so that no letter goes into the correct envelope? Solution: This is a derangement of 4 objects:
11. Dictionary Rank Calculations
- Formula:
At each position, count unused letters alphabetically smaller than the current letter and multiply by the factorial of the remaining positions.
- Example: Find the rank of MATH in dictionary order. Solution: Letters in alphabetical order:
Before words beginning with M:
- Starting with A: (3!=6)
- Starting with H: (3!=6)
After fixing M, the next letter is A. No unused letter is smaller than A.
Before MATH with prefix MA:
- Remaining letters H,T.
- H comes before T, giving:
Total words before:
6+6+0=12Therefore:
Rank=12+1=1312. Rank of Words with Repeated Letters
- Formula: For repeated letters, count distinct permutations at each stage:
where (a,b,\ldots) are multiplicities of repeated letters.
- Example: Find the rank of BANANA. Solution: Letters:
Words before BANANA:
First letter B: no smaller letter exists.
Second letter A: no smaller unused letter.
Third letter N: available smaller letter is A.
Fix BA and place A: Remaining (A,A,N):
2!3!=3Thus 3 words occur before BANANA.
Therefore:
413. Alternating Men and Women
- Formula: If (n) men and (n) women must alternate:
If there are (n) men and (n+1) women, the women must occupy both ends:
(n+1)!×n!- Example: In how many ways can 4 men and 4 women sit in a row alternately? Solution: Two possible patterns:
Arrange men:
4!Arrange women:
4!Total:
4!×4!=576There are two starting patterns, so:
2×576=115214. Repetition Allowed in Arrangements
- Formula: If (n) choices are available for each of (r) positions and repetition is allowed:
- Example: How many 4-digit PINs can be formed using digits 0–9 if repetition is allowed? Solution: Each position has 10 choices:
15. Arrangements Without Repetition
- Formula:
- Example: How many 3-digit numbers can be formed from (1,2,3,4,5) without repetition? Solution:
16. Number Formation with Zero
- Formula: For an (r)-digit number, the first digit cannot be zero. If there are (n) available digits including 0 and no repetition:
- Example: How many 3-digit numbers can be formed using (0,1,2,3,4) without repetition? Solution: First digit: 4 choices ((1,2,3,4)).
Second digit: 4 choices.
Third digit: 3 choices.
Therefore:
4×4×3=48Advanced Variants
17. Vowels Together and Consonants Together
- Formula: Treat each required group as a block, then arrange the blocks and multiply by internal arrangements.
- Example: In how many ways can the letters of AEBCD be arranged if all vowels are together and all consonants are together? Solution: Vowels: (A,E) → one block.
Consonants: (B,C,D) → one block.
Arrange the two blocks:
2!Arrange vowels:
2!Arrange consonants:
3!Total:
2!×2!×3!=2418. At Least One Particular Object Selected
- Formula:
- Example: From 8 people, how many committees of 3 can be formed containing at least one of A and B? Solution: Total committees:
Committees containing neither A nor B:
6C3=20Therefore:
56−20=3619. Particular Objects Must Be Separated
- Formula: Arrange the unrestricted objects first. Use the gaps between them to place the restricted objects.
- Example: In how many ways can 3 identical vowels be placed among 4 distinct consonants so that no two vowels are together? Solution: Arrange the 4 consonants:
They create 5 gaps:
_,C,_,C,_,C,_,C,_Choose 3 of the 5 gaps:
5C3=10Total:
4!×10=24020. Committee with Required and Excluded Members
- Formula: If (k) specific people must be included and (m) specific people must be excluded from a committee of (r) chosen from (n):
- Example: From 10 people, how many committees of 4 can be formed if A must be included and B must be excluded? Solution: A is already selected.
B is unavailable.
Choose remaining 3 from the other 8:
8C3=5621. Circular Arrangement with Two People Together
- Formula: Treat the required pair as one block:
for (n) distinct people around a circle.
- Example: In how many ways can 6 people sit around a circular table if A and B must sit together? Solution: Treat A and B as one block.
Total units:
5Circular arrangements:
(5−1)!=4!A and B can switch:
2!Therefore:
4!×2=4822. Identical Objects Distributed into Distinct Groups
- Formula: Number of ways to distribute (n) identical objects among (r) distinct groups when empty groups are allowed:
When every group must receive at least one:
n−1Cr−1- Example: In how many ways can 7 identical balls be distributed among 3 distinct boxes if a box may be empty? Solution: Using stars and bars:
Premium Content
Unlock Permutation and Combination Concepts and all premium lessons with a subscription.
From ₹199.99/year — See plans