ExamsLogic watermark
ExamsLogic Revision Series | Independent study guide based on the official curriculum.
Premium Explained Notes

Higher Level Mathematics Revision Notes

Topic 1.1: Counting

These notes teach the topic clearly in simple English and then take it further with the higher-level material. The aim is to build understanding first and exam confidence second.

Curriculum Irish Leaving Certificate
Subject Mathematics
Level Higher Level
Premium feature Interactive tools and teacher-style explanations
Focus
Understanding before memorising
Interactive
Live topic tools
Question Style
Explained examples and exam practice
Format
Website reading and printable notes

Subtopics Covered

  • Listing outcomes systematically
  • The Fundamental Principle of Counting
  • Permutations and arrangements
  • Combinations and selections
  • Binomial coefficients and Pascal's Triangle
  • Exam practice with Higher Level extension

What Makes This Version Better

  • Simple explanations first, then deeper higher-level extension
  • Clear split between core counting ideas and advanced algebra links
  • Worked examples unpacked in steps
  • Interactive simulators including Pascal row exploration
  • SEO-friendly website naming and branding
Disclaimer This publication is an independent educational resource developed by ExamsLogic and compiled by experienced educators. It is based on publicly available official curricula, including Cambridge, Pearson Edexcel, IB, and the Irish Leaving Certificate. This product is not endorsed by, affiliated with, or sponsored by any examination board or governing authority. All registered trademarks remain the property of their respective owners.

Why This Topic Matters

Counting appears in many forms. Sometimes it looks like a simple list. Sometimes it looks like a team-selection question. Sometimes it hides inside another chapter such as probability.

At Higher Level, this topic goes one step further. You still need the same basic counting ideas, but you also use them in more advanced algebra, especially binomial expansion.

The hardest part is often not the arithmetic. The hardest part is deciding what type of counting problem you are looking at. That is why these notes keep returning to simple questions like: “Am I arranging things?” “Am I just choosing a group?” “Does changing the order change the answer?”

Teacher voice: If you can identify the type of question first, the method becomes much clearer. Students usually lose marks because they rush to a formula too early.
Step 1
Understand the story

Read the question like a real situation. What is actually happening?

Step 2
Choose the method

Decide whether you need listing, stage multiplication, permutations, or combinations.

Step 3
Watch restrictions

Repeated letters, odd endings, or fixed groups must be handled carefully from the start.

Learning Objectives

What You Should Be Able To Do
  • Write sample spaces clearly when needed.
  • Use multiplication to count multi-stage choices.
  • Recognise when order matters.
  • Recognise when order does not matter.
  • Use Pascal's Triangle and binomial coefficients for Higher Level work.

Formula Toolkit

Fundamental Principle
Total = a × b × c × ...

Use when a task happens in stages.

Permutation
nPr = n! / (n-r)!

Use when order matters.

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

Use when order does not matter.

Binomial Coefficient
(a + b)n uses nCr

These numbers become the coefficients in the expansion.

Teacher voice: A formula is a tool, not the starting point. First understand the situation, then choose the tool.

Interactive Simulators

These tools help the topic make sense. Use them to test patterns and check whether your thinking matches the method.

Simulator 1

Counting Builder

Type the number of choices at each stage. The tool multiplies them and shows the total outcomes.

Example: 3 × 5 × 2 = 30 outcomes
Simulator 2

Permutation vs Combination Explorer

Use this to compare the two ideas. The numbers may look similar, but the meaning is different.

Formula
8P3 = 8! / 5!
336
This is a permutation because position changes the result.
Simulator 3

Pascal Row and Binomial Coefficients

Pick a power and the row appears automatically. This helps you connect combinations to algebra.

Selected power: 5
Pascal row
Expansion pattern
(a + b)5 uses coefficients 1, 5, 10, 10, 5, 1
Quick Decision

Which Tool Should I Use?

When you feel stuck, come back to this guide.

  • List outcomes: sample space, table, or tree diagram
  • Multiply stages: Fundamental Principle of Counting
  • Arrange positions: permutation
  • Choose a group: combination
  • Expand a bracket: binomial coefficients

Before We Start: Permutation or Combination?

Students often mix these up, so let us settle the difference clearly. A permutation is about arrangement. A combination is about selection.

Imagine three students: Ahmed, Sara, and Lina. If we are choosing a 2-person team, Ahmed and Sara is the same team as Sara and Ahmed. That means the order does not matter.

But if we are choosing first place and second place, Ahmed first and Sara second is not the same as Sara first and Ahmed second. That means order does matter.

