TutorChase logo
Decorative notebook illustration
IB DP Maths AA HL Study Notes

1.6.2 Combinations

Combinations are a foundational concept in combinatorics, focusing on the selection of items without considering the order. They are essential for determining the number of ways to choose a subset from a larger set, irrespective of the arrangement.

Introduction to Combinations

Combinations deal with the selection of objects where the order of selection does not matter. For instance, when selecting two fruits from a basket containing an apple, banana, and cherry, choosing an apple and a banana is the same as choosing a banana and an apple. This distinction between permutations and combinations is crucial in many mathematical and real-world scenarios. To understand this difference more deeply, consider exploring the concept of permutations, which focuses on ordered selections.

Formula

The general formula to calculate combinations is:

nCr = n! / (r!(n - r)!)

Where:

  • n represents the total number of items.
  • r is the number of items we want to select.
  • n! (read as 'n factorial') is the product of all positive integers up to n.
  • r! is the factorial of the number of items we want to select.

For instance, 5C3 represents the number of ways to select 3 items from a set of 5, which is 10.

Applications of Combinations

1. Lottery Draws

In lottery games, players select a subset of numbers from a larger pool. The order of numbers doesn't matter, making it a classic example of combinations. For instance, in a lottery where players pick 6 numbers out of 49, the number of possible combinations is 49C6. This application is closely related to the basic probability concepts that form the foundation of understanding combinatorial games.

2. Team Selection

When selecting players for a sports team from a larger pool, the order of selection isn't crucial, but the combination of players is. For example, selecting 11 players out of a squad of 20 for a football match involves combinations. This concept extends to more complex arrangements like circular permutations in certain strategic games or sports formations.

3. Genetics

In genetics, combinations are used to predict possible gene combinations during reproduction. For instance, when studying the inheritance of genes, combinations help determine the possible genetic makeup of offspring. This method of selection can be likened to the calculation of probabilities in continuous random variables, where outcomes are part of a continuous range.

4. Business Planning

Businesses use combinations to evaluate different strategies or product combinations to maximise profits. For example, a company launching a new product line might use combinations to determine the possible sets of products to offer in a promotional bundle.

5. Research Sampling

Researchers use combinations to determine possible sample groups from a larger population. This ensures diverse representation and helps in making accurate predictions and conclusions. In physical sciences, this kind of probabilistic sampling can relate to understanding phenomena like free fall and projectile motion, where different combinations of initial conditions can affect outcomes.

6. Cryptography

In the field of cryptography, combinations play a role in creating secure passwords and encryption keys. The number of possible combinations determines the strength of a password or key.

7. Game Strategies

Board games and card games often involve strategies based on combinations. For instance, in poker, players calculate the odds of getting a particular hand based on combinations.

Combinations Without Repetition

When each item is unique and cannot be repeated, we use the standard combination formula:

Example: From a group of 7 people, how many ways can you form a committee of 3?

Using the formula: 7C3 = 7! / (3!4!) = (7x6x5x4x3x2x1)/ (3x2x1)(4x3x2x1) = 35 ways.

Combinations With Repetition

When items can be repeated, the formula changes:

The number of combinations = (n + r - 1)Cr.

Example: How many ways can you select 3 fruits from a basket containing apples, bananas, and cherries if you can pick more than one of the same fruit?

Using the formula: (3 + 3 - 1)C3 = 5C3 = 5!/3!2! = (5x4x3x2x1)/ (3x2x1)(2x1)= 10 ways.

Detailed Examples

Question 1: In a class of 25 students, how many ways can a teacher select 5 students for a project?

Solution: This is a combination problem without repetition. Using the formula: 25C5 = 25! / (5!20!) = (25x24x23x22x21x20x19x18x17x16x15x14x13x12x11x10x9x8x7x6x5x4x3x2x1)/(5x4x3x2x1)(20x19x18x17x16x15x14x13x12x11x10x9x8x7x6x5x4x3x2x1)= 53,130 ways.

