PAPER ONE · non-calculator
EDEXCEL 1MA1/1H · GRADE 7–8 EDITION

07 high-value topics
that win you the
top grades.

The non-calculator paper is 1 hour 30 minutes, 80 marks. At grade 7–8, the marks live in the last 10 questions: surds, algebraic manipulation, completing the square, simultaneous equations, vectors, and circle theorems. This site drills exactly those.

80 marks 90 minutes ≈1 min per mark
01
Surds & Rationalising
Grade 7
CORE RULES

The three you must know cold

$\sqrt{a} \times \sqrt{b} = \sqrt{ab}$
$\dfrac{\sqrt{a}}{\sqrt{b}} = \sqrt{\dfrac{a}{b}}$
$\sqrt{a} + \sqrt{a} = 2\sqrt{a}$   (but $\sqrt{a}+\sqrt{b} \neq \sqrt{a+b}$)
SIMPLIFYING: Pull out the largest square factor.
$\sqrt{72} = \sqrt{36 \times 2} = 6\sqrt{2}$
Students lose marks writing $\sqrt{72} = \sqrt{4 \times 18} = 2\sqrt{18}$. That's not fully simplified — $\sqrt{18}$ still simplifies. Always go for the largest square factor (36, 25, 16, 9, 4).
WORKED EXAMPLE

Rationalise $\dfrac{6}{3+\sqrt{5}}$

  1. Multiply top and bottom by the conjugate: $3-\sqrt{5}$
  2. $\dfrac{6(3-\sqrt{5})}{(3+\sqrt{5})(3-\sqrt{5})}$
  3. Denominator: $9 - 5 = 4$
  4. $\dfrac{18 - 6\sqrt{5}}{4} = \dfrac{9 - 3\sqrt{5}}{2}$
CONJUGATE: Flip the sign between the two terms. $(a+b)(a-b)=a^2-b^2$ kills the surd.
EXAM-STYLE QUESTION

Show that $\dfrac{(2+\sqrt{3})^2}{\sqrt{12}}$ can be written as $a + b\sqrt{3}$

Numerator: $(2+\sqrt{3})^2 = 4 + 4\sqrt{3} + 3 = 7 + 4\sqrt{3}$

Denominator: $\sqrt{12} = 2\sqrt{3}$

Expression: $\dfrac{7 + 4\sqrt{3}}{2\sqrt{3}}$. Rationalise by multiplying by $\dfrac{\sqrt{3}}{\sqrt{3}}$:

$\dfrac{(7+4\sqrt{3})\sqrt{3}}{2\sqrt{3}\cdot\sqrt{3}} = \dfrac{7\sqrt{3}+12}{6} = 2 + \dfrac{7\sqrt{3}}{6}$

So $a = 2$, $b = \dfrac{7}{6}$.

02
Index Laws (Fractional & Negative)
Grade 7
THE LAWS

Memorise these six

  • $a^m \times a^n = a^{m+n}$
  • $a^m \div a^n = a^{m-n}$
  • $(a^m)^n = a^{mn}$
  • $a^0 = 1$
  • $a^{-n} = \dfrac{1}{a^n}$
  • $a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$
FRACTIONAL INDEX: denominator = root, numerator = power.
$8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4$
WORKED EXAMPLE

Evaluate $\left(\dfrac{25}{16}\right)^{-3/2}$

  1. Negative power → flip the fraction: $\left(\dfrac{16}{25}\right)^{3/2}$
  2. Apply the fractional power to top and bottom:
  3. $\dfrac{16^{3/2}}{25^{3/2}} = \dfrac{(\sqrt{16})^3}{(\sqrt{25})^3} = \dfrac{4^3}{5^3}$
  4. $= \dfrac{64}{125}$
Always deal with the negative first (flip), root second, power third. Doing the power first gives huge ugly numbers.
EXAM-STYLE QUESTION

Given $2^x \times 4^{x+1} = 8^{x-2}$, find $x$.

