Blog

Permutation or Combination? A Five-Question Test Before Using nPr or nCr

Learn how to decide between permutation and combination questions with a simple five-question test, examples, formulas, and common mistakes.

  • 11th
  • Study Advice
Golden keys arranged in ordered lock slots beside glass tokens gathered in an unordered bowl

Permutation and combination questions can feel tricky because the numbers often look similar.

You see a group of people, letters, digits, books, questions, points, or cards. Then the question asks, “How many ways?” Suddenly you have to decide whether to use nPr, nCr, factorial, multiplication, or something else.

The real problem is usually not the formula.

The real problem is choosing the correct idea before the formula.

Permutation is about arrangement. Combination is about selection. But in actual questions, that simple line can feel too small. Many questions hide the difference inside words like form, choose, arrange, committee, team, rank, code, password, seat, group, or question paper.

That is why you need a decision test.

This guide gives you a five-question test you can use before writing nPr or nCr.

The Main Difference in One Simple Example

Suppose there are five students: A, B, C, D, and E.

You have to choose three students for a study group.

If the group is A, B, C, it is the same group as C, B, A. The order does not matter. You are only selecting members.

That is a combination.

Now suppose you have to choose a monitor, assistant monitor, and discipline in-charge from the same five students.

If A is monitor, B is assistant monitor, and C is discipline in-charge, that is not the same as C being monitor, B being assistant monitor, and A being discipline in-charge. The roles are different. The order matters.

That is a permutation.

SituationDoes order matter?Use
Choosing 3 students for a groupNoCombination
Choosing 1st, 2nd, and 3rd positionsYesPermutation
Selecting 4 questions to attemptNoCombination
Arranging 4 books on a shelfYesPermutation
Choosing 2 points to draw a lineNoCombination
Making a 3-digit numberYesPermutation idea

First Learn What n and r Mean

Before choosing between nPr and nCr, identify two things.

n means the total number of available objects.

r means the number of objects being taken at a time.

If there are 8 students and 3 are selected, then:

n = 8
r = 3

The difference is in what happens after those 3 are taken.

If the 3 students are simply selected as a group, use nCr.

If the 3 students are selected for different positions, use nPr.

The formulas are:

nPr = n! / (n - r)!
nCr = n! / [r! (n - r)!]

You do not need to fear these formulas. They are only shortcuts for counting carefully.

Permutation counts more outcomes because it treats different arrangements as different.

Combination counts fewer outcomes because it treats rearrangements of the same selection as one outcome.

The Five-Question Test

Before using any formula, ask these five questions in order.

QuestionIf the answer is yesLikely idea
1. Are positions, ranks, seats, codes, or order mentioned?Order mattersPermutation
2. Are you only forming a group, team, committee, or selection?Order does not matterCombination
3. Does each selected item have a different role?Role mattersPermutation
4. Will the selected items be arranged after selection?Both steps may appearCombination then permutation
5. Is repetition allowed or restricted?Formula may changeCheck carefully before calculating

This test prevents the most common mistake: seeing the word “choose” and blindly using nCr, or seeing many objects and blindly using nPr.

Let us understand each question properly.

Question 1: Are Positions, Ranks, Seats, Codes, or Order Mentioned?

Words like arrange, rank, order, line up, seat, password, code, number, first, second, third, president, secretary, and treasurer usually show that position matters.

That means a permutation idea is likely.

Example:

In how many ways can 4 students be seated in 4 chairs?

Here, the chairs are different positions. A sitting in chair 1 and B sitting in chair 2 is not the same as B sitting in chair 1 and A sitting in chair 2.

So the answer is:

4! = 4 x 3 x 2 x 1 = 24

Another example:

How many 3-letter codes can be formed from 6 different letters without repetition?

The code ABC is different from BAC. Same letters, different order, different code.

So use:

6P3 = 6! / (6 - 3)!
    = 6 x 5 x 4
    = 120

Question 2: Are You Only Forming a Group, Team, Committee, or Selection?

Words like select, choose, committee, team, group, sample, set, pair, and subset often suggest combination.

But do not trust the word alone. Trust the meaning.

Example:

In how many ways can 3 students be chosen from 8 students for a quiz team?

If A, B, C are chosen, the team is the same whether you write ABC, BCA, or CAB. No member has a special position in the question.

So use:

8C3 = 8! / [3! (8 - 3)!]
    = 56

Now compare this with:

In how many ways can 3 students be chosen from 8 students as captain, vice-captain, and speaker?

This is not a simple group. The selected students get different roles.

So use:

8P3 = 8 x 7 x 6 = 336

The objects are the same. The meaning has changed.

Question 3: Does Each Selected Item Have a Different Role?

This is one of the best ways to separate the two ideas.

