Algebra · ClipSAT

Home
Formulas

Open a chapter to see its formulas here.

⏱ Exam Timer: 00:00
Active Recall Deck 0
Active Recall Question
Click to show flashcard
Back side
FLASHCARDS

Algebra

Level · Middle & high school · exam foundations Chapters · 7 Explorers · 5 interactive Feeds into · SAT · ACT · IGCSE · A-Level
1

Linear Equations & Lines

A linear relationship changes at a constant rate — its graph is a straight line. Mastering lines is the foundation for everything from SAT word problems to the slope fields of calculus.

● Definition 1.1 — Linear equation

A linear equation in one variable has the form \( ax+b=0 \) with \( a\neq 0 \); its single solution is \( x=-\dfrac{b}{a} \). In two variables, \( y=mx+b \) describes a line of slope \( m \) and \( y \)-intercept \( b \).

The slope measures steepness as rise over run, \( m=\dfrac{\Delta y}{\Delta x}=\dfrac{y_2-y_1}{x_2-x_1} \). Drag the sliders to see how \( m \) tilts the line and \( b \) slides it up or down — the amber dots mark where it crosses the axes.

⊙ Explorer · Slope & interceptinteractive
y = x + 1
slope  m
y-intercept
x-intercept

Three forms of a line

Slope–intercept
\( y=mx+b \)
Point–slope
\( y-y_1=m\,(x-x_1) \)
Standard
\( Ax+By=C \)
Worked example 1.A — Solve

Solve \( 3x+5=20 \).

Subtract 5, then divide by 3:

\[ 3x=15 \quad\Longrightarrow\quad x=5. \]

Worked example 1.B — Equation of a line

Find the line through \( (1,2) \) and \( (5,10) \).

Slope first, then point–slope with \( (1,2) \):

\[ m=\frac{10-2}{5-1}=2, \qquad y-2=2(x-1)\;\Longrightarrow\; y=2x. \]

📝 Chapter Quiz
2

Quadratic Functions

Quadratics introduce curvature. Their U-shaped graphs — parabolas — appear in projectile motion, optimization, and a large share of every standardized test.

● Definition 2.1 — Quadratic function

A quadratic function has the form \( f(x)=ax^2+bx+c \) with \( a\neq 0 \). Its graph is a parabola opening upward when \( a>0 \) and downward when \( a<0 \), with axis of symmetry \( x=-\dfrac{b}{2a} \).

▲ Theorem 2.2 — The quadratic formula

The solutions of \( ax^2+bx+c=0 \) are

\[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}. \]

The discriminant \( \Delta=b^2-4ac \) reveals the roots: \( \Delta>0 \) gives two real roots, \( \Delta=0 \) one repeated root, and \( \Delta<0 \) no real roots.

In the explorer, \( a \), \( b \), and \( c \) reshape the parabola live. The amber vertex sits on the dashed axis of symmetry, and when the discriminant is non-negative the amber roots appear exactly where the curve meets the \( x \)-axis.

⊙ Explorer · The parabola \( ax^2+bx+c \)interactive
y = x² − x − 3
discriminant  Δ
vertex
roots

Three forms of a quadratic

Standard
\( f(x)=ax^2+bx+c \)
Vertex \((h,k)\)
\( f(x)=a(x-h)^2+k \)
Factored
\( f(x)=a(x-r_1)(x-r_2) \)
Worked example 2.A — Factoring

Solve \( x^2-5x+6=0 \).

Find two numbers multiplying to \( 6 \) and adding to \( -5 \): namely \( -2 \) and \( -3 \).

\[ (x-2)(x-3)=0 \quad\Longrightarrow\quad x=2 \ \text{or}\ x=3. \]

Worked example 2.B — Quadratic formula

Solve \( 2x^2+3x-2=0 \).

Here \( a=2,\ b=3,\ c=-2 \), so \( \Delta=9+16=25 \):

\[ x=\frac{-3\pm\sqrt{25}}{4}=\frac{-3\pm 5}{4}=\tfrac12 \ \text{or}\ -2. \]

📝 Chapter Quiz
3

Exponents & Polynomials

Exponent rules and polynomial structure are the algebraic “grammar” that keeps longer manipulations clean and error-free.

▲ Reference — Laws of exponents

\( a^m a^n=a^{m+n} \), \(\quad \dfrac{a^m}{a^n}=a^{m-n} \), \(\quad (a^m)^n=a^{mn} \),