Question 2: A bakery offers 10 different types of pastries. How many ways can a customer choose 4 pastries, considering they can choose more than one of the same type?

Solution: Since repetition is allowed, we use the formula for combinations with repetition: (10 + 4 - 1)C4 = 13C4 = 13!/4!9!= (13x12x11x10x9x8x7x6x5x4x3x2x1)/ (4x3x2x1)(9x8x7x6x5x4x3x2x1)= 715 ways.

FAQ

The addition of (r - 1) in the formula for combinations with repetition is a mathematical adjustment to account for the repeated selections. When repetition is allowed, we can visualise the problem as placing dividers among the items. For instance, if we're choosing 3 items from a set of 5 with repetition, we can think of it as arranging 3 items and 4 dividers. The dividers help in counting the repeated selections. The formula (n + r - 1)Cn is derived from this conceptualisation, ensuring accurate counting of all possible combinations.

In combinations without repetition, the value of r cannot be greater than n because it's not possible to select more items than are available in the set. However, in combinations with repetition, r can be greater than n since items can be chosen multiple times. For example, if you're choosing fruits and can pick the same fruit more than once, you could potentially pick more fruits than the total number of fruit types available.

Absolutely! Combinations play a pivotal role in numerous real-world scenarios. For instance, businesses often use combinations to determine potential product bundles or marketing strategies. In research, scientists use combinations to decide on sample groups for experiments. In sports, coaches use combinations to evaluate potential team line-ups. Moreover, in finance, combinations help in portfolio diversification strategies. Essentially, any situation that involves selecting a subset from a larger set, without considering order, can be analysed using combinations.

The concept of combinations is intrinsically linked to the binomial theorem. The coefficients in the expansion of (a + b)^n, known as binomial coefficients, represent the number of ways to choose items, which is precisely what combinations calculate. For instance, the coefficient of a^(n-r) * b^r in the expansion is given by nCr. This connection showcases the versatility of combinations in various mathematical contexts and their significance in polynomial expansions.

Combinations and permutations are both fundamental concepts in combinatorics, but they serve different purposes. Combinations focus on the selection of items without considering the order, while permutations take the order of selection into account. For example, when selecting two letters from the set {A, B, C}, the combination AB is the same as the combination BA. However, in permutations, AB and BA are considered distinct. In essence, combinations count ways to choose, while permutations count ways to arrange.

Practice Questions

A school is organising a science exhibition and wants to form a committee of 4 students out of a class of 12. How many different committees can be formed?

To determine the number of ways to form a committee of 4 students out of 12, we use the combinations formula. The number of ways is given by 12C4. Using the formula:

12C4 = 12! / (4!8!) = (12 × 11 × 10 × 9) / (4 × 3 × 2 × 1) = 495 ways.

Therefore, 495 different committees can be formed.

A bakery offers a special deal where customers can choose 3 pastries out of 8 different types. If a customer can choose more than one pastry of the same type, how many different sets of pastries can the customer choose?

Since repetition is allowed, we use the formula for combinations with repetition. The number of ways to choose 3 pastries out of 8, with repetition, is given by (8 + 3 - 1)C3. Using the formula:

(8 + 3 - 1)C3 = 10C3 = 10! / (3!7!) = (10 × 9 × 8) / (3 × 2 × 1) = 120 ways.

Therefore, the customer can choose from 120 different sets of pastries.

Dr Rahil Sachak-Patwa avatar
Written by: Dr Rahil Sachak-Patwa
LinkedIn
Oxford University - PhD Mathematics

Rahil spent ten years working as private tutor, teaching students for GCSEs, A-Levels, and university admissions. During his PhD he published papers on modelling infectious disease epidemics and was a tutor to undergraduate and masters students for mathematics courses.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2 About yourself
Still have questions?
Let's get in touch.