Get a common base. Everything is a power of 2:

$2^x \times (2^2)^{x+1} = (2^3)^{x-2}$

$2^x \times 2^{2x+2} = 2^{3x-6}$

$2^{3x+2} = 2^{3x-6}$

$3x + 2 = 3x - 6$ → $2 = -6$. No solution. (Trap question — be confident saying so.)

03
Algebraic Fractions
Grade 8
STRATEGY

Always factorise first

  1. Factorise every numerator and denominator fully.
  2. Cancel common brackets.
  3. For + or −: find a common denominator (multiply the brackets).
  4. For × or ÷: flip if dividing, then cancel diagonally.
FACTORISING CHECKLIST:
• Common factor first
• Difference of two squares: $a^2 - b^2 = (a+b)(a-b)$
• Quadratics $ax^2+bx+c$
WORKED EXAMPLE

Simplify $\dfrac{x^2 - 9}{x^2 + 5x + 6}$

Top: difference of squares → $(x+3)(x-3)$

Bottom: factorise → $(x+2)(x+3)$

$\dfrac{(x+3)(x-3)}{(x+2)(x+3)} = \dfrac{x-3}{x+2}$

EXAM-STYLE QUESTION (5 MARKS)

Simplify $\dfrac{2x^2+7x+3}{x^2-9} \div \dfrac{2x+1}{x-3}$

Factorise:

$2x^2 + 7x + 3 = (2x+1)(x+3)$     $x^2 - 9 = (x+3)(x-3)$

Flip the second fraction (dividing):

$\dfrac{(2x+1)(x+3)}{(x+3)(x-3)} \times \dfrac{x-3}{2x+1}$

Cancel: $(2x+1)$, $(x+3)$, and $(x-3)$ all cancel.

Answer: $\mathbf{1}$

You can only cancel factors (things multiplied), never terms (things added). $\dfrac{x+3}{x+5} \neq \dfrac{3}{5}$.
04
Quadratics: Completing the Square
Grade 7–8
METHOD

Complete the square for $x^2 + bx + c$

  1. Halve $b$: call it $p = b/2$
  2. Write $(x + p)^2$
  3. Subtract $p^2$ (because $(x+p)^2$ has an extra $p^2$)
  4. Add the original $c$
$x^2 + bx + c \equiv \left(x+\dfrac{b}{2}\right)^2 - \dfrac{b^2}{4} + c$
WHY IT MATTERS: Completed-square form $(x-h)^2 + k$ reveals:
• Minimum value $= k$
• Turning point at $(h, k)$
• Line of symmetry $x = h$
WORKED EXAMPLE

Complete the square: $x^2 - 6x + 11$

  1. Half of $-6$ is $-3$
  2. $(x - 3)^2 = x^2 - 6x + 9$
  3. We need $+11$, but have $+9$, so add $+2$
  4. $x^2 - 6x + 11 = (x-3)^2 + 2$

So: minimum value is $2$, at $x = 3$. The graph never touches the x-axis (always $\geq 2$).

HARDER: COEFFICIENT IN FRONT

Write $2x^2 + 12x - 5$ in the form $a(x+b)^2 + c$

  1. Factor out the 2 from the $x$ terms only: $2(x^2 + 6x) - 5$
  2. Complete square inside: $x^2 + 6x = (x+3)^2 - 9$
  3. Substitute: $2[(x+3)^2 - 9] - 5$
  4. Expand: $2(x+3)^2 - 18 - 5 = 2(x+3)^2 - 23$

So $a = 2$, $b = 3$, $c = -23$. Turning point: $(-3, -23)$.

Don't forget to multiply the $-9$ by the $2$ outside. This is the #1 lost mark on these questions.
USING IT TO SOLVE QUADRATIC INEQUALITIES

Solve $x^2 - 2x - 8 > 0$

Factorise: $(x-4)(x+2) > 0$

Critical values: $x = 4$ and $x = -2$

