Home / JCE / Mathematics

JCE Mathematics

Numbers, algebra, geometry, and data handling for JCE. Work through each topic's notes, flashcards, and exam-style questions.

Topic 1

Numbers

Types of numbers

Numbers are grouped into different types depending on their properties. Knowing these groups helps you understand which rules apply and how numbers relate to one another.

Natural numbers

A natural number is a counting number, starting from 1: 1, 2, 3, 4, 5... Natural numbers are used for counting whole, separate items and never include zero, fractions, or negative values.

Whole numbers

A whole number is a natural number together with zero: 0, 1, 2, 3, 4... Every natural number is a whole number, but zero is a whole number that is not a natural number.

Integers

An integer is any positive or negative whole number, including zero: ...,-3, -2, -1, 0, 1, 2, 3,... Integers extend whole numbers in both directions on the number line, allowing values below zero.

-4 -3 -2 -1 0 1 2 3 4 5 6 7 Integers = every marked point (...-2,-1,0,1,2...) Whole numbers: 0, 1, 2, 3... Natural numbers: 1, 2, 3...
Every set is nested inside the one before it: natural numbers (green, start at 1) sit inside whole numbers (amber, start at 0), which sit inside the integers (every point on the line, including negatives).
Prime numbers

A prime number has exactly two factors: 1 and itself. The first few primes are 2, 3, 5, 7, 11, 13... Two important exceptions to remember: 1 is not a prime number (it has only one factor, not two), and 2 is the only even prime number — every other even number has at least three factors (1, 2, and itself), so it cannot be prime.

Composite numbers

A composite number has more than two factors. Examples include 4 (factors: 1, 2, 4), 6 (factors: 1, 2, 3, 6), 8, and 9. Every whole number greater than 1 is either prime or composite, but never both.

Example: Classify each of the following as prime or composite: 17, 21, 29, 33. 17 → prime (only factors are 1 and 17). 21 → composite (factors include 3 and 7). 29 → prime. 33 → composite (factors include 3 and 11).

Triangular numbers

A triangular number is a number that can be arranged as dots forming an equilateral triangle, built by adding consecutive counting numbers starting from 1: 1, 3, 6, 10, 15, 21... The n-th triangular number is found using T(n) = n(n + 1)2.

Example: Find the 6th triangular number.
T(6) = 6 × 72 = 422 = 21. This matches the pattern: 1, 3, 6, 10, 15, 21.

T(1)=1 T(2)=3 T(3)=6 T(4)=10 T(5)=15
The first five triangular numbers, each formed by adding one more row of dots than the last.
Rectangular numbers

A rectangular number is a number that can be arranged as dots forming a rectangle (with more than one row and more than one column), meaning it is the product of two whole numbers greater than 1: 6 (2×3), 8 (2×4), 12 (3×4), 10 (2×5)... Every composite number is a rectangular number, since it can be split into two factors greater than 1.

3 rows × 4 columns = 12 dots
12 is a rectangular number: it can be arranged as a rectangle of dots with more than one row and column (3×4).
Square numbers

A square number is the result of multiplying a whole number by itself, and can be arranged as dots forming a perfect square: 1, 4, 9, 16, 25, 36... The n-th square number is n² = n × n. Square numbers are a special case of rectangular numbers where both sides are equal.

Example: The first six square numbers are 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36.

4 × 4 = 16 (a perfect square)
16 is a square number: the dots form a perfect square with equal rows and columns.
Cube numbers

A cube number is the result of multiplying a whole number by itself three times, and represents the number of unit cubes that fit inside a larger cube of that side length: 1, 8, 27, 64, 125... The n-th cube number is n³ = n × n × n.

Example: The first five cube numbers are 1³=1, 2³=8, 3³=27, 4³=64, 5³=125.

3×3×3 = 27 unit cubes
A cube of side 3 is built from 3×3×3 = 27 smaller unit cubes, illustrating why this is called a cube number.

Factors and multiples

A factor of a number divides into it exactly, with no remainder. A multiple of a number is what you get by multiplying it by a whole number. The Highest Common Factor (HCF) is the largest number that divides exactly into two or more numbers. The Lowest Common Multiple (LCM) is the smallest number that two or more numbers divide into exactly.

Example: Find the HCF and LCM of 12 and 18.

Factors of 12: 1, 2, 3, 4, 6, 12. Factors of 18: 1, 2, 3, 6, 9, 18. HCF = 6.
Multiples of 12: 12, 24, 36, 48... Multiples of 18: 18, 36, 54... LCM = 36.

Integers: operations

When adding or subtracting integers, think of a number line. Adding a negative number is the same as subtracting: 5 + (-3) = 5 - 3 = 2. Subtracting a negative number is the same as adding: 5 - (-3) = 5 + 3 = 8.

When multiplying or dividing integers, use these sign rules:

SignsResult
Positive × PositivePositive
Negative × NegativePositive
Positive × NegativeNegative
Negative × PositiveNegative

The same rules apply to division. Example: -6 × -4 = 24. -6 × 4 = -24. -20-5 = 4.

Order of operations (BODMAS)

Calculations must be done in a set order, remembered by BODMAS: Brackets, Of (powers/indices), Division and Multiplication (left to right), Addition and Subtraction (left to right).

Example: 3 + 4 × (6 - 2) = 3 + 4 × 4 = 3 + 16 = 19.

More worked examples

Example (powers before multiplication): 5 + 2³ × 3. Work out the power first: 2³ = 8. Then multiply: 8 × 3 = 24. Then add: 5 + 24 = 29.

Example (nested brackets): (12 - (3 + 1)) × 2. Work out the innermost bracket first: 3 + 1 = 4. Then the outer bracket: 12 - 4 = 8. Then multiply: 8 × 2 = 16.

Example (division and multiplication, left to right): 20 ÷ 4 × 2. Division and multiplication have equal priority, so work left to right: 20 ÷ 4 = 5, then 5 × 2 = 10. (Note: this does NOT equal 20 ÷ 8 = 2.5 — multiplication does not automatically come before division.)

Example (addition and subtraction, left to right): 15 - 6 + 2. Work left to right: 15 - 6 = 9, then 9 + 2 = 11. (Note: this does NOT equal 15 - 8 = 7 — addition does not automatically come before subtraction.)

Example (combining several rules): 3² + (8 - 5) × 4 ÷ 2. Bracket first: 8 - 5 = 3. Power next: 3² = 9. Multiplication and division, left to right: 3 × 4 = 12, then 12 ÷ 2 = 6. Finally add: 9 + 6 = 15.

Example (fraction bar acting as a bracket): 7 + 34 - 2. Treat the top and bottom of a fraction as separate brackets: top = 7 + 3 = 10, bottom = 4 - 2 = 2. Then divide: 102 = 5.

Brackets Orders (powers/roots) Division & Multiplication (left to right) Addition & Subtraction (left to right)
The BODMAS order: work through Brackets, then Orders (powers/roots), then Division & Multiplication left to right, then Addition & Subtraction left to right.

Fractions

A fraction has a numerator (top number) and a denominator (bottom number). A proper fraction has a numerator smaller than the denominator (e.g. 3/4). An improper fraction has a numerator equal to or larger than the denominator (e.g. 7/4). A mixed number combines a whole number and a proper fraction (e.g. 13/4).

To add or subtract fractions, first find a common denominator. To multiply fractions, multiply the numerators together and the denominators together, then simplify. To divide fractions, multiply by the reciprocal (flip the second fraction, then multiply).