If the selected items are going into identical places, order does not matter.

If the selected items are going into different places, order matters.

Look at these two questions.

QuestionCorrect ideaWhy
Choose 2 representatives from 10 studentsCombinationBoth are just representatives
Choose a head representative and an assistant from 10 studentsPermutationThe roles are different
Choose 3 books to buy from 7 booksCombinationThe buying list is only a selection
Arrange 3 books on a shelf from 7 booksPermutationShelf positions are different
Pick 2 points from 9 points to draw a lineCombinationPoint A with point B is same as point B with point A
Assign 2 students to desk 1 and desk 2PermutationDesk 1 and desk 2 are different places

Question 4: Will the Selected Items Be Arranged After Selection?

Some questions need both ideas.

They first ask you to select objects, then arrange them.

Example:

From 7 students, choose 3 students and arrange them in a row for a photo.

This can be thought of in two steps:

Step 1: Choose 3 students from 7.
Step 2: Arrange those 3 students in a row.

So:

7C3 x 3! = 35 x 6 = 210

This is the same as:

7P3 = 210

Both are correct because selecting and arranging 3 students from 7 is exactly what permutation counts.

But the two-step method is useful because many harder questions have conditions.

Example:

Choose 4 students from 10, then arrange them around 4 labelled desks.

Here, first choose the students, then assign them to the labelled desks.

The structure is:

10C4 x 4!

That equals 10P4, but the two-step thinking keeps the logic clear.

Question 5: Is Repetition Allowed or Restricted?

Many students choose the correct idea, then lose marks because they ignore repetition.

In counting questions, repetition means using the same object more than once.

Compare these two questions:

How many 3-digit codes can be formed from digits 1, 2, 3, 4, and 5 if repetition is not allowed?

Here, once a digit is used, it cannot be used again.

5 x 4 x 3 = 60

Now:

How many 3-digit codes can be formed from digits 1, 2, 3, 4, and 5 if repetition is allowed?

Each place again has 5 choices.

5 x 5 x 5 = 125

Both are order-based questions. Both are permutation-style questions. But the answers are different because repetition changes the number of choices at each step.

Repetition also matters in word arrangement questions.

If all letters are different, arrange them with factorial.

If some letters repeat, divide by the factorial of the repeated letters.

Example:

How many distinct arrangements can be made from the letters of LEVEL?

LEVEL has 5 letters. L repeats 2 times and E repeats 2 times.

So:

5! / (2! x 2!) = 30

The Fast Rearrangement Test

If a question still feels confusing, use this quick test.

Write one possible outcome.

Then rearrange it.

Now ask:

Did I get a new outcome?

If yes, use permutation thinking.

If no, use combination thinking.

Example 1:

Question: Choose 2 students from A, B, C.
Possible outcome: AB
Rearranged outcome: BA

AB and BA are the same pair.

So it is a combination.

Example 2:

Question: Make a 2-letter code from A, B, C.
Possible outcome: AB
Rearranged outcome: BA

AB and BA are different codes.

So it is a permutation.

This test is simple, but it works beautifully because it focuses on meaning instead of memory.

A Common Trap: The Word “Choose”

Many students think:

choose means nCr
arrange means nPr

This is helpful at the beginning, but it is not always enough.

Look at this question:

Choose a president, secretary, and treasurer from 12 members.

The word “choose” appears, but the chosen people have different roles.

So the answer is not 12C3.

It is:

12P3 = 12 x 11 x 10 = 1320

Now look at this:

Arrange a committee of 3 students from 12 students.

If the wording only means form a committee, the order of names is not important. So the idea is combination, even if the sentence feels close to arrangement.

Always read what the outcome actually is.

How to Solve Any Question Step by Step

Use this routine whenever you practise.

Step 1: Underline the Outcome

Ask, “What am I counting?”

Are you counting groups, teams, committees, lines, codes, ranks, passwords, numbers, arrangements, or paths?

The outcome tells you the method.

Step 2: Identify n and r

Write:

n = total available
r = number taken

Do not calculate before this. Many wrong answers happen because students pick the wrong value of n or r.

Step 3: Ask Whether Order Matters

Use the rearrangement test.

If swapping selected objects changes the outcome, order matters.

If swapping selected objects does not change the outcome, order does not matter.

Step 4: Check Repetition

Look for words like:

  • with repetition
  • without repetition
  • repeated
  • distinct
  • different
  • all used
  • at a time
  • no digit repeated
  • letters may be repeated

These words decide whether choices reduce at every step.

Step 5: Break Hard Questions Into Stages

Many questions are not one-step formula questions.

They may involve:

  • selecting a group, then arranging it
  • fixing one position first
  • keeping two people together
  • keeping two people apart
  • selecting from boys and girls separately
  • selecting vowels and consonants separately
  • forming numbers with restrictions on zero