Sketch a positive parabola crossing at $-2$ and $4$. We want where it's above the x-axis.

Answer: $x < -2$   or   $x > 4$

For $> 0$ (or $< 0$), you almost always get TWO separate regions joined by "or" — not one. If you get a single interval, you probably got the inequality direction wrong.
05
Simultaneous (Linear + Quadratic)
Grade 7–8
METHOD

Substitution every time

  1. Rearrange the linear equation for one variable.
  2. Substitute into the quadratic.
  3. Expand, simplify, set $= 0$.
  4. Solve the resulting quadratic.
  5. Substitute each $x$ back to find its $y$ — pair them up.
YOU GET PAIRS: A linear and a quadratic graph cross in 0, 1, or 2 places — meaning 0, 1, or 2 solution pairs. Always state them as coordinates or as "$x = \ldots, y = \ldots$" pairs.
WORKED EXAMPLE

Solve: $y = x + 1$ and $x^2 + y^2 = 25$

Sub $y = x+1$ into the second:

$x^2 + (x+1)^2 = 25$

$x^2 + x^2 + 2x + 1 = 25$

$2x^2 + 2x - 24 = 0$

$x^2 + x - 12 = 0$

$(x+4)(x-3) = 0$ → $x = -4$ or $x = 3$

Pair up:

If $x = -4$, $y = -3$. If $x = 3$, $y = 4$.

06
Vectors & Geometric Proof
Grade 8–9
CORE IDEAS

Three things to remember

  • Travel routes: $\overrightarrow{AB} = -\overrightarrow{BA}$. To go from A to B, go via any point in between.
  • Parallel vectors: one is a scalar multiple of the other. $\mathbf{a}$ and $3\mathbf{a}$ are parallel.
  • Collinear (straight line): if $\overrightarrow{XY} = k \cdot \overrightarrow{YZ}$ (sharing point Y) then X, Y, Z are on a straight line.
RATIO TRICK: If M divides AB in the ratio $2:3$, then $\overrightarrow{AM} = \dfrac{2}{5}\overrightarrow{AB}$. The denominator is the SUM of the ratio parts.
WORKED EXAMPLE

OABC is a parallelogram. $\overrightarrow{OA} = \mathbf{a}$, $\overrightarrow{OC} = \mathbf{c}$. M is the midpoint of AB. Find $\overrightarrow{OM}$.

Since OABC is a parallelogram, $\overrightarrow{AB} = \overrightarrow{OC} = \mathbf{c}$.

M is the midpoint of AB, so $\overrightarrow{AM} = \dfrac{1}{2}\mathbf{c}$.

Travel O → A → M:

$\overrightarrow{OM} = \overrightarrow{OA} + \overrightarrow{AM} = \mathbf{a} + \dfrac{1}{2}\mathbf{c}$

PROVING COLLINEARITY (FULL 5-MARKER)

Strategy

  1. Find both vectors using the routes given (in terms of $\mathbf{a}$ and $\mathbf{b}$).
  2. Factorise each so it looks like $k(\text{something})$.
  3. Show one is a multiple of the other — they're parallel.
  4. State they share a common point → therefore collinear (on the same straight line).

Example phrasing for full marks:

"$\overrightarrow{XY} = 2\mathbf{a} + 4\mathbf{b} = 2(\mathbf{a} + 2\mathbf{b})$ and $\overrightarrow{YZ} = 3\mathbf{a} + 6\mathbf{b} = 3(\mathbf{a} + 2\mathbf{b})$. Since $\overrightarrow{YZ} = \dfrac{3}{2}\overrightarrow{XY}$, the vectors are parallel. As they share point Y, the points X, Y, Z are collinear."

07
Circle Theorems
Grade 7
THE EIGHT THEOREMS — MEMORISE THE EXACT WORDING

