A-Level Mathematics · AQA 7357 · Exam guide

The AQA A-Level Maths exam, decoded

AQA A-Level Mathematics (specification 7357) is assessed by three equally weighted papers — and most lost marks have nothing to do with not knowing the maths. This guide sets out the structure, the AO1/AO2/AO3 weightings and the recurring traps from AQA examiner reports, then works through four original exam-style questions with full solutions and what the examiner is actually rewarding.

Dr Nicky Grant · Cambridge PhDA-Level Maths exam guidesAQA 7357

AQA A-Level Mathematics (7357) is a linear qualification examined by three two-hour papers, each worth 100 marks and each contributing one third of the grade. Papers 1 and 2 are predominantly pure mathematics, with Paper 2 also carrying mechanics and Paper 3 carrying statistics and further mechanics; a calculator is allowed throughout. Across every paper the assessment objectives are weighted AO1 50% (standard techniques), AO2 25% (reasoning, communication and proof) and AO3 25% (problem solving and modelling). AQA examiner reports show that most dropped marks come from incomplete "show that" steps, imprecise "explain" answers, careless notation and forgotten units — not from gaps in technique.

How to use this guide

This is a guide for students sitting AQA A-Level Maths (and the parents and teachers supporting them) who already know most of the content but want to convert that knowledge into marks. The single most useful idea here is that the exam does not only test whether you can do the maths; it tests whether you can communicate the maths to an examiner who is not allowed to guess your meaning. The structure and AO weightings below explain why, and the four worked questions at the end show what a full-mark response looks like on each of the three papers.

1. How the 7357 exam is structured

AQA Mathematics 7357 is linear: there is no coursework and no modular re-sitting, so all three papers are sat at the end of the two-year course in the same series. Each paper is two hours, marked out of 100, and scaled by a factor of one, giving a total of 300 scaled marks. Crucially, the three papers carry exactly equal weight — one third each — so there is no "easy paper" to coast on.

Paper 1 — Pure mathematics

Two hours, 100 marks, 33⅓%. Pure content only: proof, algebra and functions, coordinate geometry, sequences and series, trigonometry, exponentials and logarithms, differentiation, integration and numerical methods. Calculator allowed.

Paper 2 — Pure mathematics and mechanics

Two hours, 100 marks, 33⅓%. Further pure content plus the mechanics topics: quantities and units, kinematics, forces and Newton's laws, and moments. Calculator allowed.

Paper 3 — Pure, statistics and mechanics

Two hours, 100 marks, 33⅓%. The statistics strand (sampling, data presentation, probability, statistical distributions and hypothesis testing) alongside pure and mechanics. The large pre-released data set underpins the statistics questions. Calculator allowed.

Two practical consequences follow. First, because pure mathematics appears on all three papers, it is by far the largest part of the course and the highest-leverage place to be secure. Second, because any paper can mix pure, mechanics and statistics, you cannot predict which topic appears where — full coverage matters more than for a modular specification.

The pre-released large data set is examined only on the statistics questions, but familiarity with its variables, units and quirks saves time under pressure and is something AQA explicitly expects you to have studied beforehand.

2. The assessment objectives and their weightings

The assessment objectives (AOs) are set by Ofqual, so they are identical across AQA, Edexcel and OCR. What matters is how the marks are split, because that split is stable and predictable on every paper:

$$ \text{AO1} : \text{AO2} : \text{AO3} \;=\; 50\% : 25\% : 25\% $$
AO1 — Use and apply standard techniques (≈50%)

Selecting and correctly carrying out routine procedures, and accurately recalling facts, terminology and definitions. Half of every paper. These are the marks you secure with fluent, accurate execution — differentiating, integrating, solving equations, applying a formula.

AO2 — Reason, interpret and communicate (≈25%)

Constructing rigorous arguments and proofs, making deductions, assessing the validity of arguments, explaining reasoning and using notation correctly. This is where "show that", "prove", "explain" and "fully justify" live.

AO3 — Solve problems and model (≈25%)

Translating problems and real-world situations into mathematics, using and evaluating models, and interpreting solutions back in context. Multi-step problems, modelling assumptions and "interpret your answer" questions sit here.