\( a^0=1\ (a\neq 0) \), \(\quad a^{-n}=\dfrac{1}{a^n} \), \(\quad a^{1/n}=\sqrt[n]{a}. \)

Special products & factoring

Square of a sum
\( (a+b)^2=a^2+2ab+b^2 \)
Square of a difference
\( (a-b)^2=a^2-2ab+b^2 \)
Difference of squares
\( a^2-b^2=(a-b)(a+b) \)
Worked example 3.A — Simplify

Simplify \( \dfrac{x^5 \cdot x^2}{x^3} \).

Add exponents on top, then subtract:

\[ \frac{x^{5+2}}{x^3}=x^{7-3}=x^4. \]

Worked example 3.B — Factor

Factor \( x^2-9 \).

A difference of squares with \( a=x,\ b=3 \):

\[ x^2-9=(x-3)(x+3). \]

📝 Chapter Quiz
4

Functions & Transformations

A function is a rule that assigns exactly one output to each input. Once you know a parent graph, simple changes to its formula shift, stretch, and flip it — no re-plotting required.

● Definition 4.1 — Function, domain, range

A function \( f \) pairs each input \( x \) with one output \( f(x) \). The domain is the set of allowed inputs; the range is the set of resulting outputs.

▲ Theorem 4.2 — The transformation template

Starting from a parent function \( f \), the graph of

\[ g(x)=a\,f(x-h)+k \]

is stretched vertically by \( |a| \) (and reflected if \( a<0 \)), shifted right by \( h \), and shifted up by \( k \).

Pick a parent function and move the sliders — the faint grey curve is the original, the indigo curve is the transformed graph, and the amber dot tracks its key point at \( (h,k) \).

⊙ Explorer · Shifting & stretchinginteractive
g(x) = (x)²
key point (h, k)
Worked example 4.A — Describe the transformation

How is \( y=(x-3)^2+2 \) related to \( y=x^2 \)?

Matching \( a=1,\ h=3,\ k=2 \): the parabola shifts right \( 3 \) and up \( 2 \), placing the vertex at \( (3,2) \).

Worked example 4.B — Domain

Find the domain of \( f(x)=\sqrt{x-1} \).

The radicand must be non-negative: \( x-1\geq 0 \), so the domain is \( [1,\infty) \).

▲ Functions and their transformations

A function assigns exactly one output to each input. Transformations shift, reflect, stretch, or compress the graph of a parent function.

Vertical shift
\( y=f(x)+k \): up \( k \) units
Horizontal shift
\( y=f(x-h) \): right \( h \) units
Reflection
\( y=-f(x) \): over \( x \)-axis; \( y=f(-x) \): over \( y \)-axis
Stretch/compress
\( y=af(x) \): vertical; \( y=f(bx) \): horizontal
Worked example

Describe the transformation from \( y=x^2 \) to \( y=-(x-3)^2+4 \).

Right 3, reflect over \( x \)-axis, up 4. Vertex at \( (3,4) \), opens downward.

📝 Chapter Quiz
5

Exponential & Logarithmic Functions

Exponential functions model growth and decay — populations, interest, radioactivity. Logarithms are their inverses, and the tool that solves for an unknown exponent.

● Definition 5.1 — Exponential function

An exponential function has the form \( f(x)=a\,b^{x} \) with \( b>0,\ b\neq 1 \). It models growth when \( b>1 \) and decay when \( 0<b<1 \), with horizontal asymptote \( y=0 \) and \( y \)-intercept \( a \).

▲ Theorem 5.2 — Logarithms invert exponentials

\( y=\log_b x \iff b^{y}=x \). The laws follow directly:

\[ \log_b(MN)=\log_b M+\log_b N,\qquad \log_b\!\big(M^{p}\big)=p\,\log_b M. \]

Move the sliders to see growth flip to decay as the base crosses \( 1 \). Tick the box to mirror the curve over \( y=x \) and reveal its inverse logarithm.

⊙ Explorer · Growth, decay & inverseinteractive
y = 1·2ˣ
behavior
y-intercept
Exponential form
\( f(x)=ab^x,\;b>0,\,b\neq1 \)
Log definition
\( \log_b x=y \Leftrightarrow b^y=x \)
Log laws
\( \log(mn)=\log m+\log n;\;\log\frac{m}{n}=\log m-\log n \)
Change of base
\( \log_b a=\dfrac{\ln a}{\ln b} \)
Worked example 5.A — Solve an exponential equation