Examiners want these phrases verbatim

  1. Angle at centre is twice angle at circumference (same arc).
  2. Angle in a semicircle is 90° (special case of above).
  3. Angles in the same segment are equal (subtended by same arc).
  4. Opposite angles in a cyclic quadrilateral sum to 180°.
  5. A tangent meets a radius at 90°.
  6. Two tangents from an external point are equal in length.
  7. Perpendicular from the centre bisects a chord.
  8. Alternate segment theorem: the angle between a tangent and a chord equals the angle in the alternate segment.
For "reasons" marks, you must use these exact phrases — not "the angle is the same because they look equal" or vague descriptions. Write the theorem name as your reason.
TYPICAL QUESTION STRUCTURE

How to attack any circle theorem problem

  1. Mark every given angle on the diagram.
  2. Look for: radii (→ isosceles triangles), tangents (→ 90°), diameters (→ 90° at circumference).
  3. Find one new angle at a time, writing the theorem name next to each step.
  4. Don't skip steps — every angle needs a justification.
HIDDEN ISOSCELES: If a triangle has two sides that are radii, it's isosceles → two equal base angles. This unlocks more questions than any other observation.
08
Exact Trig Values
Grade 7
YOU MUST KNOW THESE FOR PAPER 1

The non-negotiable table

θ 30° 45° 60° 90°
sin θ 0 $\frac{1}{2}$ $\frac{\sqrt{2}}{2}$ $\frac{\sqrt{3}}{2}$ 1
cos θ 1 $\frac{\sqrt{3}}{2}$ $\frac{\sqrt{2}}{2}$ $\frac{1}{2}$ 0
tan θ 0 $\frac{1}{\sqrt{3}}$ 1 $\sqrt{3}$ undef.
MEMORY TRICK: sin goes $\sqrt{0}/2, \sqrt{1}/2, \sqrt{2}/2, \sqrt{3}/2, \sqrt{4}/2$ for $0°, 30°, 45°, 60°, 90°$. cos is the reverse order. tan = sin/cos.
WORKED EXAMPLE

Triangle ABC has $\angle B = 90°$, $\angle A = 30°$, hypotenuse $AC = 8$. Find BC exactly.

BC is opposite to the $30°$ angle. $\sin 30° = \dfrac{BC}{8}$

$\dfrac{1}{2} = \dfrac{BC}{8}$ → $BC = 4$

Now find AB: $\cos 30° = \dfrac{AB}{8}$ → $AB = 8 \times \dfrac{\sqrt{3}}{2} = 4\sqrt{3}$

09
Upper & Lower Bounds
Grade 7
RULES

Finding the bounds of a result

  • Addition: UB = UB + UB  |  LB = LB + LB
  • Subtraction: UB = UB − LB  |  LB = LB − UB
  • Multiplication: UB = UB × UB  |  LB = LB × LB
  • Division: UB = UB ÷ LB  |  LB = LB ÷ UB
HALF-UNIT RULE: A length given as $7.4$ cm (1 dp) lies in $7.35 \leq L < 7.45$.
Bound = value ± (half the rounding unit).
For subtraction and division, the patterns LOOK weird — but think: to make a difference as big as possible, make the first number huge and the second tiny.
EXAMPLE

$a = 6.3$ (1 dp), $b = 2.5$ (1 dp). Find UB of $\dfrac{a}{b}$.

$a$: $6.25 \leq a < 6.35$

$b$: $2.45 \leq b < 2.55$

UB of $\dfrac{a}{b}$ = $\dfrac{\text{UB of }a}{\text{LB of }b} = \dfrac{6.35}{2.45}$

$= \dfrac{635}{245} = \dfrac{127}{49} \approx 2.59$

10
Recurring Decimals → Fractions
Grade 7
METHOD

The algebra trick

  1. Let $x = $ the recurring decimal.
  2. Multiply by $10^n$ where $n$ = number of recurring digits, to shift one full cycle.
  3. Subtract: the recurring parts cancel.
  4. Solve for $x$ as a fraction. Simplify.
