ZE
ZESTEXAM

RRB NTPC Permutation & Combination

Study Material — 18 PYQs (2018–2021) · Concept Notes · Shortcuts

RRB NTPC Permutation & Combination is a frequently tested subtopic — 18 previous year questions from 2018–2021 papers are included below with concept notes, key rules and shortcut tricks.

18 PYQs
2018–2021
23 Practice
MCQs
10 Key Points
to remember
Free
no login needed
Take Free Mock →Full Practice Set
Also for:Group DALPJETech
PYQs
18
Practice
23
Key Points
10
Access
Free
Previous Year Questions

RRB NTPC Permutation & Combination — Past Exam Questions

18 questions from actual RRB NTPC papers · all shown free · click option to reveal solution

Exam Q 12021Previous Year Pattern

In how many ways can the letters of the word 'BOOK' be arranged?

Exam Q 22021Previous Year Pattern

How many 2-digit numbers can be formed using the digits 3, 4, 5, 6 without repetition?

Exam Q 32021Previous Year Pattern

In how many ways can 4 red balls and 3 blue balls be arranged in a line?

Exam Q 42021Previous Year Pattern

A student must answer 5 questions out of 8 questions in an exam. In how many ways can the student choose the questions?

Exam Q 52021Previous Year Pattern

How many ways can a committee of 3 people be selected from a group of 8 people?

Exam Q 62021Previous Year Pattern

In how many ways can 5 different books be arranged on a shelf?

Exam Q 72021Previous Year Pattern

A password consists of 3 distinct digits followed by 2 distinct letters. How many such passwords can be formed if digits are from 0–9 and letters are from A–Z?

Exam Q 82021Previous Year Pattern

In how many ways can the letters of the word 'MISSISSIPPI' be arranged?

Exam Q 92021Previous Year Pattern

In how many ways can 5 different books be arranged on a shelf such that two specific books are always together?

Exam Q 102021Previous Year Pattern

How many 4-digit numbers can be formed using the digits 2, 3, 5, 7, 8, 9 without repetition, such that the number is even?

Exam Q 112021Previous Year Pattern

A committee of 4 people is to be selected from 6 men and 5 women. In how many ways can this be done if the committee must have at least 2 women?

Exam Q 122018Previous Year Pattern

In how many ways can the letters of the word 'GARDEN' be arranged so that the vowels always occupy the odd positions?

Exam Q 132021Previous Year Pattern

From a group of 8 people, in how many ways can a president, a vice-president, and a treasurer be selected if no person can hold more than one position?

Exam Q 142021Previous Year Pattern

A committee of 6 people is to be formed from 8 men and 5 women. In how many ways can this be done if the committee must have at least 2 women and at most 4 women?

Exam Q 152021Previous Year Pattern

How many 4-digit numbers can be formed using digits 1, 2, 3, 4, 5, 6 (with repetition allowed) such that the number is divisible by 4? (A number is divisible by 4 if its last two digits form a number divisible by 4.)

Exam Q 162021Previous Year Pattern

In a group of 10 people, a team of 4 is to be selected. In how many ways can this be done if two specific people (A and B) must not both be selected together?

Exam Q 172021Previous Year Pattern

From a deck of 52 playing cards, how many ways can 5 cards be selected such that there is at least one card from each suit (hearts, diamonds, clubs, spades)?

Exam Q 182021Previous Year Pattern

In how many ways can 5 men and 4 women be arranged in a row such that no two women sit adjacent to each other?

Concept Notes

Permutation & Combination— Rules & Concept

Core ConceptRead this first — the foundation of the topic
Core Concept

Permutation deals with ARRANGEMENTS where order matters. If you arrange 3 people in a line, ABC is different from BAC. Combination deals with SELECTIONS where order does not matter. If you select 3 people for a team, ABC is the same as BAC

Permutation Formula

nPr = n!/(n-r)! where n is total items, r is items to arrange 2