Solve \( 2^{x}=32 \).

Write \( 32 \) as a power of \( 2 \): \( 32=2^{5} \). Equal bases force equal exponents:

\[ 2^{x}=2^{5}\ \Longrightarrow\ x=5. \]

Worked example 5.B — Logarithms

Evaluate \( \log_2 8 \) and expand \( \log\!\big(xy^2\big) \).

Since \( 8=2^{3} \), \( \log_2 8=3 \). By the log laws,

\[ \log\!\big(xy^2\big)=\log x+2\log y. \]

📝 Chapter Quiz
6

Systems & Inequalities

A system of equations asks where two conditions hold at once. Graphically, the solution is the point where the lines cross — and sometimes there is no such point.

● Definition 6.1 — Solution of a linear system

A solution satisfies every equation simultaneously. Two lines either cross once (one solution), run parallel (no solution), or coincide (infinitely many).

Solve by substitution (isolate one variable and plug in) or elimination (add multiples of the equations to cancel a variable). Drag the four sliders: the amber dot is the live intersection, and parallel slopes report “no solution”.

⊙ Explorer · Two lines, one solutioninteractive
solution
Worked example 6.A — Elimination

Solve \( \begin{cases} 2x+y=7 \\ x-y=2 \end{cases} \).

Add the equations to cancel \( y \): \( 3x=9 \Rightarrow x=3 \). Back-substitute: \( 3-y=2 \Rightarrow y=1 \).

\[ (x,y)=(3,1). \]

Worked example 6.B — No solution

Solve \( \begin{cases} y=2x+1 \\ y=2x-3 \end{cases} \).

Equal slopes but different intercepts: the lines are parallel and never meet — no solution.

▲ Systems of equations and inequalities

Solve systems by substitution, elimination, or matrices. Graph inequalities with dashed or solid boundary lines and shade the solution region.

Substitution
Solve one equation for a variable, substitute into the other
Elimination
Add/subtract equations to cancel a variable
Cramer's rule (2×2)
\( x=\dfrac{D_x}{D},\; y=\dfrac{D_y}{D} \), \( D=ad-bc \)
Inequality shading
Test a point; if true, shade that side
Worked example

Solve: \( x+y=5 \), \( 2x-y=4 \).

Add: \( 3x=9 \Rightarrow x=3,\;y=2 \).

📝 Chapter Quiz
7

Sequences & Series

A sequence is an ordered list of numbers following a rule; a series is their sum. Two patterns dominate: adding a constant (arithmetic) and multiplying by a constant (geometric).

● Definition 7.1 — Arithmetic sequence

Each term adds a common difference \( d \): \( a_n=a_1+(n-1)d \). The sum of the first \( n \) terms is

\[ S_n=\frac{n}{2}\big(a_1+a_n\big). \]

● Definition 7.2 — Geometric sequence

Each term multiplies by a common ratio \( r \): \( a_n=a_1\,r^{\,n-1} \). The first \( n \) terms sum to \( S_n=a_1\dfrac{1-r^{n}}{1-r} \), and when \( |r|<1 \) the infinite sum converges:

\[ S_\infty=\frac{a_1}{1-r}. \]

Arithmetic — term
\( a_n=a_1+(n-1)d \)
Arithmetic — sum
\( S_n=\dfrac{n}{2}(a_1+a_n) \)
Geometric — term
\( a_n=a_1\cdot r^{n-1} \)
Geometric — sum
\( S_n=a_1\cdot\dfrac{1-r^n}{1-r} \)
Worked example 7.A — Arithmetic sum

Find the sum of the first \( 20 \) terms of \( 3,7,11,\dots \)

Here \( a_1=3,\ d=4 \), so \( a_{20}=3+19(4)=79 \). Then

\[ S_{20}=\frac{20}{2}\big(3+79\big)=10\cdot 82=820. \]

Worked example 7.B — Infinite geometric sum

Evaluate \( 8+4+2+1+\cdots \)

With \( a_1=8 \) and \( r=\tfrac12 \) (and \( |r|<1 \)):

\[ S_\infty=\frac{8}{1-\tfrac12}=16. \]

📝 Chapter Quiz
8

Factoring Polynomials