EXAMPLE

Express $0.\dot{2}\dot{7}$ as a fraction

Let $x = 0.272727\ldots$

$100x = 27.272727\ldots$

Subtract: $99x = 27$

$x = \dfrac{27}{99} = \dfrac{3}{11}$

HARDER: MIXED RECURRING

Express $0.41\dot{6}$ as a fraction

Only the 6 recurs. Let $x = 0.41666\ldots$

$10x = 4.1666\ldots$     $100x = 41.666\ldots$

Subtract: $100x - 10x = 41.666\ldots - 4.1666\ldots$

$90x = 37.5$ → $x = \dfrac{37.5}{90} = \dfrac{75}{180} = \dfrac{5}{12}$

Pick your two multiples so that both have the same recurring tail after the decimal point. Then they cancel cleanly.
11
Functions & Transformations
Grade 7–8
NOTATION

Inverse & composite

  • $f(x)$ — apply $f$ to $x$.
  • $fg(x)$ — apply $g$ FIRST, then $f$. (Read right to left.)
  • $f^{-1}(x)$ — inverse: undoes $f$. To find it: set $y = f(x)$, swap $x$ and $y$, solve for $y$.

Example: $f(x) = 3x - 5$. Find $f^{-1}(x)$.

$y = 3x - 5$ → swap: $x = 3y - 5$ → $y = \dfrac{x+5}{3}$

So $f^{-1}(x) = \dfrac{x+5}{3}$.

GRAPH TRANSFORMATIONS

Outside the bracket vs inside

  • $y = f(x) + a$ — shift UP by $a$
  • $y = f(x + a)$ — shift LEFT by $a$ (yes, left!)
  • $y = -f(x)$ — reflect in the $x$-axis
  • $y = f(-x)$ — reflect in the $y$-axis
  • $y = af(x)$ — stretch vertically, factor $a$
  • $y = f(ax)$ — stretch horizontally, factor $\frac{1}{a}$
RULE OF THUMB: Changes outside the function brackets do what you'd expect (up means up). Changes inside the brackets do the OPPOSITE.

Memorise These — Not Given in Paper 1

Quadratic formula
$x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}$
Area of trapezium
$A = \dfrac{1}{2}(a+b)h$
Pythagoras
$a^2 + b^2 = c^2$
Volume of prism
$V = \text{area of cross-section} \times \text{length}$
Circle area / circumference
$A = \pi r^2$,   $C = 2\pi r$
Compound interest
$A = P\left(1+\dfrac{r}{100}\right)^n$
Speed / Density / Pressure
$S=\dfrac{D}{T}, \rho=\dfrac{m}{V}, P=\dfrac{F}{A}$
SOHCAHTOA
$\sin=\dfrac{O}{H}, \cos=\dfrac{A}{H}, \tan=\dfrac{O}{A}$

Mixed Quiz — Click to reveal answers

