Skip to content

Number

Number

:::info Board Coverage AQA Paper 1 | Edexcel Paper 1 | OCR Paper 1 (Foundation & Higher) | WJEC Unit 1 :::

1. Types of Number

1.1 The Number System

The real numbers can be classified into several nested subsets. Understanding these classifications Is essential for working with the number system fluently.

Definition. The set of natural numbers is N={1,2,3,}\mathbb{N} = \{1, 2, 3, \ldots\}. The set of integers is Z={,2,1,0,1,2,}\mathbb{Z} = \{\ldots, -2, -1, 0, 1, 2, \ldots\}.

A rational number is any number that can be expressed as pq\frac{p}{q} where pZp \in \mathbb{Z} qZ{0}q \in \mathbb{Z} \setminus \{0\}And pp and qq have no common factors other than 1 (i.e. The Fraction is in its lowest terms).

An irrational number is a real number that cannot be expressed as a fraction of two integers. Key examples include 2\sqrt{2}, π\piAnd ee.

Theorem. 2\sqrt{2} is irrational.

Proof. Suppose for contradiction that 2=pq\sqrt{2} = \frac{p}{q} where pp and qq are coprime Integers with q0q \neq 0. Then:

2=p2q2    p2=2q22 = \frac{p^2}{q^2} \implies p^2 = 2q^2

Since p2p^2 is even, pp must be even. Write p=2kp = 2k for some integer kk. Then:

4k2=2q2    q2=2k24k^2 = 2q^2 \implies q^2 = 2k^2

So q2q^2 is also even, meaning qq is even. But this contradicts the assumption that pp and qq are Coprime. Therefore 2\sqrt{2} is irrational. \blacksquare

Theorem. 3\sqrt{3} is irrational.

Proof. Suppose 3=pq\sqrt{3} = \frac{p}{q} in lowest terms. Then p2=3q2p^2 = 3q^2So 3p23 \mid p^2 Hence 3p3 \mid p (since 3 is prime). Write p=3kp = 3k: 9k2=3q29k^2 = 3q^2So q2=3k2q^2 = 3k^2Giving 3q3 \mid q. This contradicts coprimality. \blacksquare

This technique generalises: for any prime pp, p\sqrt{p} is irrational. The proof structure is Identical in every case.

Proposition. The sum of a rational and an irrational number is irrational.

Proof. Let rQr \in \mathbb{Q} and sQs \notin \mathbb{Q}. Suppose r+s=qQr + s = q \in \mathbb{Q}. Then s=qrQs = q - r \in \mathbb{Q} (since rationals are closed under subtraction), contradicting the Irrationality of ss. \blacksquare

Proposition. The product of a non-zero rational and an irrational number is irrational.

Proof. Let rQ{0}r \in \mathbb{Q} \setminus \{0\} and sQs \notin \mathbb{Q}. Suppose rs=qQrs = q \in \mathbb{Q}. Then S=qrQS = \frac{q}{r} \in \mathbb{Q} (since R0R \neq 0), a contradiction. \blacksquare

:::caution The product of two irrational numbers can be rational. For example, 2×2=2\sqrt{2} \times \sqrt{2} = 2. The sum of two irrational numbers can also be rational: (1+2)+(12)=2(1 + \sqrt{2}) + (1 - \sqrt{2}) = 2. :::

1.2 Prime Numbers and Factorisation

Definition. A prime number is a natural number greater than 1 that has exactly two factors: 1 and itself.

The prime numbers below 30 are: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29.

Theorem (Fundamental Theorem of Arithmetic). Every integer greater than 1 can be written as a Unique product of prime numbers, up to the order of the factors.

This uniqueness is surprisingly powerful. It underpins the entire theory of divisibility and is the Reason prime factorisation is such a central tool.

Example. Write 12601260 as a product of primes.

1260=126×10=(63×2)×(2×5)=(7×9)×22×5=22×32×5×71260 = 126 \times 10 = (63 \times 2) \times (2 \times 5) = (7 \times 9) \times 2^2 \times 5 = 2^2 \times 3^2 \times 5 \times 7

Example. Write 39603960 as a product of primes.

3960=396×10=(4×99)×(2×5)=22×9×11×2×5=23×32×5×113960 = 396 \times 10 = (4 \times 99) \times (2 \times 5) = 2^2 \times 9 \times 11 \times 2 \times 5 = 2^3 \times 3^2 \times 5 \times 11

Theorem (Euclid). There are infinitely many prime numbers.

Proof. Suppose there are finitely many primes p1,p2,,pnp_1, p_2, \ldots, p_n. Consider N=p1p2pn+1N = p_1 p_2 \cdots p_n + 1. For each prime PiP_i, NN leaves remainder 1 when divided by PiP_i, so No pip_i divides NN. Either NN is prime (contradicting that the list was complete) or NN has a Prime factor not in the list (also a contradiction). \blacksquare

