S7-SA3-0245
What is the Formula for Combinations?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
The formula for combinations tells us how many different ways we can choose a certain number of items from a larger group, where the order of selection does not matter. It helps us count possibilities when picking a 'team' or a 'group' without caring who was picked first or last.
Simple Example
Quick Example
Imagine you have 5 different flavours of ice cream (Vanilla, Chocolate, Strawberry, Mango, Pista) and you want to choose 2 flavours for your kulfi. The combination formula helps you find out how many different pairs of flavours you can pick. Picking Chocolate then Vanilla is the same as picking Vanilla then Chocolate.
Worked Example
Step-by-Step
Let's say a cricket coach needs to choose 3 bowlers from a squad of 7 bowlers. How many different groups of 3 bowlers can he form?
1. Identify n and r: Here, n (total number of items) = 7 (total bowlers). r (number of items to choose) = 3 (bowlers to be chosen).
---2. Write down the combination formula: C(n, r) = n! / (r! * (n-r)!)
---3. Substitute n and r into the formula: C(7, 3) = 7! / (3! * (7-3)!)
---4. Simplify the expression: C(7, 3) = 7! / (3! * 4!)
---5. Expand the factorials: 7! = 7 * 6 * 5 * 4 * 3 * 2 * 1 = 5040. 3! = 3 * 2 * 1 = 6. 4! = 4 * 3 * 2 * 1 = 24.
---6. Substitute expanded factorials back: C(7, 3) = 5040 / (6 * 24)
---7. Calculate the denominator: 6 * 24 = 144
---8. Divide to find the answer: C(7, 3) = 5040 / 144 = 35.
Answer: There are 35 different groups of 3 bowlers the coach can form.
Why It Matters
Understanding combinations is super useful in fields like AI/ML to design algorithms, in biotechnology to analyze genetic sequences, and in finance to calculate investment risks. Knowing this helps you build strong foundations for careers in data science, engineering, and even space technology at ISRO!
Common Mistakes
MISTAKE: Confusing combinations with permutations, where order matters. | CORRECTION: Remember, for combinations, if you pick A then B, it's the same as B then A. For permutations, A then B is different from B then A.
MISTAKE: Forgetting to divide by r! in the formula. | CORRECTION: The combination formula has an extra r! in the denominator compared to permutation, specifically to remove the duplicates caused by order not mattering.
MISTAKE: Incorrectly calculating factorials, especially large ones. | CORRECTION: Always expand factorials carefully (e.g., 5! = 5 * 4 * 3 * 2 * 1). For larger numbers, you can often cancel terms before multiplying, like 7! / 4! = 7 * 6 * 5.
Practice Questions
Try It Yourself
QUESTION: How many ways can you choose 2 friends from a group of 4 friends to go to a movie? | ANSWER: 6 ways
QUESTION: A school committee needs to select 4 students from a class of 10. How many different committees can be formed? | ANSWER: 210 committees
QUESTION: You have 8 different types of sweets. You want to pick 3 for your tiffin box. If one specific sweet (Gulab Jamun) MUST be included, how many ways can you choose the remaining 2 sweets? | ANSWER: 21 ways
MCQ
Quick Quiz
What does 'n!' represent in the combination formula?
n multiplied by itself r times
n plus all numbers before it
The product of all positive integers less than or equal to n
n divided by r
The Correct Answer Is:
C
n! (n factorial) means multiplying n by every whole number down to 1. Options A, B, and D describe incorrect mathematical operations or concepts.
Real World Connection
In the Real World
In online shopping apps like Myntra or Amazon, when you filter clothes by choosing multiple categories (like 'blue' AND 'jeans' AND 'men's'), the system uses combinations to show you relevant products, ignoring the order in which you clicked the filters. Similarly, when selecting players for a fantasy cricket team, the app calculates combinations.
Key Vocabulary
Key Terms
COMBINATION: A selection of items where the order does not matter | PERMUTATION: A selection of items where the order DOES matter | FACTORIAL (n!): The product of all positive integers up to n | N: Total number of items available to choose from | R: Number of items to be chosen
What's Next
What to Learn Next
Great job learning about combinations! Next, you should explore 'Permutations' to understand how selecting items changes when the order matters. This will help you distinguish between the two concepts and apply them correctly in different situations.


