GMAT Permutations & Combinations: A Logic-Based Approach

Counting problems on the GMAT are not about memorizing complex factorial formulas. They are about making a series of logical decisions: Does order matter? Are there constraints? This guide will teach you the 'Slot Method' to solve even the hardest P&C questions intuitively.

Section 1: The Core Distinction

Foundation: Does Order Matter?

The most critical step is the first one. Learn to distinguish between a 'Selection' (Combination) and an 'Arrangement' (Permutation) using our visual Team vs. Photo scenarios.

Permutation vs. Combination: The Core Distinction

The first step in any counting problem is to ask yourself one question: Does the order matter?

If I swap the positions of two items, do I get a new outcome or the same outcome?

The Situation

You have 5 players (A, B, C, D, E). You need to select a team of 3 players.

Let's test the order:

  • If I pick A, then B, then C... the team is {A, B, C}.
  • If I pick C, then A, then B... the team is still {A, B, C}.

Conclusion: Changing the order does NOT create a new team. Therefore, Order Does Not Matter.

This is a Combination problem.

The Calculation Method: Slots vs. Formulas

Stop using nPr and nCr formulas blindly. Learn the intuitive 'Countdown Method' (Slot Method) to calculate arrangements and selections faster and with fewer errors.

The Sharp Minds Calculation Method

Once you've identified the type of problem, how do you calculate the number? Forget the complex factorial formulas $$ (n! / r!(n-r)! )$$. We use the intuitive Countdown Method.

Step 1The Goal

We want to select 3 players from a pool of 5 players.

In math terms: $$ n = 5, r = 3 $$

Step 2The Numerator (The Countdown)

Start with the total available (5) and count down for the number of spots we need to fill (3 spots).

$$ 5 \times 4 \times 3 $$

Step 3The Denominator (The Removal)

Because order doesn't matter (A-B-C is the same as C-B-A), we have overcounted! We must divide to remove the duplicates.

Count down from the number of spots (3) to 1.

$$ 3 \times 2 \times 1 $$

Step 4The Calculation

$$ \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = \frac{60}{6} = 10 $$

Verbal Conclusion: There are exactly 10 distinct teams of 3 that can be formed from 5 players.

Section 2: Managing Constraints

Selection Rules: Always vs. Never

Real GMAT problems have rules. Learn how to handle scenarios where specific items MUST be chosen or MUST be excluded from the group.

Constraints in Selection

Real-world problems often have rules. Some people must be on the team, others cannot be. Here is how to handle them.

Step 1The Problem

Select a committee of 3 from 6 members (A, B, C, D, E, F) such that 'D' is never selected.

Step 2The Logic

Since D cannot be on the team, we simply remove D from the pool of candidates entirely.

Original Pool: 6.
New Pool: 5 (A, B, C, E, F).

Step 3The Calculation

We now need to select 3 people from the remaining 5.

$$ ^5C_3 = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = 10 $$

There are 10 such committees.

Arrangement Rules: The 'Glue' Method

How do you seat people if two friends refuse to be separated? Learn the 'Glue' technique to treat multiple items as a single unit.

The 'Glue' Method: Items Together

When items must stay together, treat them as a single unit.

Step 1The Problem

Seat 8 friends (A through H) on 8 chairs such that C and H must sit together.

Step 2Step 1: The Glue

Imagine we glue C and H together into one 'Super-Person' [CH].

Now, instead of 8 people, we have:

A, B, D, E, F, G, [CH]

This is effectively 7 items to arrange.

Step 3Step 2: Arrange the Units

Arranging 7 items takes $$ 7! $$ ways.

Step 4Step 3: Internal Arrangement

Don't forget inside the 'Super-Person'! C and H can swap places (CH or HC).

They can be arranged in $$ 2! $$ ways.

Step 5Step 4: Total Calculation

Multiply the external arrangement by the internal arrangement.

$$ \text{Total} = 7! \times 2! $$

Verbal Conclusion: First arrange the groups, then arrange within the groups.

Arrangement Rules: The Subtraction Strategy

Calculating 'Never Together' directly is messy. Learn the powerful shortcut of subtracting the 'Together' cases from the Total to find the answer instantly.

The Subtraction Strategy: Never Together

Calculating 'never together' directly is hard. It is much easier to calculate 'Total' and subtract the 'Together' case.

Step 1The Problem

Seat 5 friends (A, B, C, D, E) such that B and D are NEVER together.

Step 2Step 1: Total Arrangements

Ignore the restriction. Arrange 5 people in 5 chairs.

$$ 5! = 120 \text{ ways} $$

Step 3Step 2: The 'Together' Case

Calculate the opposite: How many ways do B and D sit TOGETHER?

Glue [BD]. Now we have {A, C, E, [BD]} = 4 items.

$$ 4! \times 2! = 24 \times 2 = 48 \text{ ways} $$

Step 4Step 3: Subtract

$$ \text{Never Together} = \text{Total} - \text{Always Together} $$

$$ 120 - 48 = 72 $$

There are 72 ways to seat them apart.

Handling Repetition: Anagrams

What happens when the items aren't unique (like the letters in MISSISSIPPI)? Learn how to adjust your calculation to account for duplicates.

Arranging with Repetition (Anagrams)

When items are identical (like duplicate letters), swapping them doesn't create a new arrangement. We must divide to remove these invisible swaps.

Step 1Count Total Letters

CACHE has 5 letters. If all were unique, it would be $$ 5! = 120 $$ ways.

Step 2Identify Repeats

The letter C appears 2 times.

Step 3The Formula

Divide by the factorial of the repetition count.

$$ \frac{5!}{2!} $$

Step 4Calculate

$$ \frac{120}{2} = 60 \text{ unique words} $$

Section 3: GMAT-Specific Strategy

Data Sufficiency: The 'Don't Calculate' Rule

In Data Sufficiency, your goal is not to find the number, but to determine if it CAN be found. Learn to spot the sufficiency without wasting time on massive calculations.

GMAT Data Sufficiency: Don't Calculate!

In DS, your goal is to determine IF a unique number can be found. You almost never need to actually multiply the factorials.

Step 1The Problem

How many codes can be formed using digits 0-9?

(1) No digit can be repeated.

(2) The code is a 5-digit code and must be odd.

Step 2Analyze (1)

"No repeat" is a constraint. But do we know anything else? Can it start with 0? What is the length of the code?

INSUFFICIENT.

Step 3Analyze (2)

"Code must be odd". This affects the last digit. But can we repeat digits? We don't know.

Case A: Repeats allowed $$ 9 \times 10 \times 10 \times 10 \times 5 $$

Case B: No repeats $$ 8 \times 8 \times 7 \times 6 \times 5 $$

INSUFFICIENT.

Step 4Combine

We know: 5 digits, No repeats, Odd.

1. Last digit: 5 options (1,3,5,7,9).

2. First digit: 8 options (can't be 0, can't be last digit).

3. Middle 3 digits: Pick from remaining 8.

We have a specific number of choices for every slot. We CAN calculate a unique value.

SUFFICIENT. (Answer C)

Interactive Practice

Ready to test your mastery?

Put your understanding of GMAT Permutations & Combinations: A Logic-Based Approach to the test with our premium, adaptive practice questions. Build pacing efficiency and eliminate knowledge gaps now.

Practice Coming Soon