Skip to main content
Comparing and sorting
Lesson 10 of 11

Sorting by one rule

Objective. Sort a set of objects into two groups using a single property.

The key idea

A sorting rule splits everything into two groups: things that follow the rule and things that do not. Every object must land in exactly one group.

Worked example

Sort 2, 5, 8, 9 by 'is it even?'

Illustration showing 2 objects to count
  1. 1Even numbers end in 0, 2, 4, 6 or 8.
  2. 2Even: 2, 8.
  3. 3Not even: 5, 9.

Answer: Even: 2, 8 · Not even: 5, 9

Practice

Each question comes with a picture and a listen button. Try it first, then reveal the answer.

Common mistake. Changing the rule halfway through sorting.

Your progress

Tick each step as you finish it — Continue brings you back here.

0 of 5 steps complete

My dashboard