Question typeWhat matters?Method
Choose a 3-person committeeOnly who is in the groupCombination
Choose gold, silver, and bronzeWho is in each positionPermutation
Choose 4 toppings for a pizzaThe set of toppingsCombination
Make a 4-letter codeThe order of the lettersPermutation or stage multiplication
Teacher voice: If changing the order gives a new answer, think permutation. If changing the order gives the same answer, think combination.

1. Listing Outcomes Systematically

Sometimes the best thing to do is simply list every possible result in an organised way. This is called writing the sample space.

The key word is systematically. That means you follow a pattern so that nothing is missed and nothing is repeated.

Simple explanation: Think of this as making a complete checklist. If the checklist is organised, you can trust it.
Very easy example

Flip one coin.

The outcomes are H and T.

Total outcomes = 2

Next step

Flip one coin and roll one die.

Each coin result pairs with 6 die results.

Total outcomes = 12

Examiner Tip
If the question says “write the sample space”, the examiner wants the actual outcomes, not only the total.
Common Mistake
Students often jump straight to the number and forget the list.

2. The Fundamental Principle of Counting

This principle is simpler than it sounds. If a task happens in stages, and each stage has a number of choices, then the total number of full outcomes is found by multiplying.

Simple explanation: If you choose one thing, then another, then another, each stage multiplies the number of full answers.
Example: outfit choices

3 shirts and 4 pairs of trousers.

Total outfits = 3 × 4 = 12

Example: meal choices

3 starters, 5 mains, 2 desserts.

Total meals = 3 × 5 × 2 = 30

Examiner Tip
Draw boxes for the stages. Fill each box with the number of choices, then multiply.
Examiner Secret
Restrictions often decide which box you should think about first.

3. Arrangements (Permutations)

A permutation is used when the order matters. This means that swapping positions gives a different answer.

Simple explanation: Permutations answer the question: “In how many different orders can this happen?”
Example: medals

8 runners compete for gold, silver, and bronze.

8P3 = 8 × 7 × 6 = 336

Example: arranging books

5 different books on a shelf.

5! = 120

Examiner Tip
If roles or positions are named, that usually means order matters.
Common Mistake
Students treat every group question like a permutation even when order does not matter.

4. Selections (Combinations)

A combination is used when you are choosing a group and the order does not matter.

Simple explanation: Combinations answer the question: “How many different groups can be chosen?”
Example: committee

Choose 4 people from 10.

10C4 = 210

Example: team selection

Choose 3 boys from 5 and 2 girls from 6.

5C3 × 6C2 = 150

Examiner Tip
The shortcut “total minus unwanted” can be quicker than listing many cases.
Common Mistake
Students use combinations too late because they do not first ask whether order matters.

5. Binomial Coefficients (Higher Level)

At Higher Level, counting connects to algebra. The same numbers that count combinations also appear in Pascal's Triangle and in expansions such as (x + y)n.

Simple explanation: Pascal's Triangle is not a separate random idea. It is another way of organising combination numbers.
Example: Pascal row

Row 3 is 1, 3, 3, 1.

These numbers match 3C0, 3C1, 3C2, and 3C3.

Example: expansion

(x + y)3 = x3 + 3x2y + 3xy2 + y3

Worked example: coefficient of x3 in (2x + 3)5
  1. Ask which term gives x3.
  2. That means the power on 2x must be 3.
  3. So n - r = 3, therefore r = 2.
  4. Then calculate the coefficient carefully.
  5. Coefficient = 720
Examiner Tip
The powers in each term always add up to the original power n.
Common Mistake
Students often forget to raise the number as well as the variable. For example, (2x)3 = 8x3.

Exam-Style Questions

EasyQ1: A restaurant has 4 starters, 6 mains, and 3 desserts. How many different 3-course meals are possible?

MediumQ2: How many 5-digit odd numbers can be formed from the digits 1, 2, 3, 4, 5, 6, 7 if no digit repeats?

CoreQ3: A committee of 4 is chosen from 5 teachers and 7 students. In how many ways can the committee contain exactly 2 teachers and 2 students?

HigherQ4: Find the coefficient of x2 in the expansion of (x + 2)4.

A1: 4 × 6 × 3 = 72

A2: Final digit must be odd, so start there. Then arrange the other positions from the remaining digits. Total = 1440

A3: Choose 2 teachers and 2 students: 5C2 × 7C2 = 210

A4: The coefficient of x2 in (x + 2)4 is 24.

One-Page Summary

What to remember
  • Use listing when the question wants the sample space.
  • Use multiplication for stage-by-stage choices.
  • Use permutations when order matters.
  • Use combinations when order does not matter.
  • At Higher Level, binomial coefficients link counting and algebra.
Best final advice

Do not start with “Which formula do I remember?” Start with “What is happening in this question?” That small change makes counting much easier.