Combination is a fundamental concept in mathematics that refers to selecting items from a group, where the order does not matter. It is widely used in probability, statistics, and real-life problem-solving. The combination formula helps determine how many ways a subset can be chosen from a larger set, with or without repetition. Unlike permutations, combinations focus solely on the selection of objects, not their arrangement. Mastering combinations is essential for competitive exams like JEE and other advanced-level assessments.
The term combination refers to the number of ways in which a group of items can be chosen from a larger set without considering the order of the items.
For example, choosing 2 fruits from a basket of {apple, banana, cherry} results in the combinations:
Note: {apple, banana} and {banana, apple} are considered the same combination.
If you are choosing r items from n, the number of combinations is given by:
Where:
If repetitions are allowed, the formula becomes:
This is used when you're selecting items and each item can appear more than once.
Example 1: From a group of 7 students, how many ways can a committee of 3 students be formed?
Solution:
Example 2: How many ways can you choose 3 fruits from 5 types, if repetition is allowed?
Solution:
Example 3: A team of 4 players is to be formed from 6 boys and 5 girls. If the team must include at least 2 girls, how many such teams can be formed?
Solution:
Break into cases:
Total = 150 + 60 + 5 = 215
Example 4: A committee of 5 is to be formed from 8 men and 4 women. How many ways can it be done if the committee must contain at least 2 women?
Solution:
We consider all cases where number of women ≥ 2:
Total = 336 + 112 + 8 = 456 ways
Example 5: In how many ways can 4 identical balls be placed into 3 distinct boxes, where a box can hold any number of balls?
Solution:
This is a combination with repetition problem:
We must solve for non-negative integers
Formula:
Example 6: Prove using combination logic that:
Solution:
This identity tells us the sum of all combinations of selecting 0 to n items from n items is .
Proved
Example 7: How many 4-letter words can be formed using the letters of the word ‘ENGINEERING’ such that all vowels are included only once?
Solution:
Letters in 'ENGINEERING':
E, N, G, I, N, E, E, R, I, N, G
Vowels = E, I (E ×3, I ×2) → usable once each → choose 2 vowels
Consonants available: N, G, R (multiple copies) → choose 2 distinct consonants
Let’s assume vowels used once only: 2 vowels from {E, I} (max possible 2)
→ We must choose 2 consonants from N, G, R
Ways to choose 2 vowels =
Ways to choose 2 consonants (Distinct) =
Ways to arrange 4 chosen letters =
Total = 1 × 3 × 24 = 72
Answer = 72 ways
Example 8: In how many ways can 5 identical balls be distributed among 3 boys so that each boy gets at least 1 ball?
Solution:
We solve: where,
Convert to standard form: Let
No of Solutions =
Answer = 6 ways
(Session 2025 - 26)