The headline takeaway: AO1 is half the exam, but the grade boundary between, say, an A and an A* is almost always decided on AO2 and AO3. Students who can do the technique but cannot present a watertight argument or interpret a model lose marks in exactly the half of the paper that separates the top grades.

3. Where AQA students actually lose marks

AQA's examiner reports are remarkably consistent year on year. The recurring problems are rarely "the student didn't know how" — they are presentation and rigour failures that cost AO2 and AO3 marks. The most common ones:

Notice the pattern: almost every item above is an AO2 or AO3 failure. The technique was there; the communication was not. That is why exam technique is not a soft extra — on AQA it is a quarter to a half of the paper.

4. Four worked exam-style questions

The questions below are my own, written in AQA's style across the three papers — pure, mechanics and statistics. Each comes with a full solution and a note on what the examiner is rewarding, so you can see where the AO2 and AO3 marks actually sit.

Question 1 — Proof and logarithms (Paper 1, pure)

Paper 1 · "Show that" · 4 marks

Show that \(\log_{3} 81 - \log_{3} \sqrt{3} = \dfrac{7}{2}\), giving each step of your working.

Write each term as a power of 3 so the logarithms can be evaluated exactly:

$$ \log_3 81 = \log_3 3^4 = 4, \qquad \log_3 \sqrt{3} = \log_3 3^{1/2} = \tfrac{1}{2} $$

Therefore

$$ \log_3 81 - \log_3 \sqrt{3} = 4 - \tfrac{1}{2} = \tfrac{8}{2} - \tfrac{1}{2} = \tfrac{7}{2}. \qquad \blacksquare $$
What the examiner is looking for

This is an AO2 question, so the marks are for the argument, not the answer (which you were given). Credit comes from explicitly writing \(81=3^4\) and \(\sqrt{3}=3^{1/2}\) and stating the resulting log values — not from leaping to \(\tfrac{7}{2}\). Showing the common-denominator step \(4-\tfrac12=\tfrac82-\tfrac12\) protects the final mark, and a concluding line (or the \(\blacksquare\)) signals you have finished. Students who write "= 3.5" on a calculator-style line, with no powers of 3 shown, typically score zero despite the right answer.

Question 2 — Differentiation and a tangent (Paper 1, pure)

Paper 1 · Method + reasoning · 6 marks

A curve has equation \(y = x^3 - 6x^2 + 9x + 2\). Find the coordinates of the two stationary points, and determine the nature of each.

Differentiate and set the derivative to zero:

$$ \frac{dy}{dx} = 3x^2 - 12x + 9 = 3(x^2 - 4x + 3) = 3(x-1)(x-3) = 0 $$

so \(x = 1\) or \(x = 3\). Substituting back into the original equation:

$$ y(1) = 1 - 6 + 9 + 2 = 6, \qquad y(3) = 27 - 54 + 27 + 2 = 2 $$

giving stationary points \((1, 6)\) and \((3, 2)\). Use the second derivative to classify them:

$$ \frac{d^2y}{dx^2} = 6x - 12 $$
$$ \text{At } x=1:\; 6(1)-12 = -6 < 0 \;\Rightarrow\; \text{maximum} $$
$$ \text{At } x=3:\; 6(3)-12 = 6 > 0 \;\Rightarrow\; \text{minimum} $$

So \((1, 6)\) is a local maximum and \((3, 2)\) is a local minimum.

What the examiner is looking for

The AO1 marks are for a correct derivative and for solving \(\tfrac{dy}{dx}=0\); the AO2 marks are for the justification of nature. A frequent AQA error is to state "maximum" and "minimum" without evidence — you must show the sign of \(\tfrac{d^2y}{dx^2}\) (or a sign change in \(\tfrac{dy}{dx}\)) and state the conclusion that follows from it. Equally, do not stop at the \(x\)-values: the question asks for coordinates, so the \(y\)-values are needed for full marks. Factorising the quadratic rather than using the formula keeps the working clean and reduces sign slips.

Question 3 — Kinematics under gravity (Paper 2, mechanics)

Paper 2 · Modelling + interpret · 6 marks

