Historical Context & Motivation
The challenge of counting arrangements and selections is among the oldest problems in mathematics, stretching back thousands of years to ancient civilizations grappling with practical questions about dividing resources, organizing people, and understanding games of chance. Combinatorics — the branch of mathematics devoted to systematic counting — grew out of these concrete needs and evolved into a rigorous discipline that underpins modern probability, computer science, and statistical reasoning. For GRE test-takers, combinatorics provides the foundational toolkit for answering questions about how many ways events can occur, objects can be arranged, or groups can be formed.
The central question that combinatorics answers is deceptively simple: How many ways can something happen? Whether you are selecting committee members, arranging books on a shelf, or determining the number of possible passwords, the tools of counting and combinatorics provide elegant, systematic solutions. On the GRE, these concepts appear in both Quantitative Comparison and Problem Solving formats, often requiring you to distinguish between situations where order matters and those where it does not.
Core Principles & Definitions
Counting problems on the GRE rest on a small set of powerful principles. Once you internalize these foundational ideas, even complex-looking problems decompose into manageable steps. The key is recognizing which principle applies to a given scenario and applying it with precision.
The Multiplication Principle
The Addition Principle
Permutations (Order Matters)
Combinations (Order Doesn't Matter)
The Factorial Function
Visual Explanation — The Counting Tree
One of the most intuitive ways to visualize counting problems is through a tree diagram. Each branch represents a choice at a particular stage, and the total number of outcomes equals the number of paths from root to leaf. The following diagram illustrates how the multiplication principle works when selecting from the letters A, B, and C — showing both permutations (where order matters) and how the tree prunes when we consider combinations.
Notice how the tree naturally demonstrates the multiplication principle: at the first level there are 3 choices, and at the second level there are 2 remaining choices, yielding 3 × 2 = 6 total paths. Each path is a distinct permutation. To convert permutations into combinations, we recognize that each pair of items appears twice (AB and BA, for instance), so we divide by 2! = 2, giving us 3 unique combinations. This visual relationship between permutations and combinations is one of the most important insights for the GRE.
Mathematical Framework
The formulas for counting and combinatorics are derived from the multiplication principle and the factorial function. Understanding how they relate to each other — rather than merely memorizing them — is the key to flexible problem solving on the GRE.
(n choose r) or ⁿCᵣ. Dividing the permutation formula by r! removes duplicate orderings, giving the number of unordered selections of r items from n.A practical GRE strategy is to first determine whether the problem involves ordered arrangements (permutations) or unordered selections (combinations), then apply the corresponding formula. If you're unsure, ask yourself: Would rearranging the chosen items create a different outcome? If yes, use P(n, r); if no, use C(n, r). Many GRE problems also involve the multiplication principle directly — combining several independent choices in sequence — without needing the formal P or C formulas at all.
Detailed Classification of Counting Problems
GRE counting problems fall into several recognizable categories. Knowing which type you're facing allows you to select the right formula and avoid common traps. The diagram below maps the decision process, and the table that follows provides a quick-reference classification.
| Problem Type | Order Matters? | Repetition? | Formula | Example |
|---|---|---|---|---|
| Permutation | Yes | No | P(n,r) = n!/(n−r)! | Arranging 3 books from 8 on a shelf |
| Combination | No | No | C(n,r) = n!/[r!(n−r)!] | Choosing 3 members from 8 for a committee |
| Permutation w/ Repetition | Yes | Yes | nʳ | Creating a 4-digit PIN (digits 0–9) |
| Identical Items | Yes | N/A | n!/(n₁!×n₂!×…) | Arrangements of letters in MISSISSIPPI |
Worked Example
Let's work through a GRE-style problem that requires distinguishing between permutations and combinations and applying the multiplication principle.
Common Pitfalls & GRE Strategies
Counting problems on the GRE are notorious for traps. Recognizing these common pitfalls — and having a clear strategy for each — can make the difference between a correct answer and a costly error. The table below contrasts frequent mistakes with the correct approach.
| Common Pitfall | Why It's Wrong | Correct Approach |
|---|---|---|
| Using permutations when order doesn't matter | Overcounts by a factor of r!, treating {A, B} and {B, A} as different. | Ask: "Would rearranging the chosen items create a different outcome?" If no, use C(n, r). |
| Forgetting about restrictions | Ignores constraints like "a specific person must be included" or "no repeated digits." | Handle restrictions first: fix the constrained items, then count the remaining freely. |
| Double-counting overlapping cases | When cases overlap (e.g., "at least one"), adding separate counts overcounts shared outcomes. | Use complementary counting: Total − (none of the desired) = at least one. |
| Confusing 'with repetition' and 'without' | Using nʳ when items can't repeat, or P(n,r) when they can. | Read carefully: can an item be reused? Passwords typically allow repetition; team selections do not. |
| Arithmetic errors with factorials | Factorials grow rapidly; computation mistakes are common under time pressure. | Cancel common factors before multiplying. E.g., 10!/(7!×3!) = (10×9×8)/(3×2×1). |
Connection to Probability & Advanced Topics
Counting and combinatorics are not studied in isolation on the GRE — they form the computational engine behind discrete probability. Probability questions on the GRE frequently require you to compute the number of favorable outcomes and divide by the total number of outcomes, both of which are counting problems. Furthermore, the binomial coefficient C(n, r) appears directly in the Binomial Theorem and in probability distributions studied in more advanced statistics courses.
| GRE-Level Concept | Advanced Extension | Connection |
|---|---|---|
| C(n, r) for counting subsets | Binomial coefficients in (a + b)ⁿ expansion | Each term's coefficient is C(n, r), linking algebra and combinatorics. |
| Counting favorable outcomes | Binomial probability distribution | P(X = k) = C(n, k) × pᵏ × (1−p)ⁿ⁻ᵏ uses combinations directly. |
| Permutations with identical items | Multinomial coefficients | Generalizes from 2 groups to k groups: n! / (n₁! × n₂! × … × nₖ!). |
| Complementary counting | Inclusion-Exclusion Principle | A general framework for avoiding overcounting across multiple overlapping sets. |
While the GRE will not ask you to apply the Binomial Theorem or Inclusion-Exclusion Principle directly, understanding that your counting tools are the building blocks of these advanced ideas provides deeper mathematical fluency. It also means that mastering combinatorics now will pay dividends in any future statistics, computer science, or quantitative reasoning coursework.
Practice Problems
Lesson Summary
Counting and combinatorics on the GRE revolve around four core tools: the multiplication principle (multiply choices across sequential stages), the addition principle (add choices across mutually exclusive cases), permutations P(n, r) = n!/(n−r)! for ordered arrangements, and combinations C(n, r) = n!/[r!(n−r)!] for unordered selections. The fundamental relationship P(n, r) = C(n, r) × r! connects permutations and combinations and reveals that combinations are simply permutations with duplicate orderings removed.
To solve any GRE counting problem, first identify whether order matters, whether repetition is allowed, and whether the problem has multiple stages. Use the decision flowchart to select the right formula, apply complementary counting for "at least" problems, and always simplify factorials by cancelling before computing. These techniques form the foundation for discrete probability and will serve you well on the GRE and beyond.