Factoring rewrites a polynomial as a product of simpler factors — the key step in solving many equations.

▲ Reference — Factoring patterns

Always take out the greatest common factor first. Difference of squares: \( a^{2}-b^{2}=(a-b)(a+b) \). Trinomial: \( x^{2}+(p+q)x+pq=(x+p)(x+q) \).

GCF
factor common term
Difference of squares
\( (a-b)(a+b) \)
Trinomial
\( (x+p)(x+q) \)
Perfect square
\( (a\pm b)^{2} \)
Worked example 8.A

Factor \( x^{2}-5x+6 \).

\[ (x-2)(x-3). \]

📝 Chapter Quiz
9

Radicals & Exponents

Roots can be written as radicals or as fractional exponents; both obey the laws of exponents.

▲ Reference — Radical laws

\( \sqrt{ab}=\sqrt{a}\,\sqrt{b} \), \( a^{1/n}=\sqrt[n]{a} \), and \( a^{m/n}=\sqrt[n]{a^{m}} \). Rationalise a denominator by multiplying by the conjugate.

Product
\( \sqrt{ab}=\sqrt{a}\sqrt{b} \)
Fractional
\( a^{m/n}=\sqrt[n]{a^{m}} \)
Simplify
\( \sqrt{a^{2}b}=a\sqrt{b} \)
Rationalise
× conjugate
Worked example 9.A

Simplify \( \sqrt{72} \).

\[ \sqrt{36\cdot2}=6\sqrt{2}. \]

📝 Chapter Quiz
10

Rational Expressions

A rational expression is a ratio of polynomials; simplify by factoring and cancelling common factors.

▲ Reference — Working with rationals

Multiply \( \tfrac{a}{b}\cdot\tfrac{c}{d}=\tfrac{ac}{bd} \); divide by multiplying by the reciprocal; add over a common denominator. Exclude any value making a denominator zero.

Simplify
cancel factors
Multiply
\( \tfrac{ac}{bd} \)
Divide
× reciprocal
Domain
\( b\neq 0 \)
Worked example 10.A

Simplify \( \dfrac{x^{2}-9}{x-3} \).

\[ x+3,\quad x\neq 3. \]

📝 Chapter Quiz
11

Statistics & Data Analysis

Summarise data with measures of centre and spread, and read trends from tables and plots.

▲ Reference — Summary statistics

The mean is the average, the median the middle value, the mode the most frequent, and the range the spread. A line of best fit models a linear trend in a scatter plot.

Mean
\( \tfrac{\sum x}{n} \)
Median
middle value
Range
max − min
Trend
line of best fit
Worked example 11.A

Find the mean of \( 3,\,6,\,9,\,12 \).

\[ \frac{30}{4}=7.5. \]

📝 Chapter Quiz
§

Practice set

Fifty mixed problems spanning all seven chapters, ordered roughly from linear equations to series and tagged by difficulty. Click any problem to reveal a full worked solution.

A1

Solve \( 4x-7=2x+9 \).

Basic

Collect like terms: \( 4x-2x=9+7 \), so \( 2x=16 \).

\[ x=8. \]
A2

Find the slope of the line through \( (1,2) \) and \( (5,10) \).

Basic
\[ m=\frac{10-2}{5-1}=\frac{8}{4}=2. \]
A3

Solve \( x^2-7x+12=0 \).

Basic

Factor: two numbers with product \( 12 \), sum \( -7 \) are \( -3,-4 \).

\[ (x-3)(x-4)=0 \Rightarrow x=3 \ \text{or}\ 4. \]
A4

Solve \( 2x^2+5x-3=0 \) using the quadratic formula.

Intermediate

\( a=2,\ b=5,\ c=-3 \), so \( \Delta=25+24=49 \):

\[ x=\frac{-5\pm 7}{4}=\tfrac12 \ \text{or}\ -3. \]
A5

Simplify \( \dfrac{(x^3y^2)(x^2y^4)}{x\,y^3} \).

Intermediate

Add exponents in the numerator, then subtract the denominator's:

\[ x^{3+2-1}\,y^{2+4-3}=x^4 y^3. \]
A6

Factor \( 9x^2-25 \).

Intermediate

Difference of squares with \( a=3x,\ b=5 \):

\[ 9x^2-25=(3x-5)(3x+5). \]
A7

Find the vertex and axis of symmetry of \( y=x^2-6x+5 \).