For such questions, write stages clearly before multiplying.

Solved Examples

Let us practise the decision.

Example 1: Selecting Questions

A student has to attempt 5 questions out of 8. In how many ways can the questions be selected?

The student is only selecting questions. The order of attempting is not being counted.

So use combination.

8C5 = 8! / [5! (8 - 5)!]
    = 56

Answer:

56 ways

Example 2: Arranging Questions in a Paper

A teacher wants to arrange 5 questions in a paper from a set of 8 questions. In how many ways can this be done?

Here, the order in the paper matters. Question 1, Question 2, and Question 3 are positions.

So use permutation.

8P5 = 8 x 7 x 6 x 5 x 4
    = 6720

Answer:

6720 ways

Example 3: Drawing Lines From Points

How many lines can be drawn using 6 points, if no three points are collinear?

A line needs 2 points.

Point A with point B is the same as point B with point A.

So use combination.

6C2 = 15

Answer:

15 lines

Example 4: Making Numbers

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

The order of digits matters because 234 and 432 are different numbers.

So use permutation thinking.

5P3 = 5 x 4 x 3 = 60

Answer:

60 numbers

Example 5: Selecting and Arranging

From 9 students, 4 students are selected and arranged in a row. In how many ways can this be done?

There are two stages.

Select 4 students from 9: 9C4
Arrange the 4 selected students: 4!

So:

9C4 x 4! = 126 x 24 = 3024

This is also:

9P4 = 3024

Answer:

3024 ways

Common Mistakes Students Make

Mistake 1: Choosing Formula by Keyword Only

Keywords help, but they do not decide everything.

The word “choose” can still lead to permutation if different roles are assigned.

The word “arrange” can be misleading if the question only means “form a group” in ordinary language.

Read the final outcome.

Mistake 2: Forgetting That Roles Make Order Matter

Captain and vice-captain are not the same role.

President, secretary, and treasurer are not the same role.

First prize, second prize, and third prize are not the same position.

Whenever the roles are different, use permutation thinking.

Mistake 3: Treating All Selection Questions as nCr

Selection is combination only when the selected objects remain equal in status.

If the selected objects are later assigned to positions, desks, ranks, or roles, arrangement enters the question.

Mistake 4: Ignoring Repetition

Without repetition, choices reduce.

With repetition, choices may stay the same.

This is especially important in digit and letter questions.

Mistake 5: Not Separating Stages

Questions with conditions should be solved in stages.

For example, if vowels must be together, treat the vowels as one block first. If a specific person must sit at one end, fix that person first. If a team must include boys and girls separately, select from each group separately.

Do not force every question into one formula too early.

A Quick Practice Set

Try deciding only the idea first. Do not calculate immediately.

QuestionPermutation or combination?Reason
Choose 3 fruits from 7 fruitsCombinationOnly selection
Arrange 3 fruits in a row from 7 fruitsPermutationOrder matters
Select 2 students as captain and vice-captain from 10PermutationRoles are different
Select 2 students for a project from 10CombinationSame status
Form a 4-digit code from 6 digits without repetitionPermutation ideaCode order matters
Draw a chord by joining 2 of 12 points on a circleCombinationPair of points is unordered

After you can classify the question, calculation becomes much easier.

The Best Way to Practise This Chapter

Do not begin with the hardest questions.

Start with classification.

Take 20 questions and write only one word beside each:

P
C
P with repetition
C then arrangement
Case work

Once your classification becomes strong, solve the questions fully.

This builds speed because you stop wasting time deciding the method in the middle of calculation.

Also, after solving, ask yourself:

Could I explain why this is permutation or combination in one sentence?

If you can explain the reason, your concept is strong.

If you only remember the formula, practise more classification.

Frequently Asked Questions

What is the easiest way to decide between permutation and combination?

Ask whether changing the order creates a new outcome. If yes, use permutation thinking. If no, use combination thinking.

Does “choose” always mean combination?

No. If the chosen objects get different roles, positions, or ranks, order matters and permutation may be needed.

Does “arrange” always mean permutation?

Usually yes, because arrangement means order. But still read the full question. If it only asks to form a group and no position matters, use combination.

Why is nPr usually bigger than nCr?

nPr counts different arrangements separately. nCr counts only selections, so the same selected objects are not counted again in different orders.

When should I use both nCr and factorial?

Use both when the question first selects objects and then arranges the selected objects. For example, selecting 3 students and then arranging them in a row can be written as nC3 x 3!.

What should I check before calculating the final answer?

Check the value of n, the value of r, whether order matters, whether repetition is allowed, and whether the question has more than one stage.

Looking for commerce tuitions?

Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.

Start classes