Example: 2/3 ÷ 1/4 = 2/3 × 4/1 = 8/3 = 22/3.

More worked examples

Example (adding fractions with different denominators): 1/4 + 2/5. Find a common denominator (LCM of 4 and 5 is 20): 1/4 = 5/20 and 2/5 = 8/20. Add: 5/20 + 8/20 = 13/20.

Example (subtracting fractions with different denominators): 3/4 - 1/6. LCM of 4 and 6 is 12: 3/4 = 9/12 and 1/6 = 2/12. Subtract: 9/12 - 2/12 = 7/12.

Example (adding mixed numbers): 21/3 + 13/4. Convert to improper fractions: 21/3 = 7/3, 13/4 = 7/4. Common denominator 12: 7/3 = 28/12, 7/4 = 21/12. Add: 28/12 + 21/12 = 49/12 = 41/12.

Example (subtracting mixed numbers with borrowing): 31/4 - 11/2. Convert to improper fractions: 31/4 = 13/4, 11/2 = 3/2 = 6/4. Subtract: 13/4 - 6/4 = 7/4 = 13/4.

Example (multiplying fractions): 2/5 × 3/7 = (2 × 3)/(5 × 7) = 6/35 (already in simplest form since 6 and 35 share no common factor).

Example (multiplying a fraction by a whole number): 3/8 × 4 = 3/8 × 4/1 = 12/8 = 11/2.

Example (multiplying mixed numbers): 11/2 × 21/3. Convert first: 11/2 = 3/2, 21/3 = 7/3. Multiply: 3/2 × 7/3 = 21/6 = 31/2.

Example (dividing a fraction by a whole number): 4/9 ÷ 2 = 4/9 × 1/2 = 4/18 = 2/9.

Example (simplifying to lowest terms): Simplify 18/24. HCF of 18 and 24 is 6. 18 ÷ 6 = 3, 24 ÷ 6 = 4. So 18/24 = 3/4.

Example (comparing and ordering fractions): Order 2/3, 5/8, 3/4 from smallest to largest. Common denominator of 3, 8, 4 is 24: 2/3 = 16/24, 5/8 = 15/24, 3/4 = 18/24. Ordered smallest to largest: 5/8, 2/3, 3/4.

Example (fraction of a quantity): Find 3/5 of P450. 450 ÷ 5 = 90 (one fifth), then 90 × 3 = P270.

1/4 = 5/20 2/5 = 8/20
Both fractions are rewritten over a common denominator of 20, making them easy to add or compare: 1/4 becomes 5/20, and 2/5 becomes 8/20.

Decimals

A decimal is a way of writing a number that is not whole, using a decimal point to separate the whole number part from the fractional part. Each digit after the decimal point represents a fraction with a denominator that is a power of 10: the first digit after the point is tenths, the second is hundredths, the third is thousandths, and so on.

3 Ones 1 tenths 4 hundredths 2 thousandths decimal point
Place value chart for 3.142: each column right of the decimal point is one-tenth the size of the column before it.
Converting between fractions and decimals

To convert a fraction to a decimal, divide the numerator by the denominator. To convert a decimal to a fraction, write the digits after the decimal point over the matching power of 10 (10, 100, 1000...), then simplify.

Example: Convert 3/4 to a decimal: 3 ÷ 4 = 0.75. Convert 0.6 to a fraction: 0.6 = 6/10 = 3/5.

Adding and subtracting decimals

Line up the decimal points directly under one another before adding or subtracting, filling any empty places with zeros so each number has the same number of decimal places. Then add or subtract as with whole numbers, keeping the decimal point in the same column in the answer.

Example: 4.6 + 2.35. Line up: 4.60 + 2.35 = 6.95.

Example: 8.2 - 3.75. Line up: 8.20 - 3.75 = 4.45.

Multiplying decimals

Ignore the decimal points first and multiply the numbers as if they were whole numbers. Then count the total number of decimal places in both original numbers, and place the decimal point that many places from the right in the answer.

Example: 0.4 × 0.3. Multiply as whole numbers: 4 × 3 = 12. Total decimal places in the question = 2 (one from each number). Place the point two digits from the right: 0.12.

Example: 1.2 × 0.05. Multiply as whole numbers: 12 × 5 = 60. Total decimal places = 1 + 2 = 3. Place the point three digits from the right: 0.060 = 0.06.

Dividing decimals

When dividing by a decimal, multiply both the number being divided and the divisor by the same power of 10 so that the divisor becomes a whole number, then divide as normal.

Example: 6.40.8. Multiply both by 10: 648 = 8.

Example: 3.150.05. Multiply both by 100: 3155 = 63.

Ordering decimals

To order decimals, compare digit by digit starting from the left (the whole number part first, then tenths, then hundredths, and so on), giving each number the same number of decimal places by adding trailing zeros if needed so the comparison is fair.

Example: Order 0.45, 0.5, 0.408 from smallest to largest. Written with three decimal places: 0.450, 0.500, 0.408. Comparing tenths first (4, 5, 4), then hundredths where tied (0.450 vs 0.408: 5 > 0): order is 0.408, 0.450, 0.5.

Recurring decimals

A recurring decimal has one or more digits that repeat forever, shown with a dot above the repeating digit(s), e.g. 0.̇3 means 0.333... and 0.1̇2̇ means 0.121212... These arise when a fraction's denominator (in simplest form) has prime factors other than 2 or 5.

Example: 1/3 = 0.̇3 (recurring). 1/4 = 0.25 (terminates, since the denominator 4 = 2²).

Rounding and estimation

To round to a given number of decimal places (d.p.), look at the digit after the cut-off point: if it's 5 or more, round up; if less than 5, round down. To round to a given number of significant figures (s.f.), count from the first non-zero digit.

Example (decimal places): Round 4.5723 to 2 decimal places.
Look at the 3rd decimal digit (2): since 2 < 5, round down. Answer: 4.57.

Example (decimal places, rounding up): Round 8.196 to 1 decimal place.
Look at the 2nd decimal digit (9): since 9 ≥ 5, round up. Answer: 8.2.

Example (significant figures): Round 0.03847 to 2 significant figures.
Counting from the first non-zero digit (3): the first 2 significant figures are 3 and 8; the next digit (4) rounds down. Answer: 0.038.

Example (significant figures, larger number): Round 52,847 to 3 significant figures.
The first 3 significant figures are 5, 2, 8; the next digit (4) rounds down, but trailing places must be filled with zeros to keep the place value correct. Answer: 52,800.

Example (rounding to the nearest whole number, 10, or 100): Round 2,368 to the nearest hundred.
The digit in the tens place (6) means round up: Answer: 2,400.

Estimation

Estimation uses rounded values to quickly approximate the answer to a calculation, useful for checking whether an exact answer is reasonable. Round each number in the calculation to 1 significant figure first, then calculate.

Example: Estimate the value of 38.7 × 5.2.
Round each number to 1 s.f.: 38.7 ≈ 40, 5.2 ≈ 5.
Estimate = 40 × 5 = 200 (the exact answer, 201.24, is close to this).

Example (estimation with division): Estimate the value of 28931.
Round each number to 1 s.f.: 289 ≈ 300, 31 ≈ 30.
Estimate = 30030 = 10.

Example (estimation with a mixed calculation): Estimate the value of 19.6 × 5.14.9.
Round each number to 1 s.f.: 19.6 ≈ 20, 5.1 ≈ 5, 4.9 ≈ 5.
Estimate = 20 × 55 = 1005 = 20.

