Number foundations

Number system: find the structure

Build a toolkit for factors, primes, divisibility and remainders—the foundations behind fast arithmetic.

BeginnerAbout 14 min3 worked examples
Start learning
01 / THE STARTING POINT

Before you begin

What you need: Whole-number addition, multiplication and division.

  • Distinguish integers, primes and composite numbers
  • Find factors and use divisibility tests
  • Express division with a quotient and remainder
02 / BUILD THE CONCEPT

Understand the idea

Know the number families

Whole numbers are 0, 1, 2, …; integers also include negatives. Rational numbers can be written p/q with integer p and nonzero integer q. Irrational numbers, such as √2, cannot be expressed this way.

Factors come in pairs

A factor divides a number exactly. For 24, the pairs are 1 × 24, 2 × 12, 3 × 8 and 4 × 6. A prime has exactly two positive factors; a composite number has more than two. The number 1 is neither prime nor composite.

Remainders tell what is left

When dividing a nonnegative integer by a positive integer, the remainder is at least zero and smaller than the divisor. A remainder of zero means exact divisibility.

03 / A DIFFERENT WAY TO SEE IT

A quick divisibility toolkit

DivisorTestExample
2Last digit is even348 ends in 8
3Digit sum is divisible by 3348 → 15
5Last digit is 0 or 5735 ends in 5
9Digit sum is divisible by 9729 → 18
These tests decide divisibility without carrying out the full division.
04 / FROM IDEA TO ANSWER

A method you can reuse

KEEP THIS HANDY

Dividend = divisor × quotient + remainder

For nonnegative integer division: 0 ≤ remainder < divisor.
  1. Identify whether the question asks for factors, multiples or a remainder.
  2. For prime testing, check prime divisors up to the square root.
  3. For division, find the greatest multiple no larger than the dividend and subtract.
A useful insight

To test whether an integer n > 1 is prime, it is enough to test prime divisors up to √n: a larger factor would have a smaller partner.

05 / WATCH THE METHOD WORK

Worked examples

Read the question first. Try a step yourself, then compare your reasoning.

EXAMPLE 01

Factor pairs

List all positive factors of 18.

  1. Find pairs: 1 × 18, 2 × 9, 3 × 6.
  2. Once the smaller factor exceeds √18, the pairs repeat.
  3. Collect the factors in increasing order.
Answer1, 2, 3, 6, 9, 18
EXAMPLE 02

Remainder in division

Find the remainder when 257 is divided by 7.

  1. 7 × 36 = 252.
  2. 257 − 252 = 5.
  3. Check: 0 ≤ 5 < 7.
Answer5
EXAMPLE 03

A prime or a composite?

Is 97 prime?

  1. √97 is between 9 and 10.
  2. Test primes 2, 3, 5 and 7.
  3. 97 is divisible by none of them, so it has no factor pair other than 1 × 97.
Answer97 is prime
06 / YOUR TURN

Check your understanding

Quick questions, with explanations. These are for self-study and do not affect your account score.

0 of 3 questions checked

QUESTION 1How many positive factors does 16 have?

See the explanation

5. The factors are 1, 2, 4, 8 and 16.

QUESTION 2What is the remainder when 83 is divided by 6?

See the explanation

5. 83 = 6 × 13 + 5.

QUESTION 3Which number is neither prime nor composite?

See the explanation

1. 1 has exactly one positive factor; primes have two and composites have more than two.

07 / TAKE THE NEXT STEP

Put your understanding to work

Log in to save your lesson progress.

NEXT LESSONSimplification
← Back to all lessons