Advanced

Axis: \( x=-\dfrac{b}{2a}=\dfrac{6}{2}=3 \). Then \( y=9-18+5=-4 \).

\[ \text{Vertex } (3,-4), \quad \text{axis } x=3. \]
A8

Describe the transformation from \( y=x^2 \) to \( y=(x-2)^2-5 \).

Basic

With \( h=2,\ k=-5 \): shift right \( 2 \) and down \( 5 \).

\[ \text{Vertex moves to } (2,-5). \]
A9

Solve \( 3^{x}=81 \).

Basic

Write \( 81=3^{4} \); equal bases give equal exponents:

\[ 3^{x}=3^{4}\Rightarrow x=4. \]
A10

Solve \( \begin{cases} x+y=10 \\ x-y=4 \end{cases} \).

Intermediate

Add the equations: \( 2x=14\Rightarrow x=7 \). Then \( 7+y=10\Rightarrow y=3 \).

\[ (x,y)=(7,3). \]
A11

Find the 6th term and the infinite sum of \( 27,9,3,\dots \)

Intermediate

Geometric with \( a_1=27,\ r=\tfrac13 \). The 6th term is \( a_6=27\big(\tfrac13\big)^{5}=\tfrac{27}{243}=\tfrac19 \). Since \( |r|<1 \),

\[ S_\infty=\frac{27}{1-\tfrac13}=\frac{27}{2/3}=40.5. \]
A12

Solve \( 5x-3=2x+12 \).

Basic

\( 3x=15 \):

\[ x=5. \]
A13

Solve \( 2(x-4)=10 \).

Basic

Divide by 2: \( x-4=5 \).

\[ x=9. \]
A14

Find the slope of the line through \( (2,3) \) and \( (6,11) \).

Basic
\[ m=\frac{11-3}{6-2}=\frac{8}{4}=2. \]
A15

Write the equation of the line through \( (0,-2) \) with slope \( 3 \).

Intermediate

Slope–intercept with \( b=-2 \):

\[ y=3x-2. \]
A16

Find the \( x \)-intercept of \( 2x-5y=10 \).

Intermediate

Set \( y=0 \): \( 2x=10 \).

\[ (5,0). \]
A17

Are \( y=2x+1 \) and \( y=2x-4 \) parallel, perpendicular, or neither?

Intermediate

Equal slopes \( (2=2) \), different intercepts:

\[ \text{parallel}. \]
A18

What is the slope of any line perpendicular to \( y=\tfrac{2}{3}x+1 \)?

Intermediate

Negative reciprocal of \( \tfrac23 \):

\[ -\frac{3}{2}. \]
A19

Solve \( x^2=49 \).

Basic
\[ x=\pm 7. \]
A20

Solve \( x^2-9x+20=0 \).

Basic

Factor: \( (x-4)(x-5)=0 \).

\[ x=4 \ \text{or}\ 5. \]
A21

Solve \( x^2+6x+9=0 \).

Intermediate

Perfect square \( (x+3)^2=0 \):

\[ x=-3 \ \text{(double root)}. \]
A22

How many real roots does \( 2x^2-4x+5=0 \) have?

Intermediate

Discriminant \( \Delta=16-40=-24<0 \):

\[ \text{no real roots}. \]
A23

Solve \( 3x^2-12=0 \).

Basic

\( x^2=4 \):

\[ x=\pm 2. \]
A24

Find the vertex of \( y=x^2+4x+1 \).

Intermediate

\( x=-\tfrac{b}{2a}=-2 \), then \( y=4-8+1=-3 \):

\[ (-2,-3). \]
A25

Solve \( x^2-4x-1=0 \).

Advanced

Quadratic formula, \( \Delta=16+4=20 \):

\[ x=\frac{4\pm\sqrt{20}}{2}=2\pm\sqrt5. \]
A26

Complete the square: \( x^2+6x+5 \).

Advanced

Half of 6 is 3; add and subtract \( 9 \):

\[ x^2+6x+5=(x+3)^2-4. \]
A27

Simplify \( x^4\cdot x^3 \).

Basic
\[ x^{4+3}=x^7. \]
A28

Simplify \( \dfrac{x^5}{x^2} \).

Basic
\[ x^{5-2}=x^3. \]
A29

Simplify \( \big(x^2\big)^3 \).

Basic
\[ x^{2\cdot 3}=x^6. \]
A30