Rounding and estimation: key rules

  • Decimal places: count digits after the decimal point
  • Significant figures: count digits starting from the first non-zero digit (zeros used only for place value, like in 52,800, still count as part of keeping the correct size)
  • Look only at the next digit to decide whether to round up or down — ignore all digits beyond that
  • For estimation, round every number in the calculation to 1 significant figure first, then work out the simplified calculation
  • Use estimation to sanity-check an exact answer — if they're very different, a mistake was likely made

Standard form

Standard form (also called scientific notation) writes numbers as A × 10n, where 1 ≤ A < 10 and n is an integer. It is used to write very large or very small numbers in a compact, manageable way, and makes it easier to compare the size of numbers at a glance.

Large numbers (10 or more) use a positive power of 10, matching how many places the decimal point moves to the left to get A. Small numbers (less than 1) use a negative power of 10, matching how many places the decimal point moves to the right to get A.

Example: 45,000 = 4.5 × 104 (decimal point moved 4 places left). 0.00072 = 7.2 × 10-4 (decimal point moved 4 places right).

4 5 0 0 0 . decimal point starts here moves 4 places left 4.5 × 10 4
The decimal point moves 4 places to the left to leave a single non-zero digit before it, so the power of 10 is 4: 45,000 = 4.5 × 10⁴.
Converting numbers into standard form

Example: Write 3,200,000 in standard form. Move the decimal point until only one non-zero digit remains before it: 3.2. Count the places moved: 6. So 3,200,000 = 3.2 × 106.

Example: Write 0.000091 in standard form. Move the decimal point right until one non-zero digit remains before it: 9.1. Count the places moved: 5. So 0.000091 = 9.1 × 10-5.

Converting standard form back to an ordinary number

Example: Write 6.03 × 105 as an ordinary number. A positive power means the number is large, so move the decimal point 5 places to the right, filling gaps with zeros: 603,000.

Example: Write 8.4 × 10-3 as an ordinary number. A negative power means the number is small, so move the decimal point 3 places to the left: 0.0084.

Multiplying and dividing numbers in standard form

To multiply, multiply the A-values together and add the powers of 10. To divide, divide the A-values and subtract the powers of 10. If the resulting A-value is not between 1 and 10, adjust it and change the power of 10 to compensate.

Example: (2 × 103) × (3 × 104) = (2 × 3) × 103+4 = 6 × 107.

Example: 8 × 1064 × 102 = 84 × 106-2 = 2 × 104.

Example (adjusting the result): (5 × 103) × (4 × 102) = 20 × 105. Since 20 is not between 1 and 10, rewrite 20 as 2 × 101: 2 × 101 × 105 = 2 × 106.

Adding and subtracting numbers in standard form

Numbers in standard form cannot be added or subtracted directly unless the powers of 10 match. Convert them to the same power of 10 first (or convert to ordinary numbers), then add or subtract the A-values.

Example: (3.2 × 104) + (5 × 103). Rewrite 5 × 103 as 0.5 × 104. Add: (3.2 + 0.5) × 104 = 3.7 × 104.

Standard form with negative powers in calculations

Example: (6 × 10-3) × (3 × 105) = (6 × 3) × 10-3+5 = 18 × 102 = 1.8 × 103.

Real-world use of standard form

Standard form is commonly used for very large quantities (distances in space, populations, national budgets) and very small quantities (sizes of cells, wavelengths of light, masses of atoms), since writing out all the zeros would be impractical.

Example: The distance from Earth to the Sun is approximately 150,000,000 km, written in standard form as 1.5 × 108 km.

Squares, cubes, and roots

The square of a number is the number multiplied by itself: n² = n × n. The square root (√) is the inverse operation — it asks "what number, multiplied by itself, gives this value?" The cube of a number is the number multiplied by itself three times: n³ = n × n × n. The cube root (∛) reverses this, asking "what number, multiplied by itself three times, gives this value?"

Example: 5² = 25, so √25 = 5. 2³ = 8, so ∛8 = 2.

Squares and square roots of larger numbers

Example: Find 12². 12 × 12 = 144.

Example: Find √144. Since 12² = 144, √144 = 12.

Example: Find √169. Testing nearby squares: 13² = 169, so √169 = 13.

Squares and roots of fractions and decimals

To square a fraction, square the numerator and denominator separately. To find the square root of a fraction, find the square root of the numerator and denominator separately.

Example: 3/42 = 9/16. √4/25 = 2/5.

Example: 0.3² = 0.09. √0.81 = 0.9 (since 0.9 × 0.9 = 0.81).

Cube roots of larger numbers

Example: Find ∛64. Since 4³ = 4 × 4 × 4 = 64, ∛64 = 4.

Example: Find ∛1000. Since 10³ = 1000, ∛1000 = 10.

Negative numbers and roots

A negative number cannot have a real square root, since a number multiplied by itself (whether positive or negative) always gives a positive result. However, a negative number does have a real cube root, since a negative number multiplied by itself three times stays negative.

Example: (-3)² = 9, and (-3)² is also 9 — so √9 = 3 only (the positive root is used unless the question asks for both). ∛-27 = -3, since -3 × -3 × -3 = -27.

Estimating roots that are not exact

When a square root is not a whole number, estimate it by finding the two whole numbers it falls between.

Example: Estimate √50. Since 7² = 49 and 8² = 64, √50 lies between 7 and 8, and is close to 7.1 (nearer to 49 than to 64).

Values 45 50 55 60 65 49=7² 64=8² 50 Square roots 7 7.5 8 √50≈7.1 √50 lies between 7 and 8, closer to 7 since 50 is closer to 49 than to 64
Mapping the value line (top) to the square-root line (bottom): since 50 sits close to 49 on the value line, √50 sits close to 7 on the root line.
Using squares, cubes, and roots together

