Combination Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Combination.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

A combination is an unordered selection of objects โ€” the number of ways to choose r items from n distinct items is C(n,r) = \frac{n!}{r!(n-r)!}.

How many ways to choose a group? \{A, B, C\} = \{C, B, A\}.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: Combinations count unordered groups: C(n,r) = P(n,r)/r! because the r! orderings of the same group all count as one combination.

Common stuck point: C(5, 2) = C(5, 3) = 10. Choosing 2 to include = choosing 3 to exclude.

Sense of Study hint: Ask: does the order of selection matter? If not, count permutations first and then divide by the number of rearrangements (r!).

Worked Examples

Example 1

easy
A committee of 3 is to be chosen from 8 people. How many different committees are possible?

Solution

  1. 1
    Recall the combination formula for unordered selections: \binom{n}{r} = \frac{n!}{r!(n-r)!}, with n = 8, r = 3.
  2. 2
    Cancel common factorial terms: \binom{8}{3} = \frac{8!}{3! \cdot 5!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1}
  3. 3
    Calculate: \frac{336}{6} = 56

Answer

\binom{8}{3} = 56
Combinations count selections where order does not matter. Choosing members A, B, C for a committee is the same as choosing C, B, A.

Example 2

medium
From a group of 6 men and 4 women, how many committees of 5 can be formed that include exactly 3 men and 2 women?

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

medium
How many ways can you choose 4 books from a shelf of 10 books?

Example 2

medium
A pizza shop offers 8 toppings. How many different 3-topping pizzas can be made if order does not matter?

Background Knowledge

These ideas may be useful before you work through the harder examples.

permutationfactorial