Combination Formula

nCr = n!/(r!(n-r)!) where n is total items, r is items to select 3

Factorial

n! = n × (n-1) × (n-2) × ... × 1, and 0! = 1 4. When all items are arranged: nPn = n! 5

Circular permutation

(n-1)! for clockwise and anticlockwise same

Formula BlockMemorise — at least one formula appears in every paper
nPr = n!/(n-r)!
nCr = n!/(r!(n-r)!)
nCr = nC(n-r)
nPr = r! × nCr
Circular arrangement = (n-1)!
Arrangement with repetition = n!/p!q!r! where p,q,r are repeated items
Exam PatternsWhat examiners ask — read before attempting PYQs

SSC CGL typically asks 2-3 questions worth 6-9 marks. Common question types include selecting teams, arranging letters of words, seating arrangements, and forming numbers from given digits.

ShortcutsUse these to save 30–60 seconds per question
Quick nCr calculation

Use nCr = nC(n-r) to reduce calculations. For 10C8, calculate 10C2 instead. 2

Word arrangement shortcut

For repeated letters, use n!/repetition factors 3

Selection with conditions

Use complement method (Total - Unwanted)

Worked ExampleSolve this step-by-step before moving on
1
Step 1

This is arrangement (permutation) as order matters

2
Step 2

All 5 people are being arranged

3
Step 3

Apply formula nPn = n!

4
Step 4

5P5 = 5! = 5 × 4 × 3 × 2 × 1 = 120 ways Answer: 120 ways Worked Example 2: From 8 boys and 6 girls, in how many ways can a committee of 5 be formed with at least 2 girls? Solution:

1
Step 1

This is selection (combination) as order doesn't matter

2
Step 2

Total people = 14, need 5 with at least 2 girls

3
Step 3

Use complement: Total ways - Ways with 0 girls - Ways with 1 girl

4
Step 4

Total ways = 14C5 = 2002

5
Step 5

Ways with 0 girls = 8C5 = 56

6
Step 6

Ways with 1 girl = 6C1 × 8C4 = 6 × 70 = 420

7
Step 7

Required ways = 2002 - 56 - 420 = 1526 Answer: 1526 ways Exam Shortcuts: 1. For large factorials, cancel common terms before calculating 2. Use the property nCr × r! = nPr for quick conversion 3. In word problems, identify keywords: 'arrange' means permutation, 'select/choose' means combination

Exam TrapsCommon mistakes students make — avoid these

- The #1 Trap: Students confuse

When to UseQuickly decide which method to apply in the exam

permutation vs combination. Remember: If the question talks about positions, ranks, or arrangements, use permutation.

If it talks about selection, teams, or groups, use combination. For example, 'selecting 3 students' is combination, but 'arranging 3 students in first, second, third position' is permutation.

Key Points to Remember

  • Permutation is for arrangements where order matters, combination is for selections where order doesn't matter
  • Formula shortcut: nPr = n!/(n-r)! and nCr = n!/(r!(n-r)!)
  • Quick trick: nCr = nC(n-r), so calculate the smaller value
  • Circular arrangement formula: (n-1)! when clockwise and anticlockwise are same
  • For repeated items: n!/p!q!r! where p,q,r are repetition counts
  • Conversion formula: nPr = r! × nCr
  • Keywords: 'arrange/order' means permutation, 'select/choose' means combination
  • Complement method: Total - Unwanted cases for complex conditions
  • 0! = 1 and 1! = 1 are important base values
  • Cancel common factorial terms before calculating to save time

Exam-Specific Tips

  • 0! equals 1 by mathematical definition
  • nC0 = 1 for any positive integer n
  • nCn = 1 for any positive integer n
  • nC1 = n for any positive integer n
  • Circular permutation of n objects is (n-1)! arrangements
  • nCr + nC(r-1) = (n+1)Cr Pascal's identity
  • Maximum value of nCr occurs at r = n/2 when n is even
  • nPr is always greater than or equal to nCr for same n and r values
