Cambridge Mathematics Interview
Cambridge Mathematics interview problems, reasoned through step by step rather than recalled from memory.
See the packs — start with Maths I, £180Cambridge Mathematics interview problems, reasoned through step by step rather than recalled from memory.
See the packs — start with Maths I, £180Cambridge Mathematics interviews are unlike any other university interview you will encounter. They are not designed to test what you already know — they are designed to test how you think. Each interview takes place at the college level, meaning the format, style, and even the mathematical focus can vary between King's, Trinity, St John's, and every other college. What remains consistent is the underlying purpose: your tutors want to see whether you can engage with unfamiliar mathematics in real time, reason carefully under pressure, and respond productively to hints and challenges. Standard A-level revision, however thorough, will not prepare you for this. You need to practise thinking mathematically in front of someone who is actively pushing back. The Maths I pack, £180, is the usual starting point for Mathematics.
Most Cambridge Mathematics applicants will have two interviews, typically at their first-choice college. If you are pooled — that is, not initially selected by your first college — you may be interviewed by a second college as well. Each interview usually lasts between 25 and 40 minutes and is conducted by one or two Fellows or supervisors in mathematics. The atmosphere is academic rather than conversational: expect to spend the majority of the time working through problems on paper or a whiteboard while your interviewers watch and respond.
The problems you are given are almost always unseen. You will not be expected to recall a specific theorem and recite it — you will be expected to explore a problem you have never seen before, make conjectures, test them, and revise your thinking. Interviewers are not passive observers. They will ask follow-up questions, offer hints if you are stuck, and deliberately introduce complications to see how you adapt. A candidate who reaches a correct answer silently is far less impressive than one who articulates their reasoning clearly, identifies where they are uncertain, and engages honestly with difficulty.
Interview problems, not another set of test papers
Maths is one of the nine subjects with a free sample, so you can see the format before deciding; the full Maths I pack works through continued-radical algebra, de Moivre's theorem applied to a quartic, differentiating a variable raised to its own power, three iterated integrals, a random-walk probability question, and a set of deliberately broken ‘proofs’ to diagnose — with a full worked solution and hints for each. Packs are £180 each, and mock interviews are booked separately. Maths is sold as five packs — Maths I and II, plus graph sketching, derivations, and integration and curve sketching — so most applicants land in the 20% bundle tier at checkout.
Maths expert pack £180Some colleges place greater emphasis on pure mathematics; others may lean toward applied or combinatorial problems. This is one reason why college-specific preparation matters. Researching the mathematical interests of your interviewers — many publish their research online — can help you anticipate the flavour of problems you might encounter, though the problems themselves will always be accessible to a strong A-level student.
Cambridge requires applicants to sit either the STEP (Sixth Term Examination Paper) or the TMUA (Test of Mathematics for University Admission), depending on the college. STEP is taken after A-level results in the summer and forms part of the conditional offer; TMUA is sat in the autumn before interviews. Both tests are relevant to your interview preparation, but in different ways.
TMUA assesses mathematical reasoning and the application of mathematical knowledge — skills that overlap directly with what interviewers are looking for. Preparing seriously for TMUA will sharpen your ability to think quickly and precisely about unfamiliar problems, which is exactly the skill Cambridge interviews demand. STEP, by contrast, requires extended problem-solving at a level of difficulty well above A-level. Working through STEP questions — particularly STEP I and II — is one of the most effective ways to build the mathematical stamina and creativity that interviews reward. Even if your college uses TMUA rather than STEP, engaging with STEP problems as part of your preparation is strongly advisable.
The connection between the admissions test and the interview is not incidental. Both are measuring the same underlying capacity: the ability to do mathematics, not merely to recall it.
STEP or TMUA in the summer, interviews in December, and the same year to fit both
Cambridge Mathematics applicants have two demanding pieces of preparation with different habits behind them, and the usual failure is doing the test work properly and the interview work in the last fortnight.
STEP and TMUA reward silent written work; the interview rewards its opposite, and the £180 Maths I pack sits deliberately on the spoken side — problems chosen because a tutor can interrupt them halfway, with worked solutions that show the exploration and not only the finished proof. Free Maths samples show the format before you commit to any of the five packs.
Effective preparation for a Cambridge Mathematics interview is active, not passive. Reading mathematics is useful; doing mathematics under conditions that resemble the interview is essential. The following approaches are particularly valuable:
If you are also considering the other institution, the page on Oxford Mathematics Interview preparation covers the differences in format and emphasis. The two interviews are more distinct than many applicants realise.
Candidates who have only revised STEP or TMUA content in isolation often find the gap is most exposed in the room itself, not in a written paper beforehand — the live back-and-forth of an interview asks for something a timed script never does. That gap closes fastest against problems worked the way an interview actually runs: met cold, pushed on, and only then checked against a full solution, which is what the Maths I pack is built to do.
For super-curricular preparation, Cambridge tutors respond well to candidates who have read beyond the syllabus with genuine curiosity. This does not mean listing books you have not read. It means being able to discuss a mathematical idea — a proof, a paradox, a problem — that genuinely interested you and explain why. Books such as The Art and Craft of Problem Solving by Paul Zeitz or How to Think Like a Mathematician by Kevin Houston are useful starting points, as is engaging with resources from the UK Mathematics Trust.
The following questions are representative of the type and difficulty of problems Cambridge Mathematics interviewers use. They are designed to be explored, not answered instantly. For detailed worked solutions, see the page of Cambridge Maths interview questions with step-by-step worked solutions.
You can also browse a wider collection of Cambridge Maths interview questions and model answers in the resources section.
The six problems above show the range a Cambridge interview can draw from; here is one of them taken all the way through — a first attempt that looks reasonable and fails on inspection, the hint that would catch it, and the full derivation that survives.
Question. How many ways are there to tile a 2 × n grid using 1 × 2 dominoes, where each domino may be placed horizontally or vertically? Find a recurrence relation satisfied by the number of tilings.
First attempt. A natural way in is to look at how the rightmost column gets covered. If it is covered by a single vertical domino, the rest of the grid is a 2 × (n - 1) strip, tiled in however many ways that takes. If it is not, the last column must be covered by a horizontal domino — and since a horizontal domino also covers the column to its left, both rows of the last two columns end up covered by horizontal dominoes, reducing the problem to a 2 × (n - 2) strip. So far this is sound. The mistake creeps in when counting that second case: it is tempting to treat the top-row horizontal domino and the bottom-row horizontal domino as swappable — as if placing one "before" the other gives a second tiling — and to double that term, arriving at f(n) = f(n - 1) + 2f(n - 2).
That recurrence does not survive being checked against a case small enough to draw. A 2 × 1 strip has exactly one tiling — a single vertical domino — so f(1) = 1. A 2 × 2 square has exactly two: two vertical dominoes side by side, or two horizontal dominoes stacked, so f(2) = 2. Feeding those into the flawed recurrence gives f(3) = f(2) + 2f(1) = 2 + 2 = 4. But a 2 × 3 strip can be tiled by hand in a couple of minutes, and there are only three ways to do it — three verticals in a row; a stacked horizontal pair on the left with a vertical on the right; or a vertical on the left with a stacked horizontal pair on the right. Four does not match three, and a recurrence that is wrong at the smallest case it can be checked against is wrong everywhere.
Hints. The error sits in the "swappable" step. A horizontal domino in the top row and one in the bottom row, both occupying the same two columns, are not being arranged relative to each other — there is nothing to swap, since neither domino can move without leaving that pair of columns. Fixing it means going back to the case split and asking, for each case, exactly how many tilings of the smaller strip it produces, rather than how many it feels like it should produce. It also means never trusting a new recurrence before checking it against a strip small enough to draw by hand.
Suggested answer. Split on the last column as before. If it is covered by a vertical domino, the remaining 2 × (n - 1) strip can be tiled in f(n - 1) ways, and that count does not depend on anything further along the grid. If it is not, the last column is covered by a horizontal domino occupying one row — but the cell directly above or below it, in that same last column, still needs covering, and the only domino that fits there is a second horizontal domino occupying the other row across those same two columns. There is exactly one way to place that pair once the case is chosen, not two: each domino's position is fixed by the case, not chosen freely within it. That leaves a 2 × (n - 2) strip to tile in f(n - 2) ways. The two cases are exhaustive and cannot both hold at once — the last column is covered by a vertical domino or it is not — so the counts simply add:
f(n) = f(n - 1) + f(n - 2), with f(1) = 1 and f(2) = 2.
Checking the corrected recurrence against the case that broke the first attempt: f(3) = f(2) + f(1) = 2 + 1 = 3, matching the hand count exactly. Continuing, f(4) = f(3) + f(2) = 3 + 2 = 5, and f(5) = f(4) + f(3) = 5 + 3 = 8 — the Fibonacci sequence, one step out of phase with its usual starting point. The recurrence invites an obvious follow-up: does a closed form exist? It does, and it follows from the same characteristic-equation method used for any linear recurrence with constant coefficients — a natural extension, though not one attempted here.
What the question actually rewards. Nobody is checking whether a candidate has memorised that domino tilings follow the Fibonacci sequence — that fact, stated without derivation, earns nothing on its own. What earns marks is the case split itself, done carefully enough that each branch's count is actually justified rather than guessed at, and the habit of testing a new formula against the smallest case that can be checked by hand before trusting it further. The first attempt above was wrong by exactly one tiling at n = 3 — small enough to feel like a rounding error, and large enough to mean the reasoning behind it was broken.
Every question in the Maths I pack is taken through the same three layers — question, hints, full answer — across continued-radical algebra, a de Moivre quartic, self-referential differentiation, a pair of iterated integrals, a random-walk probability question, and a set of broken proofs to diagnose.
Maths I pack — £180The most damaging mistake candidates make is silence. When you do not know how to proceed, the instinct is to stop and think privately — but in a Cambridge interview, silence reads as disengagement. Interviewers want to hear your partial thinking, your false starts, your questions. Saying "I'm not sure this approach will work, but I want to try..." is far more valuable than a long pause followed by a correct answer.
A second common mistake is over-preparing specific content at the expense of mathematical flexibility. Candidates who have memorised elegant proofs but cannot adapt when the question is slightly modified will struggle. Cambridge interviewers will modify questions deliberately. Your preparation should build adaptability, not a repertoire of fixed responses.
Third, many candidates fail to check their work as they go. If you write down an equation, pause and verify it makes sense. Interviewers notice candidates who self-correct — it signals mathematical maturity. It is far better to catch and correct an error yourself than to be redirected by your interviewer.
Finally, do not treat the interview as an examination you must pass alone. The format is closer to a supervision — the teaching format Cambridge uses throughout the degree. Engaging with your interviewer's hints, asking clarifying questions, and thinking collaboratively are not signs of weakness. They are exactly what the format is designed to elicit.
Thinking privately is the instinct, and it is the one that costs marks
Strong mathematicians go quiet when they are stuck because that is how they work. In a Cambridge interview it hands the tutor nothing, and the hint that would have unlocked the problem never gets offered.
Worked solutions are only half of this: the £180 Maths expert pack gives you problems worth getting stuck on, but the habit of narrating the stuck part is really only learned live, with someone in the room waiting to hear it. The free Maths sample is there if you want to test a problem first.
Most Cambridge Mathematics interviews last between 25 and 40 minutes. You will usually have two interviews at your first-choice college, and if you are pooled, a further interview at another college. Each interview focuses almost entirely on mathematical problem-solving rather than personal or motivational questions.
No. Cambridge interview problems are designed to be accessible to strong A-level students. You will not be expected to know university-level mathematics. However, the problems will require you to apply familiar ideas in unfamiliar ways, and the difficulty lies in the reasoning required rather than the content assumed.
The most effective preparation combines working through STEP past papers with regular mock interviews in which you verbalise your reasoning aloud. Practising with a tutor who can interrupt, question, and redirect you mid-solution is significantly more useful than solo problem-solving, because it replicates the dynamic of the actual interview. Timed practice under realistic conditions builds both mathematical fluency and the composure the format demands.
Say so — clearly and constructively. Tell your interviewer what you do understand about the problem, what approaches you have considered and why they seem promising or problematic, and what you would try next if you had more time. Interviewers are trained to offer hints, and accepting a hint gracefully and using it effectively is itself a positive signal. What they are assessing is your mathematical thinking, not your ability to produce answers without support.
Free samples in nine subjects show you the format. Full Mathematics coverage is five packs — Maths I, Maths II, Graph Sketching, Derivations, and Integration & Curve Sketching — at £180 each.
See what is inside the Maths I pack →Leading Tuition is rated Excellent on Trustpilot (4.8/5). That is the company's rating, not a rating of this pack.
Maths I is ten questions across 26 pages, set out in the same three layers as every pack: the bare question, a hints page with the nudge to reach for if you stall, then a full worked answer. It covers continued-radical algebra, de Moivre's theorem applied to a quartic, differentiating a variable raised to its own power, a pair of iterated integrals, a random-walk probability question, and a set of deliberately broken proofs to diagnose. It's a one-off £180 download, yours to keep and reread. Full Mathematics coverage across all five packs — Maths I, Maths II, Graph Sketching, Derivations, and Integration & Curve Sketching — is five separate £180 purchases, not one.
Yes — Maths is one of the nine subjects with a free sample. It's a six-page download with two complete questions worked the same way as the full pack: the question on its own, the hints, then the suggested answer, so you can judge the standard before paying for anything.
No, and the difference matters for how you use it. A worked solution on the page shows the finished route through a proof; it can't interrupt you halfway, the way a Cambridge interviewer will, to ask why you chose that step. Read a question cold first, attempt it fully, and only check the suggested answer afterwards — using the pack as a shortcut past that struggle defeats the point of buying it.
Maths I is the usual first pack of the five — ten questions worked in full, one £180 download to keep. The free Maths sample is built the same way, at no cost, if you want to see the standard first.