
Combinatorics Formulas and Solved Examples on Permutations and Combinations
The concept of Combinatorics plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Whether arranging teams, forming passwords, or planning routes, combinatorics helps you count and organize possibilities quickly and accurately.
What Is Combinatorics?
A Combinatorics question is one where you need to count the number of ways to arrange or select items, often using logical rules instead of listing every possibility. You’ll find this concept applied in areas such as probability, set theory, and computer science.
Types of Combinatorics
| Type | Order Important? | Repetition Allowed? | Formulas Used |
|---|---|---|---|
| Permutation | Yes | Can be Yes/No | nPr = \( \frac{n!}{(n-r)!} \) |
| Combination | No | Can be Yes/No | nCr = \( \frac{n!}{r!(n-r)!} \) |
Key Formula for Combinatorics
Here are the standard formulas:
- Permutation: \( nPr = \frac{n!}{(n-r)!} \) (Use when order matters)
- Combination: \( nCr = \frac{n!}{r!(n-r)!} \) (Use when order doesn't matter)
Here, n is the total number of items and r is the number chosen at a time. ! stands for factorial (e.g., 4! = 4×3×2×1).
Step-by-Step Illustration
Example: How many ways can you choose 3 students from a class of 5?
1. Identify n and r: n = 5, r = 32. Since selection (not order) is asked, use combinations.
3. Use formula: \( nCr = \frac{5!}{3!2!} = \frac{120}{6 × 2} = \frac{120}{12} = 10 \)
4. So, there are 10 ways to choose 3 students from 5.
Cross-Disciplinary Usage
Combinatorics is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in questions on probability, data structures, and even genetics or circuits.
Applications of Combinatorics
- Calculating possible pin codes and passwords
- Arranging books, blocks, or objects in different sequences
- Finding number of ways to select teams or committees
- Used in probability and games of chance
- Optimizing routes in travel or logistics
Try These Yourself
- How many 3-digit numbers can be formed without repeating digits using 1–5?
- A committee of 4 is to be chosen from 7 boys. In how many ways can this be done?
- In how many ways can the letters of the word MATH be arranged?
- What is the value of 6C2? What does it mean?
Frequent Errors and Misunderstandings
- Mixing up permutation and combination — using the wrong formula when order is or isn't important
- Forgetting "with" or "without" repetition affects the answer
- Confusing factorial (!) notation
Relation to Other Concepts
The idea of combinatorics connects closely with topics such as Permutation and Combination and Probability. Mastering this helps you solve advanced word problems, analyze chances, and understand algebraic identities like the Binomial Theorem. It is also foundational for Discrete Mathematics.
Classroom Tip
A quick way to remember: Use permutation (nPr) when position or sequence matters (like medals in a race), and combination (nCr) when only selection matters (like team membership). Vedantu’s teachers use real-life analogies, such as ordering food vs. choosing dishes, to make this clear in live classes.
Wrapping It All Up
We explored Combinatorics—from definition, formulas (nCr and nPr), differences, practical examples, and connections to other topics. Practice regularly with solved problems and concept videos on Vedantu to become strong in this key Maths area.
Continue Learning
FAQs on Combinatorics Complete Guide to Counting Techniques
1. What is combinatorics in mathematics?
Combinatorics is the branch of mathematics that studies counting, arranging, and selecting objects according to specific rules. It focuses on determining how many possible outcomes exist in a situation.
- It includes topics such as permutations, combinations, and the binomial theorem.
- It answers questions like “How many ways?” or “In how many different arrangements?”
- It is widely used in probability, computer science, and discrete mathematics.
2. What is the difference between permutations and combinations?
The key difference is that permutations consider order, while combinations do not consider order. In permutations, arrangement matters; in combinations, only selection matters.
- Permutation formula: nPr = n! / (n − r)!
- Combination formula: nCr = n! / [r!(n − r)!]
- Example: Choosing 2 students from A, B, C — AB and BA are different in permutations but the same in combinations.
3. What is the formula for permutations?
The formula for permutations is nPr = n! / (n − r)!, where n is the total number of objects and r is the number selected. This formula counts ordered arrangements.
- n! (n factorial) means n × (n−1) × ... × 1.
- Example: 5P2 = 5! / 3! = (5 × 4 × 3!) / 3! = 20.
- This means there are 20 ordered ways to arrange 2 objects from 5.
4. What is the formula for combinations?
The formula for combinations is nCr = n! / [r!(n − r)!], where order does not matter. It counts selections rather than arrangements.
- The factorial in the denominator removes duplicate orderings.
- Example: 5C2 = 5! / (2!3!) = (5 × 4) / (2 × 1) = 10.
- This means there are 10 ways to choose 2 objects from 5.
5. What is factorial in combinatorics?
A factorial is the product of all positive integers up to a given number and is written as n!. It is fundamental in permutations and combinations.
- n! = n × (n − 1) × ... × 1
- 0! = 1 by definition.
- Example: 4! = 4 × 3 × 2 × 1 = 24.
6. How do you solve a basic combinatorics problem step by step?
To solve a combinatorics problem, first decide whether it is a permutation (order matters) or a combination (order does not matter), then apply the correct formula. Follow these steps:
- Step 1: Identify total objects (n).
- Step 2: Identify number selected (r).
- Step 3: Choose formula: nPr or nCr.
- Step 4: Substitute values and simplify using factorial rules.
- Example: Choosing 3 books from 6 → 6C3 = 6!/(3!3!) = 20.
7. What is the binomial theorem in combinatorics?
The binomial theorem expands expressions of the form (a + b)n using combinations. It states:
- (a + b)n = Σ [nCr · an−r · br]
- Coefficients are binomial coefficients (nCr).
- Example: (a + b)2 = a² + 2ab + b².
8. What is Pascal’s Triangle in combinatorics?
Pascal’s Triangle is a triangular arrangement of numbers where each number is the sum of the two numbers above it, representing combination values nCr. It helps compute binomial coefficients quickly.
- Row n gives coefficients of (a + b)n.
- Example row 4: 1, 4, 6, 4, 1.
- These correspond to 4C0, 4C1, 4C2, 4C3, 4C4.
9. What are the basic counting principles in combinatorics?
The two main counting principles are the Addition Principle and the Multiplication Principle. They help count total outcomes efficiently.
- Addition Principle: If tasks cannot occur together, total ways = m + n.
- Multiplication Principle: If tasks occur in sequence, total ways = m × n.
- Example: 3 shirts and 2 pants → 3 × 2 = 6 outfits.
10. What are real-life applications of combinatorics?
Combinatorics is used to calculate possible arrangements and selections in real-world scenarios. It plays a key role in many applied fields.
- Probability: Calculating event likelihoods.
- Computer science: Algorithm design and data structures.
- Cryptography: Counting possible passwords or codes.
- Games and puzzles: Counting possible moves or outcomes.

































