How to Solve Permutations and Combinations? (+FREE Worksheet!)
Solve Permutations and Combinations: what to notice and how to work it
What to notice first
Common student mistake
Key formulas and cues
A reliable path
- List outcomesName the possible results or count them carefully.
- Choose the ruleUse addition, multiplication, or conditional probability based on the wording.
- Check the rangeA probability must be between 0 and 1.
Worked examples
Simple probability
- Even outcomes are 2, 4, and 6.
- There are 3 favorable outcomes out of 6.
- Reduce the fraction.
Independent events
- P(heads) = 1/2 for each flip.
- The flips are independent.
- Multiply 1/2 by 1/2.
Try one before moving on
Solve Permutations and Combinations: pop-up practice
Permutations and combinations are counting methods used to determine how many ways you can select or arrange items. Permutations are used when order matters; combinations are used when order does not matter. These techniques appear throughout Algebra 1 and are fundamental to probability. This guide explains both formulas step by step, with worked examples and practice problems.
What Are Permutations and Combinations?
Both methods involve choosing items from a larger group, but the key distinction is order:
- Permutation: An arrangement of items where the order matters. Choosing first, second, and third place in a race is a permutation because 1st, 2nd, 3rd is different from 2nd, 1st, 3rd.
- Combination: A selection of items where the order does NOT matter. Choosing 3 students for a committee is a combination because it does not matter which student was chosen first.
Formulas for Permutations and Combinations
Factorial Notation
The symbol n! (read “n factorial”) means multiply all positive integers from n down to 1.
Quick example: 5! = \(\color{blue}{5 \times 4 \times 3 \times 2 \times 1 = 120}\) 4! = 24 0! = 1 (by definition)
Permutation Formula: P(n, r)
The number of ways to choose and arrange r items from n distinct items (order matters):
\(\color{blue}{P(n, r) = n}\)! ÷ (\(\color{blue}{n – r}\))!
Quick example: \(\color{blue}{P(5, 3) = 5}\)! ÷ (\(\color{blue}{5-3}\))! = 120 ÷ 2 = 58
59Combination Formula: C(n, r)
The number of ways to choose r items from n distinct items (order does NOT matter):
\(\color{blue}{C(n, r) = n}\)! ÷ [r! × (\(\color{blue}{n – r}\))!]
Quick example: \(\color{blue}{C(8, 3) = 8}\)! ÷ \(\color{blue}{(3! \times 5!) = 40320}\) ÷ \(\color{blue}{(6 \times 120) = 40320}\) ÷ 720 = 56
Step-by-Step Summary
- Ask: Does the order of selection matter? Yes → use permutation. No → use combination.
- Identify n (total items) and r (items to select).
- Apply the formula: \(\color{blue}{P(n, r) = n}\)! ÷ (\(\color{blue}{n-r}\))! or \(\color{blue}{C(n, r) = n}\)! ÷ [r!(\(\color{blue}{n-r}\))!].
- Expand and simplify the factorials, then compute the result.
Watch: Permutations and Combinations (Video Lesson)
Shmoop explains permutations and combinations with relatable examples and clear comparisons:
Permutations and Combinations – Worked Examples
Example 1: In how many ways can 3 runners finish 1st, 2nd, and 3rd in a race of 5 runners?
Order matters (1st, 2nd, 3rd are different), so use a permutation.
\(\color{blue}{P(5, 3) = 5}\)! ÷ (\(\color{blue}{5-3}\))! = 120 ÷ 2 = 60 ways
Example 2: A club has 8 members. How many ways can a committee of 3 be chosen?
Order does not matter, so use a combination.
\(\color{blue}{C(8, 3) = 8}\)! ÷ \(\color{blue}{(3! \times 5!) = 40320}\) ÷ \(\color{blue}{(6 \times 120) = 40320}\) ÷ 720 = 56 ways
Example 3: How many 2-letter arrangements can be made from the letters in the word GAMES (no repeats)?
Order matters (AB ≠ BA), so use a permutation. \(\color{blue}{n = 5}\), \(\color{blue}{r = 2}\).
\(\color{blue}{P(6, 2) = 6}\)! ÷ (\(\color{blue}{6-2}\))! = 720 ÷ 24 = 30
Wait — GAMES has 5 letters. \(\color{blue}{P(5, 2) = 5}\)! ÷ 3! = 120 ÷ 6 = 20 arrangements
Example 4: From 10 students, how many ways can a group of 4 be selected for a project?
Order does not matter, so use a combination.
\(\color{blue}{C(10, 4) = 10}\)! ÷ \(\color{blue}{(4! \times 6!) = 3628800}\) ÷ \(\color{blue}{(24 \times 720) = 3628800}\) ÷ 17280 = 210 ways
More Practice: Permutation & Combination Formulas (Video Lesson)
Khan Academy India walks through the formulas with step-by-step derivations:
Exercises: Permutations and Combinations
- How many ways can you arrange all 4 letters of the word MATH?
- P(7, 2) = ?
- C(6, 2) = ?
- A restaurant offers 5 appetizers and you must choose 2. How many combinations are possible?
- How many 3-digit PIN codes can be formed from the digits 1–6 with no digit repeated?
- A team of 3 is chosen from 9 candidates. How many teams are possible?
Answers
- 4! = 24
- \(\color{blue}{P(7, 2) = 7}\)! ÷ 5! = 42 → 42
- \(\color{blue}{C(6, 2) = 6}\)! ÷ \(\color{blue}{(2! \times 4!) = 720}\) ÷ 48 = 15
- \(\color{blue}{C(5, 2) = 5}\)! ÷ \(\color{blue}{(2! \times 3!) = 120}\) ÷ 12 = 10
- \(\color{blue}{P(6, 3) = 6}\)! ÷ 3! = 720 ÷ 6 = 120
- \(\color{blue}{C(9, 3) = 9}\)! ÷ \(\color{blue}{(3! \times 6!) = 362880}\) ÷ 4320 = 84
Frequently Asked Questions
How do I know whether to use a permutation or a combination?
Ask yourself: does changing the order create a different outcome? If yes (like finishing 1st vs. 2nd in a race, or creating a password), use a permutation. If no (like choosing a team or a committee where positions are not assigned), use a combination.
What is the relationship between P(n, r) and C(n, r)?
\(\color{blue}{C(n, r) = P(n, r)}\) ÷ r! because combinations count each group only once while permutations count every ordering of that same group. Dividing by r! removes the duplicate orderings.
What does 0! equal and why?
By definition, 0! = 1. This is necessary so the formulas work when \(\color{blue}{r = n}\) (choosing all items). It is also consistent with how factorials are derived: n! = \(\color{blue}{n \times (n-1)}\)!, so 1! = \(\color{blue}{1 \times 0}\)! means 0! must equal 1.
Related Topics
Related to This Article
More math articles
- AFOQT Math Practice Test Questions
- The Best Grade 8 ELA Practice Tests for Georgia Students
- How to Find the Surface Area of Pyramid?
- 5 Best Desks for Online Math Teachers in 2026
- The Ultimate 7th Grade RISE Math Course (+FREE Worksheets)
- Use of Technology in Math Class that Works
- The 8 Best Webcams for Online Teachers
- How to Find Determinants of a Matrix?
- 7th Grade PARCC Math Practice Test Questions
- The Best Grade 8 Math Book for South Carolina Students





























What people say about "How to Solve Permutations and Combinations? (+FREE Worksheet!) - Effortless Math"?
No one replied yet.