A ball is projected vertically upwards from ground level with speed \(21\,\text{m s}^{-1}\). Modelling the ball as a particle and taking \(g = 9.8\,\text{m s}^{-2}\), find (a) the greatest height reached, and (b) the total time before the ball returns to the ground. State one assumption you have made.

(a) Take upwards as positive. At the greatest height the velocity is zero, so with \(u = 21\), \(v = 0\), \(a = -9.8\), use \(v^2 = u^2 + 2as\):

$$ 0 = 21^2 + 2(-9.8)s \;\Rightarrow\; 19.6\,s = 441 \;\Rightarrow\; s = 22.5\,\text{m} $$

(b) The ball returns to the ground when its displacement is zero again. Using \(s = ut + \tfrac{1}{2}at^2\) with \(s = 0\):

$$ 0 = 21t - 4.9t^2 = t(21 - 4.9t) $$

so \(t = 0\) (launch) or \(t = \dfrac{21}{4.9} = \dfrac{30}{7} \approx 4.29\,\text{s}\). The total time before returning to the ground is \(4.29\,\text{s}\) (3 s.f.).

Assumption: air resistance is negligible (so the only force acting is gravity).

What the examiner is looking for

The AO1 marks are for choosing a correct constant-acceleration equation and substituting correctly; the AO3 marks are for the modelling. Sign convention is the trap: take a direction as positive and apply it consistently, so \(g\) is \(-9.8\) when up is positive. Examiners want units on the final answers (\(22.5\,\text{m}\), \(4.29\,\text{s}\)) and a sensible assumption stated in context — "air resistance is negligible" or "the ball is a particle" scores; a vague "no other forces" is weaker. Rejecting the \(t=0\) solution with a one-line reason shows you have interpreted the model rather than just solved a quadratic.

Question 4 — Binomial hypothesis test (Paper 3, statistics)

Paper 3 · Hypothesis test · 6 marks

A manufacturer claims that at most 15% of its components are faulty. A retailer tests this by inspecting a random sample of 20 components and finds 6 faulty. Using a 5% significance level, test whether there is evidence that the proportion of faulty components exceeds 15%.

Let \(p\) be the proportion of faulty components and \(X\) the number faulty in the sample. State the hypotheses:

$$ H_0: p = 0.15 \qquad H_1: p > 0.15 \quad(\text{one-tailed}) $$

Under \(H_0\), \(X \sim B(20,\,0.15)\). This is an upper-tail test, so find the probability of a result at least as extreme as the one observed:

$$ P(X \ge 6) = 1 - P(X \le 5) = 1 - 0.9327 = 0.0673 $$

Compare with the 5% significance level:

$$ 0.0673 > 0.05 $$

so the result is not significant. We do not reject \(H_0\). There is insufficient evidence at the 5% level to conclude that more than 15% of the components are faulty.

What the examiner is looking for

This question is rich in AO2 and AO3 marks. Define \(p\) and \(X\) in words, and write \(H_0\) and \(H_1\) with the correct one-tailed alternative — a two-tailed \(H_1\) here loses marks immediately. State the distribution \(B(20,0.15)\) explicitly. The key AO3 mark is the comparison and the contextual conclusion: examiners insist the final sentence refer back to "the proportion of faulty components", not just "reject/accept \(H_0\)". A classic error is comparing \(P(X=6)\) rather than \(P(X\ge 6)\), or concluding "accept \(H_0\)" — the correct phrasing is that there is insufficient evidence to reject it.

5. AQA exam technique that converts knowledge into marks

Pulling the examiner reports together, a short list of habits reliably recovers the marks AQA students most often drop:

None of this requires extra mathematical knowledge. It requires writing mathematics the way an examiner is allowed to reward — which, on a specification where AO2 and AO3 are half the marks, is the difference between grades.

A-Level Maths tuition

If your marks are lagging behind your understanding, the fix is usually exam technique rather than more content. For one-to-one help with AQA 7357 — proof and "show that" questions, mechanics modelling, the statistics paper and full-mark presentation — see A-Level Maths tuition, explore A-Level & admissions tutoring, or book a free consultation.

Related tuition

Need help with AQA A-Level Maths?

For one-to-one help, choose the closest option below or send a short enquiry with your level, topic and exam date.

Book consultation View all tutoring subjects