Example: Evaluate √(5² + 12²). Work inside the root first: 5² + 12² = 25 + 144 = 169. Then √169 = 13. (This is the same calculation used in Pythagoras' theorem.)

Working with negative fractions and decimals

The sign rules for multiplying and dividing integers apply equally to fractions and decimals: two like signs (positive × positive, or negative × negative) give a positive result; two unlike signs give a negative result. When more than two values are combined, keep track of the sign separately from the size of the calculation — count the number of negative values involved: an even count gives a positive answer, an odd count gives a negative answer.

Example: -0.4 × -0.5 × 2 = 0.4 (two negatives, so positive).

Adding and subtracting negative decimals

Treat a negative decimal the same way as a negative integer: adding a negative value is the same as subtracting, and subtracting a negative value is the same as adding.

Example: 3.6 + (-1.2) = 3.6 - 1.2 = 2.4.

Example: -2.5 - (-4.1) = -2.5 + 4.1 = 1.6.

Multiplying and dividing negative decimals

Example: -0.6 × 0.5 = -0.3 (one negative, so the answer is negative).

Example: -4.8-0.6 = 8 (two negatives, so the answer is positive).

Negative fractions

A negative fraction can be written with the negative sign in front, on the numerator, or on the whole fraction — all are equivalent: -3/4 = -3/4 = -(3/4).

Example: -2/3 + 1/6. Common denominator 6: -4/6 + 1/6 = -3/6 = -1/2.

Example: -3/5 × -1/4 = 3/20 (two negatives, so positive).

Example: 2/3 ÷ -4/5. 2/3 × -5/4 = -10/12 = -5/6 (one negative, so the answer is negative).

Combined operations with negative fractions and decimals

Example: -1.5 + 1/2 × -0.4. Work out the multiplication first (BODMAS): 1/2 × -0.4 = -0.2. Then add: -1.5 + (-0.2) = -1.7.

HCF and LCM using prime factors

Every whole number greater than 1 can be broken down into a unique product of prime numbers, called its prime factorisation. This is usually found using a factor tree, repeatedly splitting a number into two factors until every branch ends in a prime number.

For larger numbers, HCF and LCM are found more reliably using prime factorisation than by listing factors or multiples. Write each number as a product of prime factors, then: HCF = product of the lowest power of each common prime; LCM = product of the highest power of every prime that appears (common or not).

Example: 36 = 2² × 3², 60 = 2² × 3 × 5. HCF = 2² × 3 = 12. LCM = 2² × 3² × 5 = 180.

36 2 18 2 9 3 3 36 = 2² × 3² 60 2 30 2 15 3 5 60 = 2² × 3 × 5
Breaking 36 and 60 down into prime factors (shown in green): 36 = 2²×3², and 60 = 2²×3×5. These are used to find the HCF and LCM.
Finding a prime factorisation from scratch

Example: Find the prime factorisation of 84. 84 = 2 × 42 = 2 × 2 × 21 = 2 × 2 × 3 × 7. So 84 = 2² × 3 × 7.

HCF and LCM of three numbers

The same method extends to three or more numbers: write each as a product of primes, then take the lowest power of each prime common to all numbers for the HCF, and the highest power of every prime appearing in any of the numbers for the LCM.

Example: Find the HCF and LCM of 12, 18, and 30. 12 = 2² × 3. 18 = 2 × 3². 30 = 2 × 3 × 5. HCF = 2 × 3 = 6 (lowest power of primes common to all three). LCM = 2² × 3² × 5 = 180 (highest power of every prime appearing).

Using HCF and LCM in word problems

Example: Two bells ring every 12 minutes and every 18 minutes. If they ring together at 8:00, when will they next ring together? This requires the LCM of 12 and 18. 12 = 2² × 3, 18 = 2 × 3². LCM = 2² × 3² = 36. They will next ring together after 36 minutes, at 8:36.

Example: A shopkeeper wants to pack 48 oranges and 60 apples into identical boxes, with no fruit left over and the same number of each fruit per box. What is the largest possible number of boxes? This requires the HCF of 48 and 60. 48 = 2⁴ × 3, 60 = 2² × 3 × 5. HCF = 2² × 3 = 12. The largest possible number of boxes is 12.

Number line placement

Being able to place integers, fractions, and decimals accurately on a number line is a common exam skill, especially for ordering values from smallest to largest. A number line has equally spaced marks representing values in order, with numbers increasing to the right and decreasing to the left. To place a value correctly, first identify the two labelled marks it falls between, then judge its position based on how close it is to each.

-3 -2 -1 0 1 2 3 -2 (integer) -0.5 (decimal) 3/4 (fraction) 1.5 (decimal)
Integers, fractions, and decimals can all be placed accurately on the same number line by judging their position relative to the nearest whole numbers.
Placing integers

Integers are placed at their exact marked position on the number line. Remember that negative numbers get smaller (further from zero, further left) the larger their digit becomes: -5 is smaller than -2.

Example: Place -4, 3, -1, and 0 on a number line in order from left to right (smallest to largest): -4, -1, 0, 3.

Placing fractions

To place a fraction on a number line marked in whole numbers, first work out which two whole numbers it lies between, then judge its position within that gap based on the size of the fraction.

Example: Place 7/4 on a number line. Since 7/4 = 13/4 (one and three quarters), it lies between 1 and 2, three-quarters of the way along.

Example: Place -2/3 on a number line. Since 2/3 is between 0 and 1, -2/3 lies between -1 and 0, two-thirds of the way from 0 towards -1.

-1 0 -2/3 -2/3 is two-thirds of the way from 0 towards -1
-2/3 sits two-thirds of the way from 0 towards -1 on the number line.
Placing decimals

Decimals are placed by first identifying the whole number they are closest to, then using the tenths (and hundredths, if needed) to judge the exact position within that interval.

Example: Place 2.6 on a number line. It lies between 2 and 3, six-tenths of the way along (closer to 3 than to 2).

Example: Place -1.25 on a number line. It lies between -2 and -1, one quarter of the way from -1 towards -2.

Placing and comparing mixed types together

Exam questions often mix integers, fractions, and decimals on the same number line, requiring you to convert them to a common form (usually decimals) before comparing.

Example: Place -1, 1/2, -0.75, and 3/2 in order from smallest to largest. Convert to decimals: -1, 0.5, -0.75, 1.5. Ordered smallest to largest: -1, -0.75, 0.5, 1.5. So the order is -1, -0.75, 1/2, 3/2.

Using a number line for inequalities

A number line can also represent a range of values rather than a single point. An open (unfilled) circle marks a value that is not included in the range (used for < or >); a closed (filled) circle marks a value that is included (used for ≤ or ≥). An arrow extending from the circle shows the direction the range continues.

Example: Represent x > -2 on a number line. Draw an open circle at -2, with an arrow extending to the right (towards larger values).

Example: Represent -3 ≤ x < 1 on a number line. Draw a closed circle at -3 (included) and an open circle at 1 (not included), with a solid line joining them to show all the values in between.

-5 -4 -3 -2 -1 0 1 2 -3 ≤ x < 1
A filled circle at -3 (included) and an open circle at 1 (not included), joined by a solid line showing every value in between.
Finding a value's approximate position without a scale

Some exam questions give a number line without every value marked, and ask you to estimate where a given value should go relative to a few labelled points, using proportional reasoning rather than an exact scale.

Example: On a number line where only 0 and 10 are marked, estimate where 7.5 should be placed. Since 7.5 is three-quarters of the way from 0 to 10, mark it three-quarters of the distance along the line from 0 towards 10.

Topic 2

Ratio, Rate & Proportion

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 3

Percentages

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 4

Algebra: Basic Operations

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 5

Algebra: Equations & Inequalities

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 6

Substitution & Formulae

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 7

Sets

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 8

Geometry: Angles & Lines

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 9

Geometry: Polygons & Circles

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 10

Mensuration

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 11

Pythagoras & Trigonometry

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 12

Coordinate Geometry & Graphs

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 13

Transformations

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 14

Statistics

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 15

Probability

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 16

Consumer Arithmetic

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 17

Vectors

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 18

Matrices

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Flashcards

Key Terms

TermInteger
DefinitionAny positive or negative whole number, including zero.
TermPrime number
DefinitionA number with exactly two factors: 1 and itself.
TermHCF
DefinitionHighest Common Factor — the largest number that divides exactly into two or more numbers.
TermLCM
DefinitionLowest Common Multiple — the smallest number that two or more numbers divide into exactly.
TermBODMAS
DefinitionThe order of operations: Brackets, Of/powers, Division and Multiplication, Addition and Subtraction.
TermImproper fraction
DefinitionA fraction whose numerator is equal to or larger than its denominator.
TermReciprocal
DefinitionThe value obtained by flipping a fraction upside down; used to divide fractions.
TermSignificant figures
DefinitionDigits counted from the first non-zero digit, used to round numbers to a required precision.
TermStandard form
DefinitionWriting a number as A × 10^n, where 1 ≤ A < 10 and n is an integer.
TermSquare root
DefinitionThe value that, multiplied by itself, gives the original number.
TermComposite number
DefinitionA whole number greater than 1 that has more than two factors (i.e. it is not prime).
TermCube number
DefinitionA number formed by multiplying a whole number by itself three times, e.g. 1, 8, 27, 64.
TermMixed number
DefinitionA whole number combined with a proper fraction, e.g. 2⅓.
TermRatio
DefinitionA comparison of two or more quantities of the same kind, written with a colon (e.g. 3:5).
TermRate
DefinitionA comparison of two quantities of different kinds, usually involving units, e.g. km/h.
TermUnitary method
DefinitionFinding the value of one unit first, then scaling up or down to find the required amount.
TermDirect proportion
DefinitionA relationship where two quantities increase or decrease at the same rate.
TermInverse proportion
DefinitionA relationship where one quantity increases as the other decreases, keeping their product constant.
TermSpeed formula
DefinitionSpeed = Distance ÷ Time.
TermScale (maps)
DefinitionThe relationship between distance on a map and real distance, e.g. 1:50,000.
TermSimplifying a ratio
DefinitionDividing all parts of a ratio by their HCF to express it in its simplest form.
TermProportional parts
DefinitionDividing a quantity according to a given ratio by first finding the value of one part.
TermConstant of proportionality
DefinitionThe fixed value k relating two quantities in direct proportion, where y = kx.
TermDensity (a rate)
DefinitionMass per unit volume — a common real-world example of a rate.
TermPercentage
DefinitionA way of expressing a number as a fraction of 100.
TermPercentage change formula
DefinitionPercentage change = (Change ÷ Original amount) × 100.
TermPercentage increase
DefinitionMultiplying an amount by (1 + the percentage as a decimal) to raise it by that percentage.
TermPercentage decrease
DefinitionMultiplying an amount by (1 - the percentage as a decimal) to reduce it by that percentage.
TermReverse percentage
DefinitionWorking backwards from an amount after a percentage change to find the original amount.
TermPercentage profit
Definition(Selling price - Cost price) ÷ Cost price × 100.
TermExpressing as a percentage
DefinitionDividing one quantity by another and multiplying by 100.
TermMultiplier method
DefinitionMultiplying an amount by (1 ± percentage/100) to find a new amount in one step.
TermSuccessive percentage change
DefinitionApplying two or more percentage changes one after another; the changes are not simply added together.
TermPercentage point
DefinitionThe plain arithmetic difference between two percentages, as opposed to a relative percentage change.
TermVariable
DefinitionA letter that stands in for an unknown or changeable number.
TermCoefficient
DefinitionThe number multiplying a variable, e.g. 4 in the term 4x.
TermLike terms
DefinitionTerms with exactly the same variables raised to the same powers, which can be combined.
TermExpanding brackets
DefinitionMultiplying everything inside a bracket by the term outside it.
TermFactorising
DefinitionWriting an expression as a product of its factors; the reverse of expanding.
TermIndex (power)
DefinitionA small number showing how many times a base is multiplied by itself, e.g. the 3 in x³.
TermLaw: multiplying indices
Definitiona^m × a^n = a^(m+n) — add the indices when multiplying powers of the same base.
TermLaw: dividing indices
Definitiona^m ÷ a^n = a^(m-n) — subtract the indices when dividing powers of the same base.
TermConstant term
DefinitionA term in an expression that has no variable attached to it.
TermDifference of two squares
DefinitionThe identity a² - b² = (a + b)(a - b).
TermLaw: power of a power
Definition(a^m)^n = a^(mn) — multiply the powers together.
TermEquation
DefinitionA mathematical statement that two expressions are equal.
TermSolving an equation
DefinitionFinding the value of the variable that makes the equation true by doing the same operation to both sides.
TermInequality
DefinitionA statement comparing two expressions using <, >, ≤, or ≥.
TermInequality sign flip
DefinitionThe rule that the inequality sign reverses direction when both sides are multiplied or divided by a negative number.
TermOpen circle
DefinitionUsed on a number line for < or > to show the value itself is not included.
TermClosed circle
DefinitionUsed on a number line for ≤ or ≥ to show the value itself is included.
TermForming an equation
DefinitionTranslating a word problem into algebraic form using a letter to represent the unknown.
TermSubstitution
DefinitionReplacing letters in an expression or formula with given numerical values.
TermFormula
DefinitionA rule connecting two or more variables, usually written as one variable equal to an expression in the others.
TermSubject of a formula
DefinitionThe variable that stands alone on one side of a formula.
TermChanging the subject
DefinitionRearranging a formula using inverse operations to isolate a different variable.
TermArea of a triangle
DefinitionA = ½bh, where b is the base and h is the perpendicular height.
TermSimple interest formula
DefinitionSimple Interest = PRT/100, where P is principal, R is rate, and T is time.
TermInverse operation
DefinitionAn operation that reverses another, e.g. subtraction reverses addition, used to isolate a variable.
TermSimultaneous equations
DefinitionTwo or more equations solved together to find values that satisfy all of them at once.
TermQuadratic equation
DefinitionAn equation containing a squared variable, generally of the form ax² + bx + c = 0.
TermNull factor law
DefinitionIf the product of two factors is zero, then at least one of the factors must itself be zero.
TermFormula triangle
DefinitionA visual tool showing the relationship between three quantities, used to help rearrange a formula.
TermVolume of a cuboid formula
DefinitionV = length × width × height.
TermMaking x the subject
DefinitionRearranging a formula so that x is isolated on one side, especially when x appears more than once.
TermSet
DefinitionA well-defined collection of distinct objects, called elements or members.
TermUniversal set (ξ)
DefinitionThe set containing all elements being considered in a given problem.
TermSubset
DefinitionA set whose elements are all also members of another set, written A ⊆ B.
TermUnion (∪)
DefinitionThe set containing every element that is in A, in B, or in both.
TermIntersection (∩)
DefinitionThe set containing only elements that are in both A and B.
TermComplement (A')
DefinitionAll elements in the universal set that are not in A.
TermVenn diagram
DefinitionA diagram using overlapping circles inside a rectangle to show relationships between sets.
Termn(A)
DefinitionNotation for the number of elements in set A.
TermEmpty set (∅)
DefinitionA set that contains no elements at all.
TermDisjoint sets
DefinitionTwo sets that have no elements in common, so their intersection is the empty set.
TermNumber of subsets
DefinitionA set with n elements has exactly 2ⁿ subsets.
TermAcute angle
DefinitionAn angle between 0° and 90°.
TermObtuse angle
DefinitionAn angle between 90° and 180°.
TermReflex angle
DefinitionAn angle between 180° and 360°.
TermVertically opposite angles
DefinitionEqual angles formed opposite each other when two straight lines cross.
TermCorresponding angles
DefinitionEqual angles in matching positions where a transversal crosses two parallel lines (an "F" shape).
TermAlternate angles
DefinitionEqual angles on opposite sides of a transversal between two parallel lines (a "Z" shape).
TermCo-interior angles
DefinitionAngles on the same side of a transversal between two parallel lines that add up to 180°.
TermBearing
DefinitionA direction given as an angle measured clockwise from North, written with three digits.
TermRight angle
DefinitionAn angle of exactly 90°.
TermAngles on a straight line
DefinitionAngles that lie on a straight line always add up to 180°.
TermAngles at a point
DefinitionAngles that meet at a single point always add up to 360°.
TermRegular polygon
DefinitionA polygon with all sides equal and all angles equal.
TermSum of interior angles
Definition(n - 2) × 180°, where n is the number of sides.
TermSum of exterior angles
DefinitionAlways 360° for any polygon.
TermIsosceles triangle
DefinitionA triangle with two equal sides and two equal base angles.
TermRhombus
DefinitionA quadrilateral with 4 equal sides, opposite angles equal, and diagonals that bisect at 90°.
TermChord
DefinitionA straight line joining two points on a circle.
TermSector
DefinitionThe region of a circle enclosed by two radii and an arc.
TermTangent
DefinitionA straight line that touches a circle at exactly one point.
TermAngle in a semicircle
DefinitionAlways 90°, when the angle is formed at the circumference from the diameter's endpoints.
TermArc
DefinitionA part of the circumference of a circle.
TermEquilateral triangle
DefinitionA triangle with all three sides equal and all three angles equal to 60°.
TermTrapezium
DefinitionA quadrilateral with exactly one pair of parallel sides.
TermRadius
DefinitionThe distance from the centre of a circle to any point on its circumference.
TermCircumference
DefinitionThe distance around a circle; equal to πd or 2πr.
TermArea of a circle
Definitionπr², where r is the radius.
TermArc length formula
Definition(θ/360) × 2πr, where θ is the sector angle at the centre.
TermSector area formula
Definition(θ/360) × πr², where θ is the sector angle at the centre.
TermVolume of a cuboid
Definitionl × w × h (length × width × height).
TermVolume of a cylinder
Definitionπr²h, where r is the radius and h is the height.
TermVolume of a sphere
Definition&frac43;πr³, where r is the radius.
TermSurface area of a cylinder
Definition2πrh + 2πr² (curved surface plus two circular ends).
TermCompound shape
DefinitionA shape made of two or more basic shapes joined or combined together.
TermPythagoras' theorem
Definitiona² + b² = c², where c is the hypotenuse of a right-angled triangle.
TermHypotenuse
DefinitionThe longest side of a right-angled triangle, opposite the right angle.
TermSOH CAH TOA
DefinitionA memory aid for the three trig ratios: sin=Opp/Hyp, cos=Adj/Hyp, tan=Opp/Adj.
TermOpposite side
DefinitionThe side directly across from the angle being used in a right-angled triangle.
TermAdjacent side
DefinitionThe side next to the angle being used, but not the hypotenuse.
TermAngle of elevation
DefinitionThe angle measured upward from the horizontal to a point above.
TermAngle of depression
DefinitionThe angle measured downward from the horizontal to a point below.
TermInverse trig function
DefinitionUsed to find an angle from a known ratio of sides, e.g. tan&sup-1;.
Termsin θ
DefinitionOpposite ÷ Hypotenuse.
TermPerimeter
DefinitionThe total distance around the outside edge of a 2D shape.
TermVolume of a cone
DefinitionV = ⅓πr²h.
TermSurface area of a sphere
DefinitionA = 4πr².
Termcos θ
DefinitionIn a right-angled triangle, cos θ = adjacent / hypotenuse.
Termtan θ
DefinitionIn a right-angled triangle, tan θ = opposite / adjacent.
TermPythagorean triple
DefinitionA set of three whole numbers satisfying a² + b² = c², e.g. 3, 4, 5.
TermGradient
DefinitionA measure of a line's steepness: (change in y) ÷ (change in x).
TermY-intercept
DefinitionThe point where a line crosses the y-axis, where x = 0.
Termy = mx + c
DefinitionThe general equation of a straight line, where m is the gradient and c is the y-intercept.
TermMidpoint formula
Definition((x₁+x₂)/2, (y₁+y₂)/2) — the average of two points' coordinates.
TermOrigin
DefinitionThe point (0, 0) where the x-axis and y-axis meet.
TermParallel lines
DefinitionLines that have the same gradient and never meet.
TermPerpendicular lines
DefinitionLines that meet at 90°, where the product of their gradients equals -1.
TermDistance formula
Definition√[(x₂-x₁)² + (y₂-y₁)²], derived from Pythagoras' theorem.
TermX-intercept
DefinitionThe point where a line crosses the x-axis, where y = 0.
TermPerpendicular gradient rule
DefinitionThe gradients of two perpendicular lines multiply together to give -1.
TermLine segment
DefinitionA straight portion of a line with two defined endpoints.
TermTransformation
DefinitionA change to the position, size, or orientation of a shape.
TermObject and image
DefinitionThe object is the original shape; the image is the shape after transformation.
TermTranslation
DefinitionSliding a shape without turning or resizing it, described by a column vector.
TermReflection
DefinitionFlipping a shape over a line of reflection to produce a mirror image.
TermRotation
DefinitionTurning a shape around a fixed centre through a given angle and direction.
TermEnlargement
DefinitionChanging the size of a shape using a scale factor from a fixed centre of enlargement.
TermScale factor
DefinitionThe number by which lengths are multiplied during an enlargement.
TermColumn vector (translation)
DefinitionA vector written as a pair of numbers, top over bottom, describing horizontal then vertical movement.
TermCentre of rotation
DefinitionThe fixed point about which a rotation takes place.
TermCentre of enlargement
DefinitionThe fixed point from which an enlargement is measured, with every point moving directly toward or away from it.
TermMean
DefinitionThe average: sum of all values divided by the number of values.
TermMedian
DefinitionThe middle value when data is arranged in order.
TermMode
DefinitionThe value that occurs most often in a data set.
TermRange
DefinitionThe highest value minus the lowest value in a data set.
TermModal class
DefinitionThe class interval with the highest frequency in grouped data.
TermFrequency table
DefinitionA table showing how often each value or category occurs.
TermPie chart angle
Definition(frequency ÷ total frequency) × 360°, used to find each sector's angle.
TermFrequency polygon
DefinitionA graph formed by plotting class midpoints against frequency and joining the points with straight lines.
TermEstimated mean (grouped data)
DefinitionΣ(midpoint × frequency) ÷ Σfrequency.
TermBar chart
DefinitionA chart using rectangular bars of equal width to represent the frequency of each category.
TermCumulative frequency
DefinitionA running total of frequencies up to and including a given class.
TermInterquartile range
DefinitionThe difference between the upper and lower quartiles, showing the spread of the middle 50% of the data.
TermProbability
DefinitionA measure from 0 to 1 of how likely an event is to happen.
TermProbability formula
DefinitionNumber of favourable outcomes ÷ Total number of possible outcomes.
TermComplementary events
DefinitionTwo events where P(A) + P(A') = 1; A' means "A not happening."
TermMutually exclusive events
DefinitionEvents that cannot happen at the same time; use the addition rule P(A or B) = P(A) + P(B).
TermIndependent events
DefinitionEvents where one does not affect the other; use the multiplication rule P(A and B) = P(A) × P(B).
TermProbability tree diagram
DefinitionA diagram showing all possible outcomes of combined events as branches with probabilities.
TermRelative frequency
DefinitionAn estimate of probability based on experimental results: occurrences ÷ total trials.
TermImpossible/Certain
DefinitionProbability 0 means an event is impossible; probability 1 means it is certain.
TermSimple interest formula
DefinitionI = PRT/100, where P is principal, R is rate per year, and T is time in years.
TermCompound interest formula
DefinitionAmount = P(1 + R/100)^T, where interest is calculated on the growing total each year.
TermPrincipal
DefinitionThe original amount of money invested or borrowed, before interest is added.
TermPercentage profit/loss
Definition(Profit or Loss ÷ Cost price) × 100, always calculated on the cost price.
TermDiscount
DefinitionA reduction from the original marked price of an item.
TermOvertime
DefinitionExtra pay for hours worked beyond the normal working week, often at a higher rate.
TermHire purchase
DefinitionA way of paying for goods in instalments after a deposit, usually costing more than the cash price.
TermVAT
DefinitionValue Added Tax, a percentage added to the price of most goods and services.
TermSample space
DefinitionThe set of all possible outcomes of an experiment.
TermAddition rule (OR)
DefinitionFor mutually exclusive events, P(A or B) = P(A) + P(B).
TermMultiplication rule (AND)
DefinitionFor independent events, P(A and B) = P(A) × P(B).
TermWage
DefinitionPayment for work, usually calculated per hour or per day worked.
TermSalary
DefinitionA fixed regular payment for work, usually stated as an annual amount and paid monthly.
TermCommission
DefinitionAn amount of money paid to a worker based on a percentage of the sales they make.
TermVector
DefinitionA quantity with both magnitude and direction.
TermScalar
DefinitionA quantity with magnitude only, no direction.
TermColumn vector
DefinitionA vector written as (x/y), showing horizontal and vertical movement.
TermMagnitude of a vector
DefinitionThe length of a vector, found using √(x² + y²).
TermParallel vectors
DefinitionVectors where one is a scalar multiple of the other.
TermCollinear points
DefinitionPoints that lie on the same straight line; often proven using parallel vectors.
TermScalar multiplication of vectors
DefinitionMultiplying every component of a vector by the same number.
TermResultant vector
DefinitionThe single vector obtained by adding two or more vectors together.
TermZero vector
DefinitionA vector with magnitude zero, representing no movement at all.
TermNegative vector
DefinitionA vector with the same magnitude as the original vector but pointing in the opposite direction.
TermMatrix
DefinitionA rectangular array of numbers arranged in rows and columns.
TermOrder of a matrix
DefinitionThe size of a matrix, given as (rows × columns).
TermElement
DefinitionAn individual number within a matrix.
TermIdentity matrix
DefinitionA matrix with 1s on the main diagonal and 0s elsewhere; leaves other matrices unchanged when multiplied.
TermDeterminant
DefinitionFor [[a,b],[c,d]], the value ad - bc.
TermInverse matrix
DefinitionFor [[a,b],[c,d]], equal to (1/determinant) × [[d,-b],[-c,a]].
TermSingular matrix
DefinitionA matrix with a determinant of zero, which has no inverse.
TermMatrix multiplication rule
DefinitionTwo matrices can only be multiplied if the columns of the first equal the rows of the second.
TermZero matrix
DefinitionA matrix in which every single element is zero.
TermSquare matrix
DefinitionA matrix that has the same number of rows as columns.
TermEqual matrices
DefinitionTwo matrices of the same order in which every corresponding element is equal.

Topic 1

Numbers

1
2 marks
Find the HCF and LCM of 24 and 36.
Model answerHCF = 12. LCM = 72.
2
2 marks
Evaluate -8 × -3 ÷ -4.
Model answer-8 × -3 = 24, then 24 ÷ -4 = -6.
3
2 marks
Use BODMAS to evaluate 5 + 3 × (8 - 2) ÷ 2.
Model answerBrackets first: 8 - 2 = 6. Then 3 × 6 = 18. Then 18 ÷ 2 = 9. Then 5 + 9 = 14.
4
2 marks
Calculate 2⅓ ÷ 1¾, giving your answer as a mixed number.
Model answer2⅓ = 7/3, 1¾ = 7/4. 7/3 ÷ 7/4 = 7/3 × 4/7 = 4/3 = 1⅓.
5
2 marks
Round 0.047685 to 3 significant figures.
Model answer0.0477.
6
2 marks
Write 0.0000638 in standard form.
Model answer6.38 × 10^-5.
7
2 marks
Evaluate √144 + ∛27.
Model answer√144 = 12, ∛27 = 3. 12 + 3 = 15.
8
3 marks
A baker has 84 buns and 126 muffins. She wants to arrange them into identical trays with no items left over, and each tray holding only one type of item. What is the greatest number of items each tray could hold?
Model answerFind HCF of 84 and 126. 84 = 2² × 3 × 7. 126 = 2 × 3² × 7. HCF = 2 × 3 × 7 = 42.
9
2 marks
Find the value of 3³ - 2&sup4;.
Model answer3³ = 27, 2⁴ = 16. 27 - 16 = 11.
10
2 marks
Write 84 as a product of its prime factors, giving your answer in index form.
Model answer84 = 2 × 2 × 3 × 7 = 2² × 3 × 7.

Topic 2

Ratio, Rate & ProportionRatio, Rate & Proportion

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 3

PercentagesPercentages

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 4

Algebra: Basic OperationsAlgebra: Basic Operations

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 5

Algebra: Equations & InequalitiesAlgebra: Equations & Inequalities

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 6

Substitution & FormulaeSubstitution & Formulae

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 7

SetsSets

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 8

Geometry: Angles & LinesGeometry: Angles & Lines

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 9

Geometry: Polygons & CirclesGeometry: Polygons & Circles

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 10

MensurationMensuration

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 11

Pythagoras & TrigonometryPythagoras & Trigonometry

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 12

Coordinate Geometry & GraphsCoordinate Geometry & Graphs

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 13

TransformationsTransformations

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 14

StatisticsStatistics

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 15

ProbabilityProbability

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 16

Consumer ArithmeticConsumer Arithmetic

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 17

VectorsVectors

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Topic 18

MatricesMatrices

There's more where that came from ✨

Subscribe and get everything, for every topic:

✅ Full notes, every topic ✅ All exam questions ✅ Flashcards & diagrams ✅ New content first
Unlock full access →

Mock Exams & Past Papers

Full Papers

Two full-length mock papers in the JCE Mathematics exam style, built from questions across every topic above. Work through them under timed conditions, then reveal each answer to mark yourself.

Paper 1 — Non-Calculator

Time allowed: 1 hour  •  Total marks: 50

Instructions

  • Answer all questions. No calculator is allowed for this paper.
  • Show all your working — marks are awarded for method as well as for the final answer.
  • Section A carries 16 marks; Section B carries 34 marks.

Section A — Short Answer (16 marks)

1
2 marks
Evaluate 6 - 4 × (-2).
Model answer4 × (-2) = -8. 6 - (-8) = 14.
2
2 marks
Simplify the ratio 36:60.
Model answerHCF of 36 and 60 is 12. 36:60 = 3:5.
3
2 marks
Find 25% of 320.
Model answer25% of 320 = 320 ÷ 4 = 80.
4
2 marks
Expand 4(2x - 3).
Model answer4(2x - 3) = 8x - 12.
5
2 marks
Solve 5x - 3 = 17.
Model answer5x = 20. x = 4.
6
2 marks
ξ = {1, 2, 3, ..., 12} and A = {multiples of 3 in ξ}. List the elements of A.
Model answerA = {3, 6, 9, 12}.
7
2 marks
Find the size of one interior angle of a regular hexagon.
Model answerSum of interior angles = (6 - 2) × 180° = 720°. Each angle = 720° ÷ 6 = 120°.
8
2 marks
Find the median of the data set: 3, 8, 5, 9, 2, 7, 6.
Model answerOrdered: 2, 3, 5, 6, 7, 8, 9. The middle (4th) value is the median: 6.

Section B — Structured Questions (34 marks)

9
8 marks
A group of 15 people travels on a bus. The standard fare is P25 per person.
  1. Calculate the total fare for the group at the standard rate. (2 marks)
  2. The bus company offers a 20% discount for groups of 10 or more. Calculate the discounted total fare for the group. (3 marks)
  3. Express the discount amount as a fraction of the original total fare, giving your answer in its simplest form. (3 marks)
Model answer
  1. Total fare = 15 × P25 = P375.
  2. Discount = 20% of P375 = P75. Discounted fare = P375 - P75 = P300.
  3. Discount fraction = P75 / P375 = 1/5.
10
8 marks
  1. Use elimination to solve the simultaneous equations 2x + y = 11 and x - y = 1. (6 marks)
  2. Hence find the value of 3x - 2y. (2 marks)
Model answer
  1. Adding the two equations eliminates y: (2x + y) + (x - y) = 11 + 1, so 3x = 12 and x = 4. Substituting into x - y = 1 gives y = 3.
  2. 3x - 2y = 3(4) - 2(3) = 12 - 6 = 6.
11
9 marks
Triangle ABC is right-angled at B, with AB = 8 cm and BC = 6 cm.
  1. Calculate the length of AC. (3 marks)
  2. Calculate the area of triangle ABC. (3 marks)
  3. Calculate the perimeter of triangle ABC. (3 marks)
Model answer
  1. By Pythagoras' theorem, AC = √(8² + 6²) = √(64 + 36) = √100 = 10 cm.
  2. Area = ½ × 8 × 6 = 24 cm².
  3. Perimeter = 8 + 6 + 10 = 24 cm.
12
9 marks
In a class of 30 students, 18 play football (F), 15 play basketball (B), and 8 play both sports.
  1. Find the number of students who play only football. (2 marks)
  2. Find the number of students who play only basketball. (2 marks)
  3. Find the number of students who play neither sport. (3 marks)
  4. Find n(F ∪ B). (2 marks)
Model answer
  1. Only football = 18 - 8 = 10.
  2. Only basketball = 15 - 8 = 7.
  3. Number playing at least one sport = 10 + 7 + 8 = 25. Neither = 30 - 25 = 5.
  4. n(F ∪ B) = n(F) + n(B) - n(F ∩ B) = 18 + 15 - 8 = 25.

Paper 2 — Calculator Allowed

Time allowed: 1 hour 30 minutes  •  Total marks: 70

Instructions

  • Answer all questions. A calculator may be used for this paper.
  • Give non-exact numerical answers correct to 3 significant figures unless told otherwise.
  • Show all your working — marks are awarded for method as well as for the final answer.
1
10 marks
Thabo invests P5,000 in an account paying 6% compound interest per year.
  1. Calculate the amount in the account after 2 years. (4 marks)
  2. Calculate the compound interest earned after 2 years. (2 marks)
  3. Thabo could instead invest at 7% simple interest per year. Calculate the simple interest earned over 2 years at this rate. (2 marks)
  4. State, with a reason, which option earns Thabo more money over these 2 years. (2 marks)
Model answer
  1. A = 5000 × (1.06)² = 5000 × 1.1236 = P5,618.
  2. Compound interest = P5,618 - P5,000 = P618.
  3. Simple interest = 5000 × 0.07 × 2 = P700.
  4. The simple interest option earns more over 2 years (P700 > P618), because compound interest only overtakes simple interest once enough years have passed for the extra interest-on-interest to build up.
2
12 marks
Points A(-2, 1) and B(4, 9) are given.
  1. Find the gradient of line AB. (3 marks)
  2. Find the midpoint of AB. (2 marks)
  3. Find the equation of line AB in the form y = mx + c. (4 marks)
  4. Find the length of AB, correct to 2 decimal places. (3 marks)
Model answer
  1. Gradient = (9 - 1) / (4 - (-2)) = 8/6 = 4/3.
  2. Midpoint = ((-2 + 4)/2, (1 + 9)/2) = (1, 5).
  3. Using point A: y - 1 = (4/3)(x + 2), so y = (4/3)x + 11/3.
  4. Length AB = √((4-(-2))² + (9-1)²) = √(36 + 64) = √100 = 10.00.
3
10 marks
A ladder 6.5 m long leans against a vertical wall, with its foot 2.5 m from the base of the wall.
  1. Calculate the height the ladder reaches up the wall. (3 marks)
  2. Calculate the angle the ladder makes with the ground, correct to 1 decimal place. (3 marks)
  3. A second ladder of the same length is placed so that it makes an angle of 60° with the ground. Calculate how far its foot is from the wall, correct to 2 decimal places. (4 marks)
Model answer
  1. Height = √(6.5² - 2.5²) = √(42.25 - 6.25) = √36 = 6 m.
  2. cos θ = 2.5/6.5 = 0.3846. θ = cos⁻¹(0.3846) = 67.4°.
  3. Adjacent = 6.5 × cos 60° = 6.5 × 0.5 = 3.25 m.
4
12 marks
The table shows the marks (out of 49) of 40 students in a test: 0–9 (3 students), 10–19 (8 students), 20–29 (15 students), 30–39 (10 students), 40–49 (4 students).
  1. State the modal class. (1 mark)
  2. Calculate an estimate of the mean mark, using the midpoint of each class interval. (6 marks)
  3. Find the probability that a student chosen at random from this group scored 30 or more marks. (2 marks)
  4. A pie chart is to be drawn for this data. Calculate the angle that should be used for the "20–29" sector. (3 marks)
Model answer
  1. The modal class is the one with the highest frequency: 20–29.
  2. Midpoints: 4.5, 14.5, 24.5, 34.5, 44.5. Σfx = (3×4.5) + (8×14.5) + (15×24.5) + (10×34.5) + (4×44.5) = 13.5 + 116 + 367.5 + 345 + 178 = 1020. Estimated mean = 1020 ÷ 40 = 25.5.
  3. Students scoring 30 or more = 10 + 4 = 14. P(30 or more) = 14/40 = 7/20.
  4. Angle = (15/40) × 360° = 135°.
5
12 marks
Given vectors p = (3, -1) and q = (-2, 5).
  1. Find p + q. (2 marks)
  2. Find 3p - 2q. (3 marks)
  3. Find the magnitude of p, correct to 2 decimal places. (3 marks)
  4. Triangle T has a vertex at (3, 1). It is translated by the vector (2, -3) to form triangle T′. State the coordinates of the image of this vertex. (2 marks)
  5. Triangle T also has a vertex at (1, 4). It is instead enlarged, centre the origin, scale factor 2. State the coordinates of the image of this vertex. (2 marks)
Model answer
  1. p + q = (3 + (-2), -1 + 5) = (1, 4).
  2. 3p = (9, -3). 2q = (-4, 10). 3p - 2q = (9 - (-4), -3 - 10) = (13, -13).
  3. |p| = √(3² + (-1)²) = √10 = 3.16.
  4. Image = (3 + 2, 1 - 3) = (5, -2).
  5. Image = (1 × 2, 4 × 2) = (2, 8).
6
14 marks
  1. Solve the quadratic equation x² - 5x + 6 = 0 by factorisation. (4 marks)
  2. Given A = [3124], find the determinant of A. (2 marks)
  3. Find the inverse of matrix A. (4 marks)
  4. Two numbers have a sum of 15 and a difference of 3. Form a pair of simultaneous equations and solve them to find the two numbers. (4 marks)
Model answer
  1. x² - 5x + 6 = (x - 2)(x - 3) = 0, so x = 2 or x = 3.
  2. Determinant = (3 × 4) - (1 × 2) = 12 - 2 = 10.
  3. Inverse = (1/10) × [4-1-23].
  4. Let the numbers be x and y: x + y = 15 and x - y = 3. Adding: 2x = 18, so x = 9 and y = 6.