1.3 Highest Common Factor and Lowest Common Multiple

Given two integers aa and bbTheir highest common factor (HCF) is the largest integer that Divides both aa and bb. Their lowest common multiple (LCM) is the smallest positive integer That is a multiple of both.

If the prime factorisations are a=p1α1p2α2a = p_1^{\alpha_1} p_2^{\alpha_2} \cdots and b=p1β1p2β2b = p_1^{\beta_1} p_2^{\beta_2} \cdotsThen:

\mathrm{HCF(a, b) = p_1^{\min(\alpha_1, \beta_1)} p_2^{\min(\alpha_2, \beta_2)} \cdots

\mathrm{LCM(a, b) = p_1^{\max(\alpha_1, \beta_1)} p_2^{\max(\alpha_2, \beta_2)} \cdots

Relationship: For any positive integers aa and bb:

\mathrm{HCF(a, b) \times \mathrm{LCM(a, b) = a \times b

Proof of the relationship. Write a=piαia = \prod p_i^{\alpha_i} and b=piβib = \prod p_i^{\beta_i}. Then:

\mathrm{HCF \times \mathrm{LCM = \prod p_i^{\min(\alpha_i, \beta_i)} \cdot \prod p_i^{\max(\alpha_i, \beta_i)} = \prod p_i^{\min(\alpha_i, \beta_i) + \max(\alpha_i, \beta_i)} = \prod p_i^{\alpha_i + \beta_i} = ab \quad \blacksquare

Worked Example. Find the HCF and LCM of 8484 and 210210.

84=22×3×7,210=2×3×5×784 = 2^2 \times 3 \times 7, \qquad 210 = 2 \times 3 \times 5 \times 7

\mathrm{HCF = 2^{\min(2,1)} \times 3^{\min(1,1)} \times 5^{\min(0,1)} \times 7^{\min(1,1)} = 2 \times 3 \times 7 = 42

\mathrm{LCM = 2^{\max(2,1)} \times 3^{\max(1,1)} \times 5^{\max(0,1)} \times 7^{\max(1,1)} = 2^2 \times 3 \times 5 \times 7 = 420

Verification: 42×420=17640=84×21042 \times 420 = 17640 = 84 \times 210. \checkmark

Worked Example (Higher Tier). Find the HCF and LCM of 180180, 252252And 396396.

180=22×32×5,252=22×32×7,396=22×32×11180 = 2^2 \times 3^2 \times 5, \qquad 252 = 2^2 \times 3^2 \times 7, \qquad 396 = 2^2 \times 3^2 \times 11

\mathrm{HCF = 2^2 \times 3^2 = 36

\mathrm{LCM = 2^2 \times 3^2 \times 5 \times 7 \times 11 = 4 \times 9 \times 385 = 13860

1.4 Divisibility Tests and Prime Testing

To test whether a number nn is prime, you only need to check divisibility by primes up to n\sqrt{n}. If none divide nnThen nn is prime.

Worked Example. Is 211211 prime?

21114.5\sqrt{211} \approx 14.5So we check primes up to 1313: 2, 3, 5, 7, 11, 13.

  • Not divisible by 2 (odd), 3 (digit sum =4= 4), or 5 (does not end in 0 or 5).
  • 211=30×7+1211 = 30 \times 7 + 1Not divisible by 7.
  • 211=19×11+2211 = 19 \times 11 + 2Not divisible by 11.
  • 211=16×13+3211 = 16 \times 13 + 3Not divisible by 13.

Therefore 211211 is prime.

2. Fractions, Decimals, and Percentages

2.1 Fraction Arithmetic

Addition and subtraction: ab±cd=ad±bcbd\frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd}

Multiplication: ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}

Division: ab÷cd=ab×dc=adbc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}

Worked Example. Evaluate 34+2513\frac{3}{4} + \frac{2}{5} - \frac{1}{3}.

34+2513=45+242060=4960\frac{3}{4} + \frac{2}{5} - \frac{1}{3} = \frac{45 + 24 - 20}{60} = \frac{49}{60}

Worked Example (Higher Tier). Simplify 234113\frac{2\frac{3}{4}}{1\frac{1}{3}}.

Convert to improper fractions: 114÷43=114×34=3316\frac{11}{4} \div \frac{4}{3} = \frac{11}{4} \times \frac{3}{4} = \frac{33}{16}.

Worked Example (Higher Tier). Evaluate (23)2×916\left(\frac{2}{3}\right)^{-2} \times \frac{9}{16}.

(32)2×916=94×916=8164\left(\frac{3}{2}\right)^2 \times \frac{9}{16} = \frac{9}{4} \times \frac{9}{16} = \frac{81}{64}

2.2 Recurring Decimals to Fractions

A recurring decimal has digits that repeat infinitely. We can convert these to exact fractions Using algebra.

Worked Example. Convert 0.3˙6˙0.\dot{3}\dot{6} to a fraction.

Let x=0.363636x = 0.363636\ldots

The repeating block has 2 digits, so multiply by 100:

100x=36.363636100x = 36.363636\ldots

x=0.363636x = 0.363636\ldots

Subtracting: 99x=3699x = 36So x=3699=411x = \frac{36}{99} = \frac{4}{11}.

General rule: If the repeating block has nn digits, multiply by 10n10^nSubtract the original, And simplify.

Worked Example (Higher Tier). Convert 0.16˙3˙0.1\dot{6}\dot{3} to a fraction.

Let x=0.163163163x = 0.163163163\ldots

The repeating block has 3 digits, so multiply by 1000:

1000x=163.1631631000x = 163.163163\ldots

x=0.163163x = 0.163163\ldots

999x=163    x=163999999x = 163 \implies x = \frac{163}{999}

Check: gcd(163,999)\gcd(163, 999). Since 163163 is prime and 999=33×37999 = 3^3 \times 37They are coprime. So x=163999x = \frac{163}{999}.

Worked Example. Convert 0.47˙0.4\dot{7} to a fraction.

Here one digit (44) does not repeat and two digits (77) repeat. Let x=0.47777x = 0.47777\ldots

Multiply by 10: 10x=4.777710x = 4.7777\ldots

Multiply by 100: 100x=47.7777100x = 47.7777\ldots

Subtract: 90x=43    x=439090x = 43 \implies x = \frac{43}{90}.

2.3 Percentages

A percentage represents a fraction out of 100. The key operations are:

  • Percentage of an amount: P%P\% of A=P100×AA = \frac{P}{100} \times A
  • Percentage change: \frac{\mathrm{change}{\mathrm{original} \times 100\%
  • Percentage increase/decrease: \mathrm{new = \mathrm{original \times \left(1 \pm \frac{P}{100}\right)

Worked Example. A coat costs 120 pounds. It is reduced by 15% in a sale, then the sale price is Increased by 15%. What is the final price?

After the reduction: 120×0.85=102120 \times 0.85 = 102 pounds.

After the increase: 102×1.15=117.30102 \times 1.15 = 117.30 pounds.

:::caution A 15% decrease followed by a 15% increase does NOT return to the original value. The Second percentage is applied to a smaller base. :::

Theorem. A percentage increase of P%P\% followed by a percentage decrease of P%P\% (or vice Versa) always results in a net decrease. The net effect is a decrease of P2100%\frac{P^2}{100}\%.

Proof. The factor for increase is (1+P100)\left(1 + \frac{P}{100}\right) and for decrease is (1P100)\left(1 - \frac{P}{100}\right). The combined factor is:

(1+P100)(1P100)=1P210000\left(1 + \frac{P}{100}\right)\left(1 - \frac{P}{100}\right) = 1 - \frac{P^2}{10000}

This is always less than 1 for P0P \neq 0Confirming a net decrease of P2100%\frac{P^2}{100}\%. \blacksquare

Worked Example (Higher Tier). A quantity increases by 20% one year and decreases by 20% the Next. What is the overall percentage change?

Combined factor: 1.2×0.8=0.961.2 \times 0.8 = 0.96A net decrease of 4%.

By the theorem: 202100=4%\frac{20^2}{100} = 4\% decrease. \checkmark

2.4 Reverse Percentages

Worked Example. After a 20% increase, a price is 336 pounds. Find the original price.

The original price is 100%100\%And after the increase it is 120%120\%. So:

\mathrm{original = \frac{336}{1.20} = 280 \mathrm{ pounds

Worked Example (Higher Tier). A shop offers “15% off the sale price.” A customer pays 34 pounds. What was the original price before the sale?

The customer pays 85% of the sale price. Sale price =340.85=40= \frac{34}{0.85} = 40 pounds.

If the sale itself was, say, a 20% discount on the original: original =400.80=50= \frac{40}{0.80} = 50 Pounds.

2.5 Compound Interest and Depreciation

For compound growth at rate r%r\% per period over nn periods:

A=P(1+r100)nA = P\left(1 + \frac{r}{100}\right)^n

For depreciation:

A=P(1r100)nA = P\left(1 - \frac{r}{100}\right)^n

Worked Example. 2000 pounds is invested at 3.5% compound interest per year. Find the value after 6 years, giving your answer to the nearest penny.

A = 2000 \times 1.035^6 = 2000 \times 1.22925\ldots = 2458.51 \mathrm{ pounds

Worked Example (Higher Tier). A car bought for 18000 pounds depreciates at 12% per annum. After How many whole years will its value first fall below 8000 pounds?

We need 18000×0.88n<800018000 \times 0.88^n \lt 8000So 0.88n<800018000=490.88^n \lt \frac{8000}{18000} = \frac{4}{9}.

Taking logarithms: nln0.88<ln ⁣(49)n \ln 0.88 \lt \ln\!\left(\frac{4}{9}\right).

Since ln0.88<0\ln 0.88 \lt 0The inequality reverses: n>ln(4/9)ln0.88=0.8110.1286.33n \gt \frac{\ln(4/9)}{\ln 0.88} = \frac{-0.811}{-0.128} \approx 6.33.

So after 7 years the value first falls below 8000 pounds.

Worked Example. 5000 pounds is invested at 4% compound interest. Find the total interest earned After 3 years.

A = 5000 \times 1.04^3 = 5000 \times 1.124864 = 5624.32 \mathrm{ pounds

Total interest =5624.325000=624.32= 5624.32 - 5000 = 624.32 pounds.

3. Indices and Surds

3.1 Laws of Indices

For positive integers mm and nnAnd non-zero base aa:

LawExpression
Multiplicationam×an=am+na^m \times a^n = a^{m+n}
Divisionam÷an=amna^m \div a^n = a^{m-n}
Power of a power(am)n=amn(a^m)^n = a^{mn}
Power of a product(ab)n=anbn(ab)^n = a^n b^n
Negative indexan=1ana^{-n} = \frac{1}{a^n}
Zero indexa0=1a^0 = 1
Fractional indexa1/n=ana^{1/n} = \sqrt[n]{a}
Mixed fractionalam/n=(an)ma^{m/n} = \left(\sqrt[n]{a}\right)^m

Why a0=1a^0 = 1: Consider am÷am=amm=a0a^m \div a^m = a^{m-m} = a^0. But am÷am=1a^m \div a^m = 1. Therefore a0=1a^0 = 1 for all a0a \neq 0.

Worked Example. Simplify 8a3b2×3a1b46a2b3\frac{8a^3 b^2 \times 3a^{-1} b^4}{6a^2 b^{-3}}.

8×36a3+(1)2b2+4(3)=4a0b9=4b9\frac{8 \times 3}{6} \cdot a^{3 + (-1) - 2} \cdot b^{2 + 4 - (-3)} = 4 \cdot a^0 \cdot b^9 = 4b^9

Worked Example (Higher Tier). Simplify (27x68y3)2/3\left(\frac{27x^6}{8y^{-3}}\right)^{-2/3}.

=(8y327x6)2/3=82/3y3×2/3272/3x6×2/3=4y29x4=49x4y2= \left(\frac{8y^{-3}}{27x^6}\right)^{2/3} = \frac{8^{2/3} \cdot y^{-3 \times 2/3}}{27^{2/3} \cdot x^{6 \times 2/3}} = \frac{4 \cdot y^{-2}}{9 \cdot x^4} = \frac{4}{9x^4 y^2}

3.2 Surds

A surd is an irrational number expressed as the root of an integer, for example 3\sqrt{3} or 53\sqrt[3]{5}.

Rules of surds:

a×b=ab,ab=ab,(a)2=a\sqrt{a} \times \sqrt{b} = \sqrt{ab}, \qquad \frac{\sqrt{a}}{\sqrt{b}} = \sqrt{\frac{a}{b}}, \qquad (\sqrt{a})^2 = a

Rationalising the denominator: To remove a surd from the denominator, multiply top and bottom by The surd (or its conjugate if the denominator is a binomial).

Worked Example. Simplify 63\frac{6}{\sqrt{3}}.

63=633=23\frac{6}{\sqrt{3}} = \frac{6\sqrt{3}}{3} = 2\sqrt{3}

Worked Example. Rationalise 523\frac{5}{2 - \sqrt{3}}.

Multiply by the conjugate 2+32 + \sqrt{3}:

5(2+3)(23)(2+3)=5(2+3)43=5(2+3)=10+53\frac{5(2 + \sqrt{3})}{(2 - \sqrt{3})(2 + \sqrt{3})} = \frac{5(2 + \sqrt{3})}{4 - 3} = 5(2 + \sqrt{3}) = 10 + 5\sqrt{3}

Worked Example (Higher Tier). Simplify 7+373\frac{\sqrt{7} + \sqrt{3}}{\sqrt{7} - \sqrt{3}}.

(7+3)273=7+221+34=10+2214=5+212\frac{(\sqrt{7} + \sqrt{3})^2}{7 - 3} = \frac{7 + 2\sqrt{21} + 3}{4} = \frac{10 + 2\sqrt{21}}{4} = \frac{5 + \sqrt{21}}{2}

Worked Example (Higher Tier). Expand and simplify (3+25)(15)(3 + 2\sqrt{5})(1 - \sqrt{5}).

=335+252×5=3510=75= 3 - 3\sqrt{5} + 2\sqrt{5} - 2 \times 5 = 3 - \sqrt{5} - 10 = -7 - \sqrt{5}

Worked Example (Higher Tier). Simplify 50+28318\sqrt{50} + 2\sqrt{8} - 3\sqrt{18}.

Write each in simplest surd form:

=52+2×223×32=52+4292=0= 5\sqrt{2} + 2 \times 2\sqrt{2} - 3 \times 3\sqrt{2} = 5\sqrt{2} + 4\sqrt{2} - 9\sqrt{2} = 0

Theorem. If a+bc=d+eca + b\sqrt{c} = d + e\sqrt{c} where a,b,d,ea, b, d, e are rational and c\sqrt{c} is Irrational, then a=da = d and b=eb = e.

Proof. If a+bc=d+eca + b\sqrt{c} = d + e\sqrt{c}Then (ad)=(eb)c(a - d) = (e - b)\sqrt{c}. If ebe \neq bThen c=adebQ\sqrt{c} = \frac{a - d}{e - b} \in \mathbb{Q}Contradicting the irrationality of c\sqrt{c}. Therefore e=be = b and hence a=da = d. \blacksquare

This theorem is used frequently in solving equations involving surds.

3.3 Standard Form

A number in standard form is written as a×10na \times 10^n where 1a<101 \leq a \lt 10 and nn is an Integer.

Worked Example. Calculate 4.5×1083×102\frac{4.5 \times 10^8}{3 \times 10^{-2}}Giving your answer in Standard form.

4.5×1083×102=1.5×108(2)=1.5×1010\frac{4.5 \times 10^8}{3 \times 10^{-2}} = 1.5 \times 10^{8 - (-2)} = 1.5 \times 10^{10}

Worked Example. The population of a city is 2.4×1062.4 \times 10^6. The average income is 3.1×1043.1 \times 10^4 pounds per year. Find the total income, in standard form.

2.4 \times 10^6 \times 3.1 \times 10^4 = 7.44 \times 10^{10} \mathrm{ pounds

Worked Example (Higher Tier). The speed of light is approximately 3×1083 \times 10^8 m/s. The Distance from the Sun to the Earth is approximately 1.5×10111.5 \times 10^{11} m. How many minutes does Light take to travel from the Sun to the Earth?

\mathrm{Time = \frac{1.5 \times 10^{11}}{3 \times 10^8} = 500 \mathrm{ seconds = \frac{500}{60} \approx 8.33 \mathrm{ minutes

4. Upper and Lower Bounds

When a measurement is given to a specified degree of accuracy, the true value lies within a range.

Definition. If a quantity xx is given as aa to the nearest unit, then:

  • The upper bound of xx is a+0.5a + 0.5
  • The lower bound of xx is a0.5a - 0.5

For xx rounded to dd decimal places, the bounds are a±0.5×10da \pm 0.5 \times 10^{-d}.

For xx rounded to ss significant figures, the bounds are a±0.5×10log10as+1a \pm 0.5 \times 10^{\lfloor \log_{10} a \rfloor - s + 1}.

Worked Example. A rectangle has length 8.48.4 cm and width 5.25.2 cm, both measured to 1 decimal Place. Find the upper and lower bounds for the area.

Bounds for length: 8.35l<8.458.35 \leq l \lt 8.45

Bounds for width: 5.15w<5.205.15 \leq w \lt 5.20

  • Upper bound of area: 8.45 \times 5.20 = 43.94 \mathrm{ cm^2
  • Lower bound of area: 8.35 \times 5.15 = 43.0025 \mathrm{ cm^2

:::caution For division, the upper bound of the quotient is NOT upper/upper. It is upper/lower (for Positive quantities). :::

Worked Example (Higher Tier). x=6.3x = 6.3 and y=2.7y = 2.7Both correct to 1 decimal place. Find the Lower bound of xy\frac{x}{y}.

Lower bound of \frac{x}{y} = \frac{\mathrm{lower(x)}{\mathrm{upper(y)} = \frac{6.25}{2.75} = \frac{25}{11} \approx 2.27.

Upper bound of \frac{x}{y} = \frac{\mathrm{upper(x)}{\mathrm{lower(y)} = \frac{6.35}{2.65} = \frac{127}{53} \approx 2.40.

General principle for bounds:

OperationUpper boundLower bound
a+ba + bupper(a)(a) + upper(b)(b)lower(a)(a) + lower(b)(b)
aba - bupper(a)(a) - lower(b)(b)lower(a)(a) - upper(b)(b)
a×ba \times bupper(a)(a) ×\times upper(b)(b)lower(a)(a) ×\times lower(b)(b)
a÷ba \div bupper(a)(a) ÷\div lower(b)(b)lower(a)(a) ÷\div upper(b)(b)

Worked Example (Higher Tier). a=12.4a = 12.4 cm and b=3.7b = 3.7 cm, both to 1 d.p. Find the upper Bound of a2b2a^2 - b^2.

Upper bound of a2b2a^2 - b^2: \mathrm{upper(a)^2 - \mathrm{lower(b)^2 = 12.45^2 - 3.65^2 = 155.0025 - 13.3225 = 141.68 \mathrm{ cm^2.

5. Estimation and Approximation

5.1 Rounding

  • Decimal places: Count digits after the decimal point.
  • Significant figures: Count from the first non-zero digit.

Worked Example. Round 0.0040630.004063 to 2 significant figures.

The first significant figure is 4, the second is 0. The next digit is 6, so round up: 0.00410.0041.

Worked Example. Round 0.0040630.004063 to 3 significant figures.

The third significant figure is 6, and the next digit is 3, so round down: 0.004060.00406.

5.2 Estimation

Replace numbers with approximate values ( 1 significant figure) to get a quick estimate.

Worked Example. Estimate 3.97×18.40.498\frac{3.97 \times 18.4}{0.498}.

4×200.5=800.5=160\approx \frac{4 \times 20}{0.5} = \frac{80}{0.5} = 160

Worked Example. Estimate 51+4.9×7.83.1\sqrt{51} + \frac{4.9 \times 7.8}{3.1}.

49+5×83=7+4037+13.3=20.3\approx \sqrt{49} + \frac{5 \times 8}{3} = 7 + \frac{40}{3} \approx 7 + 13.3 = 20.3

5.3 Error Intervals

An error interval for a rounded value xx is the range of possible true values.

Worked Example. xx is rounded to the nearest integer as 7. Write down the error interval for xx.

6.5x<7.56.5 \leq x \lt 7.5

Note: the lower bound is inclusive (values of exactly 6.5 round up to 7), but the upper bound is Exclusive (values of exactly 7.5 round up to 8).

Worked Example (Higher Tier). p=42.6p = 42.6 is correct to 3 significant figures. Write down the Error interval for pp.

42.55p<42.6542.55 \leq p \lt 42.65

Worked Example (Higher Tier). x=0.0304x = 0.0304 is correct to 3 significant figures. Write down the Error interval for xx.

0.03035x<0.030450.03035 \leq x \lt 0.03045

5.4 Truncation

Truncation is different from rounding. When a number is truncated to a given number of decimal Places, all digits beyond that point are discarded (not rounded).

Example. Truncate 3.7493.749 to 1 decimal place: 3.73.7 (not 3.83.8).

Example. Truncate π\pi to 3 decimal places: 3.1413.141 (not 3.1423.142).

:::caution Truncation and rounding give different results when the digit immediately after the Cutoff is 5 or greater. Be sure to read the question carefully.

6. Direct and Inverse Proportion

6.1 Direct Proportion

yy is directly proportional to xx if y=kxy = kx for some constant kk (the constant of Proportionality).

We write yxy \propto x.

Worked Example. yy is directly proportional to xx. When x=5x = 5, y=30y = 30. Find yy when x=8x = 8.

30=5k    k=630 = 5k \implies k = 6

y=6×8=48y = 6 \times 8 = 48

6.2 Inverse Proportion

yy is inversely proportional to xx if y=kxy = \frac{k}{x}.

We write y1xy \propto \frac{1}{x}.

Worked Example. yy is inversely proportional to x2x^2. When x=3x = 3, y=12y = 12. Find yy when x=6x = 6.

12=k9    k=10812 = \frac{k}{9} \implies k = 108

y=10836=3y = \frac{108}{36} = 3

Worked Example (Higher Tier). The time tt taken to fill a tank is inversely proportional to the Square of the radius rr of the pipe. When r=2r = 2 cm, t=45t = 45 minutes. Find tt when r=5r = 5 cm.

t=kr2    45=k4    k=180t = \frac{k}{r^2} \implies 45 = \frac{k}{4} \implies k = 180

t = \frac{180}{25} = 7.2 \mathrm{ minutes

6.3 Proportionality with Powers and Roots

Worked Example (Higher Tier). yy is directly proportional to x\sqrt{x}. When x=9x = 9 y=12y = 12. Find yy when x=25x = 25.

y=kx    12=3k    k=4y = k\sqrt{x} \implies 12 = 3k \implies k = 4

y=425=20y = 4\sqrt{25} = 20

7. Factors, Multiples, and Primes in Context

7.1 Squares, Cubes, and Roots

OperationSymbolExample
Squaren2n^272=497^2 = 49
Cuben3n^343=644^3 = 64
Square rootn\sqrt{n}81=9\sqrt{81} = 9
Cube rootn3\sqrt[3]{n}273=3\sqrt[3]{27} = 3

It is essential to memorise squares up to 152=22515^2 = 225 and cubes up to 53=1255^3 = 125 for efficient Exam work.

7.2 Triangular and Other Sequences

Triangular numbers: Tn=n(n+1)2T_n = \frac{n(n+1)}{2}Giving the sequence 1,3,6,10,15,21,1, 3, 6, 10, 15, 21, \ldots

These represent the number of dots that can form an equilateral triangle with nn dots on each side.

Square numbers: Sn=n2S_n = n^2Giving 1,4,9,16,25,1, 4, 9, 16, 25, \ldots

Cube numbers: Cn=n3C_n = n^3Giving 1,8,27,64,125,1, 8, 27, 64, 125, \ldots

Proposition. Every square number is either a multiple of 4 or one more than a multiple of 4.

Proof. If nn is even, n=2kn = 2k and n2=4k2n^2 = 4k^2A multiple of 4. If nn is odd, n=2k+1n = 2k + 1 And n2=4k2+4k+1=4(k2+k)+1n^2 = 4k^2 + 4k + 1 = 4(k^2 + k) + 1One more than a multiple of 4. \blacksquare

7.3 Rules of Divisibility

Divisible byRule
2Last digit is even
3Sum of digits is divisible by 3
4Last two digits form a number divisible by 4
5Last digit is 0 or 5
6Divisible by both 2 and 3
8Last three digits form a number divisible by 8
9Sum of digits is divisible by 9
10Last digit is 0
11Alternating sum of digits is divisible by 11

Worked Example. Is 734856734856 divisible by 11?

Alternating sum: 73+48+56=17 - 3 + 4 - 8 + 5 - 6 = -1. Since 1-1 is not divisible by 11, no.

Worked Example. Is 8162481624 divisible by 8?

Last three digits: 624624. Check 624÷8=78624 \div 8 = 78. Yes, divisible by 8.

7.4 LCM Applications (Higher Tier)

LCM problems arise frequently in real-world contexts: synchronising events, finding repeating Patterns, and scheduling.

Worked Example. Bus A arrives every 12 minutes and Bus B arrives every 18 minutes. They both Arrive together at 08:00. When will they next arrive together?

We need \mathrm{LCM(12, 18) = 36 minutes.

Next simultaneous arrival: 08:36.

Worked Example. Three lights flash every 6, 8, and 12 seconds respectively. They all flash at Time t=0t = 0. When will they next all flash together?

\mathrm{LCM(6, 8, 12) = 24 seconds.

8. Number Theory Proofs (Higher Tier)

8.1 Proof by Exhaustion

List all possible cases and verify each one.

Example. Prove that every prime greater than 3 is of the form 6n±16n \pm 1 for some integer nn.

Every integer is of the form 6n6n, 6n+16n+1, 6n+26n+2, 6n+36n+3, 6n+46n+4Or 6n+56n+5.

  • 6n6n: divisible by 6 (not prime for n1n \geq 1)
  • 6n+2=2(3n+1)6n + 2 = 2(3n + 1): even (not prime)
  • 6n+3=3(2n+1)6n + 3 = 3(2n + 1): divisible by 3 (not prime)
  • 6n+4=2(3n+2)6n + 4 = 2(3n + 2): even (not prime)

The only remaining forms are 6n+16n + 1 and 6n+5=6(n+1)16n + 5 = 6(n + 1) - 1. \blacksquare

8.2 Proof by Deduction

Example. Prove that the sum of any three consecutive integers is divisible by 3.

Let the three consecutive integers be nn, n+1n + 1, n+2n + 2.

Sum =n+(n+1)+(n+2)=3n+3=3(n+1)= n + (n + 1) + (n + 2) = 3n + 3 = 3(n + 1).

Since n+1n + 1 is an integer, the sum is a multiple of 3. \blacksquare

Example. Prove that the sum of any four consecutive integers is never a prime number.

Let the integers be nn, n+1n + 1, n+2n + 2, n+3n + 3.

Sum =4n+6=2(2n+3)= 4n + 6 = 2(2n + 3).

This is always even and always greater than 2 (since the smallest possible sum is 0+1+2+3=60 + 1 + 2 + 3 = 6). The only even prime is 2, and the sum is always at least 6, so it can never be Prime. \blacksquare

Example. Prove that n2+nn^2 + n is always even for all integers nn.

n2+n=n(n+1)n^2 + n = n(n + 1). Among any two consecutive integers, one must be even. Therefore their product Is even. \blacksquare

Example. Prove that the difference between the squares of any two consecutive odd numbers is Divisible by 8.

Let the consecutive odd numbers be 2k+12k + 1 and 2k+32k + 3.

(2k+3)2(2k+1)2=(4k2+12k+9)(4k2+4k+1)=8k+8=8(k+1)(2k + 3)^2 - (2k + 1)^2 = (4k^2 + 12k + 9) - (4k^2 + 4k + 1) = 8k + 8 = 8(k + 1).

Since k+1k + 1 is an integer, this is a multiple of 8. \blacksquare

Common Pitfalls

  • Confusing HCF and LCM. The HCF uses the minimum power of each prime; the LCM uses the maximum.
  • Incorrect bounds for subtraction and division. For positive quantities, the upper bound of aba - b is upper(a)(a) - lower(b)(b)Not upper(a)(a) - upper(b)(b).
  • Forgetting that a0=1a^0 = 1 for any a0a \neq 0. This is a definition, not a pattern.
  • Mishandling negative indices. an=1ana^{-n} = \frac{1}{a^n}Not an-a^n.
  • Rationalising denominators incorrectly. When the denominator is a+ba + \sqrt{b}Multiply by aba - \sqrt{b}Not by ab\sqrt{a} - \sqrt{b}.
  • Assuming compound percentage changes cancel. A 20% increase followed by a 20% decrease gives 1.2×0.8=0.961.2 \times 0.8 = 0.96A net decrease of 4%.
  • Truncation vs rounding. Truncation discards digits; rounding considers the next digit.
  • Using the wrong bound for division. To maximise ab\frac{a}{b} (positive), maximise the numerator and minimise the denominator.
  • Assuming surds can cancel partially. 2+3\sqrt{2} + \sqrt{3} cannot be simplified further.

Practice Questions

  1. Express 540540 as a product of prime factors. Hence find the HCF and LCM of 540540 and 324324.

  2. Convert 0.27˙0.2\dot{7} to a fraction in its lowest terms.

  3. Simplify (23)327\frac{(2\sqrt{3})^3}{\sqrt{27}}.

  4. A car depreciates at 12% per year. If it was bought for 18000 pounds, find its value after 4 years to the nearest pound.

  5. a=6.3a = 6.3 and b=2.7b = 2.7Both correct to 1 decimal place. Find the lower bound of ab\frac{a}{b}.

  6. yy is directly proportional to the cube of xx. When x=2x = 2, y=40y = 40. Find xx when y=1080y = 1080.

  7. Simplify 12x5y23x1y4×(xy3)2\frac{12x^5 y^{-2}}{3x^{-1} y^4} \times (xy^3)^2.

  8. Rationalise the denominator of 5+351\frac{\sqrt{5} + 3}{\sqrt{5} - 1}.

  9. Calculate 6.2×103×4.8×1071.2×102\frac{6.2 \times 10^{-3} \times 4.8 \times 10^7}{1.2 \times 10^2} in standard form.

  10. Prove that the sum of any three consecutive integers is divisible by 3.

  11. Simplify (3+2)2(32)22\frac{(3 + \sqrt{2})^2 - (3 - \sqrt{2})^2}{\sqrt{2}}.

  12. Prove that the product of n(n+1)(n+2)n(n + 1)(n + 2) is always divisible by 6 for positive integers nn.

  13. A number xx is truncated to 2 decimal places as 3.473.47. Write down the error interval for xx.

  14. Express 0.12˙3˙0.1\dot{2}\dot{3} as a fraction in its lowest terms.

  15. Two lights flash every 15 seconds and 24 seconds. They flash together at noon. At what times before 1 pm will they flash together?

Worked Examples

Example 1:

A typical exam question on Number requires you to apply your knowledge to an unfamiliar context. Read the question carefully, identify the key concept being tested, and structure your answer using the appropriate terminology.

Example 2:

Multi-step problems in Number often combine two or more concepts. Break the problem down: identify what you need to find, recall the relevant formula or principle, substitute values, and state your answer with correct units or formatting.

Summary

This topic covers the mathematical techniques and concepts related to number, including key theorems, methods, and problem-solving approaches.

Key concepts include:

  • arithmetic and geometric sequences
  • series and sigma notation
  • recurrence relations
  • convergence tests
  • mathematical induction

Regular practice with a variety of question types is essential to build fluency and confidence in applying these mathematical techniques.

:::