Practice MCQs

Permutation & Combination — Practice Questions

23graded MCQs · easy to hard · full solution & trap analysis · showing 20 of 23

All MCQs →
Practice 1easy

In how many ways can 5 different books be arranged on a shelf?

Practice 2easy

In how many ways can the letters of the word 'BOOK' be arranged?

Practice 3easy

How many 3-digit numbers can be formed using the digits 2, 3, 4, 5, and 6 without repetition?

Practice 4easy

In how many ways can 4 red balls and 3 blue balls be arranged in a line?

Practice 5easy

How many ways can a committee of 3 people be selected from a group of 8 people?

Practice 6easy

How many ways can 6 students be divided into two groups of 3 each?

Practice 7easy

A student must answer 4 questions out of 7 questions on an exam. In how many ways can the student choose which questions to answer?

Practice 8medium

A committee of 4 people is to be selected from a group of 6 men and 5 women. In how many ways can this be done if the committee must have at least 2 women?

Practice 9medium

In how many ways can 5 different books be arranged on a shelf such that two specific books (A and B) are always together?

Practice 10medium

In how many ways can the letters of the word 'MISSISSIPPI' be arranged?

Practice 11medium

How many 4-digit numbers can be formed using the digits 2, 3, 5, 7, 8, 9 without repetition, such that the number is even?

Practice 12medium

From a deck of 52 playing cards, in how many ways can 5 cards be selected such that there are exactly 2 cards of one suit and exactly 3 cards of another suit?

Practice 13medium

A committee of 4 members is to be formed from 6 men and 5 women. In how many ways can this be done if the committee must have at least 2 women?

Practice 14medium

In how many ways can 5 different books be arranged on a shelf such that two specific books are always together?

Practice 15medium

How many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5, 6 without repetition, such that the number is divisible by 2?

Practice 16medium

In a group of 8 people, how many ways can we select a president, a vice-president, and a treasurer if no person can hold more than one position?

Practice 17hard

In a group of 10 people, how many ways can we select a president, a vice-president, and a secretary such that the president and vice-president are not the same person, and the secretary is different from both?

Practice 18hard

From a deck of 52 playing cards, how many ways can we select 5 cards such that we have exactly 2 cards of one suit and exactly 3 cards of another suit?

Practice 19hard

A committee of 6 members is to be formed from 8 engineers and 5 doctors such that the committee contains at least 2 doctors and at most 4 doctors. How many such committees are possible?

Practice 20hard

How many 4-digit numbers can be formed using digits 1, 2, 3, 4, 5, 6, 7 such that the number is divisible by 5 and no digit is repeated?

3 more practice questions in the Study Panel

Difficulty-graded, bookmarkable, with timed mode. Free account — no credit card.

Create Free Account →Browse Questions

60-Second Revision — Permutation & Combination

  • Remember: Order matters = Permutation, Order doesn't matter = Combination
  • Formula: nPr = n!/(n-r)! and nCr = n!/(r!(n-r)!)
  • Trick: Use nCr = nC(n-r) to reduce calculation work
  • Trap: Don't confuse arrangement questions with selection questions
  • Shortcut: For word arrangements with repetition, divide by repeated letter factorials
  • Quick check: Permutation answers are always larger than combination answers
  • Remember: Circular arrangements = (n-1)! when direction doesn't matter
Studied the notes? Now test yourself
See how Permutation & Combination appears in the real RRB NTPC paper
Full timed mock · Instant All-India percentile · Free
Free forever for basic prepNo app downloadReal exam-pattern questions12,000+ aspirants
Test Permutation & Combination under exam conditions
Free RRB NTPC mock · instant rank · no login
Free Mock →
RRB NTPC Permutation & Combination — Study Material, 18 PYQs & Practice MCQs | ZestExam