TOPIC

Combinations

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Combinations

A combination counts the number of ways to choose r items from a set of n, where order does not matter. Learn the formula nCr = n! divided by r! times (n minus r) factorial, work through an example choosing letters, and see how combinations relate to permutations.

What a combination is

A combination counts the number of ways to choose r items from a set of n items, where order does not matter. Choosing A and B is the same group as choosing B and A — there is only one combination, not two.

The combinations formula nCr equals n factorial divided by (r factorial times (n minus r) factorial). Worked example: choosing 2 letters from 4 (A, B, C, D) gives 4C2 = 4!/(2! times 2!) = 24/4 = 6 combinations. C(n,r) = n! r! (n − r)! 4C2 = 4! / (2! × 2!) = 24 / 4 4C2 = 6 ways to choose 2 of 4
The combination formula, with 4C2 = 6: the number of ways to choose 2 of 4 letters, order irrelevant.

The combinations formula

The number of combinations of r items chosen from n is C(n,r) = n! / (r! × (n − r)!), built from factorial notation. This is exactly the permutation formula divided by r!, because a combination collapses every reordering of the same r items into a single group.

Worked example

How many ways can you choose 2 letters from {A, B, C, D}, where order doesn't matter? Using the formula: 4C2 = 4! / (2! × 2!) = 24 / 4 = 6. Listing them confirms it: {A,B}, {A,C}, {A,D}, {B,C}, {B,D}, {C,D} — six unordered pairs, half as many as the twelve permutations of the same set.

Combinations vs. permutations

The deciding question is always whether order matters. Choosing lottery numbers or a committee is a combination, since the group is what counts, not the order chosen. Arranging a sequence, like a race's finishing order, is a permutation instead.

Related lessons