10 questions · Mix of grade 7–8 styles · No calculator
QUESTION 01 · Surds (3 marks)
Show that $(3 + \sqrt{2})(5 - \sqrt{2})$ can be written as $a + b\sqrt{2}$ where $a$ and $b$ are integers.
Expand: $15 - 3\sqrt{2} + 5\sqrt{2} - 2 = 13 + 2\sqrt{2}$. So $a=13$, $b=2$. Answer: $13 + 2\sqrt{2}$
QUESTION 02 · Indices (2 marks)
Evaluate $\left(\dfrac{27}{8}\right)^{-2/3}$.
Flip: $\left(\dfrac{8}{27}\right)^{2/3}$. Cube root: $\dfrac{2}{3}$. Square: $\dfrac{4}{9}$. Answer: $\dfrac{4}{9}$
QUESTION 03 · Algebraic fractions (4 marks)
Simplify fully $\dfrac{2x^2 - 8}{x^2 + 4x + 4}$.
Top: $2(x^2-4) = 2(x+2)(x-2)$. Bottom: $(x+2)^2$. Cancel one $(x+2)$. Answer: $\dfrac{2(x-2)}{x+2}$
QUESTION 04 · Completing the square (3 marks)
Write $x^2 + 8x - 3$ in the form $(x+a)^2 + b$ and state the minimum value of the expression.
Half of 8 is 4. $(x+4)^2 = x^2 + 8x + 16$. We need $-3$ but have $+16$, so subtract 19. $(x+4)^2 - 19$. Minimum value $= -19$ at $x = -4$.
QUESTION 05 · Quadratic inequality (3 marks)
Solve $x^2 + 3x - 10 \leq 0$.
Factorise: $(x+5)(x-2) \leq 0$. Critical values $-5$ and $2$. Want where parabola is below or on the x-axis: $-5 \leq x \leq 2$.
QUESTION 06 · Simultaneous (5 marks)
Solve $y = 2x - 1$ and $y = x^2 - 4$.
$2x - 1 = x^2 - 4$ → $x^2 - 2x - 3 = 0$ → $(x-3)(x+1) = 0$ → $x = 3$ or $x = -1$. Pair up: $(3, 5)$ and $(-1, -3)$.
QUESTION 07 · Recurring decimal (3 marks)
Show that $0.\dot{1}\dot{8}$ can be written as $\dfrac{2}{11}$.
Let $x = 0.181818\ldots$ Then $100x = 18.1818\ldots$ Subtract: $99x = 18$, so $x = \dfrac{18}{99} = \dfrac{2}{11}$.
QUESTION 08 · Exact trig (3 marks)
A right-angled triangle has angle $60°$ and the side adjacent to it is $5$ cm. Find the exact length of the hypotenuse and opposite side.
$\cos 60° = \dfrac{1}{2} = \dfrac{5}{h}$ → $h = 10$ cm. $\tan 60° = \sqrt{3} = \dfrac{\text{opp}}{5}$ → opp $= 5\sqrt{3}$ cm, hyp $= 10$ cm.
QUESTION 09 · Bounds (4 marks)
$p = 8.4$ (1 dp), $q = 3.1$ (1 dp). Calculate the lower bound of $p - q$.
$p$: $8.35 \leq p < 8.45$. $q$: $3.05 \leq q < 3.15$. LB of $p-q$ = LB($p$) − UB($q$) = $8.35 - 3.15 = $ $5.20$.
QUESTION 10 · Functions (3 marks)
$f(x) = 2x + 3$ and $g(x) = x^2$. Find $gf(2)$ and $f^{-1}(x)$.
$f(2) = 7$. Then $g(7) = 49$. So $gf(2) = 49$. For inverse: $y = 2x+3$ → $x = 2y+3$ → $y = \dfrac{x-3}{2}$. $f^{-1}(x) = \dfrac{x-3}{2}$.
Exam Day Strategy
Read this
PACING

1 minute per mark

80 marks in 90 minutes leaves you 10 minutes for checking. If a 3-mark question takes more than 4 minutes, move on — come back later.

SHOW WORKING

Marks for method

Even with a wrong final answer, you get method marks. A blank page gets zero. Always write a first line of working — at least define variables or rewrite the question algebraically.

CHECK

Sense-check answers

Is the side of a triangle negative? Probably wrong. Is the probability over 1? Wrong. Did you answer the actual question (e.g. "find $x+y$" not just $x$)?

"SHOW THAT" QUESTIONS

The target answer is given

Every line must lead clearly to the stated result. Don't skip steps. Don't write the answer at the start — work toward it. The examiner is checking your reasoning, not the final value (which is already there).

PROOF QUESTIONS

Algebraic proof skeleton

  1. Let the integer be $n$ (or two integers $n$ and $m$).
  2. Write the expression using $n$.
  3. Expand and simplify.
  4. Factorise to show it's even / odd / a multiple of something.
  5. State your conclusion clearly: "Therefore..."
Practice Timer
90:00