Evaluate \( 2^{-3} \).

Basic
\[ 2^{-3}=\frac{1}{2^3}=\frac18. \]
A31

Expand \( (x+4)^2 \).

Intermediate
\[ (x+4)^2=x^2+8x+16. \]
A32

Factor \( x^2-16 \).

Intermediate

Difference of squares:

\[ (x-4)(x+4). \]
A33

Factor \( x^2+7x+12 \).

Intermediate

Two numbers multiplying to 12, adding to 7 are 3 and 4:

\[ (x+3)(x+4). \]
A34

If \( f(x)=2x^2-1 \), find \( f(3) \).

Basic
\[ 2(9)-1=17. \]
A35

Find the domain of \( f(x)=\sqrt{x-3} \).

Intermediate

Need \( x-3\ge 0 \):

\[ [3,\infty). \]
A36

Find the domain of \( f(x)=\dfrac{1}{x-2} \).

Intermediate

The denominator cannot be zero:

\[ x\neq 2. \]
A37

Describe the transformation from \( y=|x| \) to \( y=|x+2|-3 \).

Intermediate

\( h=-2,\ k=-3 \):

\[ \text{left 2, down 3}. \]
A38

Is \( f(x)=x^3 \) even, odd, or neither?

Intermediate

\( f(-x)=-x^3=-f(x) \):

\[ \text{odd}. \]
A39

Solve \( 5^{x}=125 \).

Basic

\( 125=5^3 \):

\[ x=3. \]
A40

Evaluate \( \log_3 81 \).

Intermediate

\( 81=3^4 \):

\[ \log_3 81=4. \]
A41

Evaluate \( \log_2\!\big(\tfrac18\big) \).

Intermediate

\( \tfrac18=2^{-3} \):

\[ \log_2\!\big(\tfrac18\big)=-3. \]
A42

Expand \( \log\!\big(x^3 y\big) \).

Intermediate
\[ \log\!\big(x^3 y\big)=3\log x+\log y. \]
A43

Solve \( 2^{\,x+1}=16 \).

Advanced

\( 16=2^4 \), so \( x+1=4 \):

\[ x=3. \]
A44

Solve \( \begin{cases} x+y=5 \\ x-y=1\end{cases} \).

Intermediate

Add: \( 2x=6\Rightarrow x=3 \), then \( y=2 \):

\[ (3,2). \]
A45

Solve \( \begin{cases} y=2x \\ x+y=9\end{cases} \).

Intermediate

Substitute: \( x+2x=9\Rightarrow x=3 \), so \( y=6 \):

\[ (3,6). \]
A46

Solve the inequality \( 3x-4>11 \).

Basic

\( 3x>15 \):

\[ x>5. \]
A47

Solve \( -2x+1\le 7 \).

Intermediate

\( -2x\le 6 \); dividing by \( -2 \) flips the sign:

\[ x\ge -3. \]
A48

Find the 10th term of the arithmetic sequence \( 2,5,8,\dots \)

Basic

\( a_1=2,\ d=3 \):

\[ a_{10}=2+9(3)=29. \]
A49

Find the sum of the first 20 terms of \( 2,5,8,\dots \)

Intermediate

\( a_{20}=2+19(3)=59 \), then \( S_{20}=\tfrac{20}{2}(2+59) \):

\[ S_{20}=10\cdot 61=610. \]
A50

Evaluate the infinite sum \( 16+8+4+\cdots \)

Intermediate

Geometric with \( a=16,\ r=\tfrac12 \):

\[ S_\infty=\frac{16}{1-\tfrac12}=32. \]

Test generator

Build a randomised test from this subject’s question bank. Pick the number of questions and a difficulty, generate, then reveal the worked answers when you’re ready — or print a clean copy to hand out.

Downloads

Take Algebra offline. The PDF packet prints straight from your browser; native Word versions with editable equation-editor math are available on request.

PDF · ready now

Algebra notes & practice

All six chapters plus every worked solution, formatted as a clean print document.

DOCX · on request

Native Word packet

Editable .docx with real Word equations (OMML) — ready for a worksheet or quiz.

Official · Past Papers

Past Papers & Official Tests

Officially released exams and mark schemes from the examining body.

Worksheet Library

92 real worksheets with answer keys, organized by unit — free to download and print.

Loading worksheet library…

Mock Exam

--:--