MAT practice · 10 questions · Free

MAT Mock Section A: Multiple Choice

Every question carries a worked solution behind a disclosure, so you commit to an answer before you see the key.

[01] Polynomials and completing the square

Question 1

What is the smallest value taken by $p(x) = x^{4} - 4x^{3} + 6x^{2} - 4x + 5$ as $x$ ranges over the real numbers?

  1. $4$
  2. $5$
  3. $0$
  4. $1$
Reveal the answer and worked solution. Commit to an option first.

Answer: A

Key idea. The coefficients $1, -4, 6, -4$ are the fourth row of Pascal's triangle with alternating signs. That is $(x-1)^{4}$ in disguise, and once seen the question needs no calculus at all.

Fastest approach

$1, -4, 6, -4, 1$ are the coefficients of $(x-1)^{4}$.

The constant here is $5$, not $1$, so: $p(x) = (x-1)^{4} + 4$

A fourth power is never negative, and is zero at $x = 1$.

Minimum value: $4$, attained at $x = 1$.

Common mistake. Differentiating. It works, but $4x^{3} - 12x^{2} + 12x - 4 = 0$ then has to be solved, which means spotting $4(x-1)^{3}$ anyway. Spotting it in the original saves the whole detour.

Why the other options are wrong

  • B: Evaluating $p(0) = 5$ and assuming the minimum sits at the intercept. Conceptual Misunderstanding
  • C: The minimum of $(x-1)^{4}$ alone, with the constant dropped. Incomplete Calculation
  • D: Reading the constant as 1, as it would be in a pure $(x-1)^{4}$. Misread Question

[02] Integration

Question 2

Evaluate $\displaystyle\int_{0}^{2\pi} \sin^{2}x \cos^{2}x \,dx$.

  1. $0$
  2. $\frac{\pi}{4}$
  3. $\frac{\pi}{2}$
  4. $\pi$
Reveal the answer and worked solution. Commit to an option first.

Answer: B

Key idea. $\sin x \cos x = \tfrac{1}{2}\sin 2x$, so the integrand is $\tfrac{1}{4}\sin^{2}2x$. Then use the average value of $\sin^{2}$ over whole periods rather than integrating term by term.

Fastest approach

$\sin^{2}x\cos^{2}x = (\sin x \cos x)^{2} = \left(\tfrac{1}{2}\sin 2x\right)^{2} = \tfrac{1}{4}\sin^{2}2x$

Over $[0, 2\pi]$ the function $\sin^{2}2x$ completes whole periods, and $\sin^{2}$ averages $\tfrac{1}{2}$ over a whole period.

$\int_{0}^{2\pi} \tfrac{1}{4}\sin^{2}2x \,dx = \tfrac{1}{4} \cdot \tfrac{1}{2} \cdot 2\pi = \tfrac{\pi}{4}$

Common mistake. Answering $0$ because the integrand oscillates. It does not: $\sin^{2}x\cos^{2}x$ is a square, so it is never negative, and a non-negative function that is not identically zero has a strictly positive integral.

Why the other options are wrong

  • A: Assuming oscillation cancels. The integrand is a square and never goes below zero. Conceptual Misunderstanding
  • C: Dropping the factor of $\tfrac{1}{4}$ and keeping only the $\tfrac{1}{2}$ from the identity. Formula Misapplication
  • D: Using the average value of $\sin^{2}$ but forgetting to square the $\tfrac{1}{2}$. Arithmetic Slip

[03] Number theory and divisibility

Question 3

How many positive integers $n \leqslant 100$ are such that $n^{2} + n$ is divisible by $6$?

  1. $67$
  2. $33$
  3. $50$
  4. $66$
Reveal the answer and worked solution. Commit to an option first.

Answer: D

Key idea. $n^{2} + n = n(n+1)$ is a product of consecutive integers, so it is automatically even. Only divisibility by $3$ is in question, and that fails exactly when $n \equiv 1 \pmod 3$.

Fastest approach

$n^{2} + n = n(n+1)$.

One of two consecutive integers is even, so $2 \mid n(n+1)$ always. The condition reduces to $3 \mid n(n+1)$.

That holds when $n \equiv 0$ or $n \equiv 2 \pmod 3$, and fails only when $n \equiv 1$.

Among $1$ to $100$: the values $\equiv 1 \pmod 3$ are $1, 4, \ldots, 100$, which is $34$ numbers.

$100 - 34 = 66$

Common mistake. Testing divisibility by $6$ directly, value by value. Factorising first turns a hundred checks into one residue argument.

Why the other options are wrong

  • A: Counting the values $\equiv 1 \pmod 3$ as 33 rather than 34, so subtracting one too few. Miscount
  • B: Counting only $n \equiv 0 \pmod 3$ and forgetting that $n \equiv 2$ works too, via the $n+1$ factor. Incomplete Calculation
  • C: Counting the even values of $n$, having checked divisibility by 2 and stopped. Incomplete Calculation

[04] Exponentials and graphs

Question 4

How many real solutions does the equation $2^{x} = x^{2}$ have?

  1. $1$
  2. $2$
  3. $3$
  4. $4$
Reveal the answer and worked solution. Commit to an option first.

Answer: C

Key idea. Two solutions are obvious once you look for them: $x = 2$ and $x = 4$. The third is the one candidates miss, and it is negative, where $x^{2}$ is large and $2^{x}$ is a small positive number.

Fastest approach

By inspection: $2^{2} = 4 = 2^{2}$ and $2^{4} = 16 = 4^{2}$. Two solutions at $x = 2$ and $x = 4$.

Now the negative side. At $x = 0$: $2^{0} = 1 > 0 = x^{2}$. At $x = -1$: $2^{-1} = \tfrac{1}{2} < 1 = x^{2}$.

The sign of $2^{x} - x^{2}$ changes between $-1$ and $0$, so there is a root there.

For $x < -1$ the parabola only grows and the exponential only shrinks, so there are no further crossings. Three in total.

Common mistake. Answering $2$, having found the two integer solutions and stopped. Sketching both curves, rather than hunting for nice values, is what exposes the negative root.

Why the other options are wrong

  • A: Finding only $x = 2$. Incomplete Calculation
  • B: The two integer solutions, with the negative root missed. The most common answer. Incomplete Calculation
  • D: Assuming symmetry gives a fourth crossing on the far left; the exponential is monotonic there and never returns. Conceptual Misunderstanding

[05] Trigonometry

Question 5

How many solutions does $\sin 5x = \sin x$ have for $0 \leqslant x \leqslant \pi$?

  1. $4$
  2. $5$
  3. $6$
  4. $7$
Reveal the answer and worked solution. Commit to an option first.

Answer: B

Key idea. $\sin A - \sin B = 2\cos\frac{A+B}{2}\sin\frac{A-B}{2}$ turns the equation into a product equal to zero. The two factors share a solution, so the counts must be combined as a union rather than added.

Fastest approach

$\sin 5x - \sin x = 2\cos 3x \sin 2x = 0$

$\cos 3x = 0$: $3x = \tfrac{\pi}{2}, \tfrac{3\pi}{2}, \tfrac{5\pi}{2}$, giving $x = \tfrac{\pi}{6}, \tfrac{\pi}{2}, \tfrac{5\pi}{6}$.

$\sin 2x = 0$: $2x = 0, \pi, 2\pi$, giving $x = 0, \tfrac{\pi}{2}, \pi$.

$x = \tfrac{\pi}{2}$ appears in both lists. The union is $\left\{0, \tfrac{\pi}{6}, \tfrac{\pi}{2}, \tfrac{5\pi}{6}, \pi\right\}$: five solutions.

Common mistake. Adding $3 + 3 = 6$. The two factors overlap at $x = \tfrac{\pi}{2}$, and counting it twice is the whole trap in this question.

Why the other options are wrong

  • A: Dropping an endpoint, usually $x = 0$ or $x = \pi$, both of which do satisfy the equation. Boundary Error
  • C: Adding the two solution counts without removing the shared solution. Miscount
  • D: Adding the counts and also including a spurious endpoint. Miscount

[06] Sequences

Question 6

A sequence is defined by $a_{1} = 1$ and $a_{n+1} = \dfrac{a_{n}}{1 + a_{n}}$ for $n \geqslant 1$. What is $a_{100}$?

  1. $\frac{1}{100}$
  2. $\frac{1}{99}$
  3. $\frac{1}{2^{99}}$
  4. $\frac{1}{101}$
Reveal the answer and worked solution. Commit to an option first.

Answer: A

Key idea. Take reciprocals. $\frac{1}{a_{n+1}} = \frac{1+a_{n}}{a_{n}} = \frac{1}{a_{n}} + 1$, so the reciprocals go up by exactly one each step. A messy recurrence becomes counting.

Fastest approach

$\frac{1}{a_{n+1}} = \frac{1 + a_{n}}{a_{n}} = \frac{1}{a_{n}} + 1$

So $\frac{1}{a_n}$ is arithmetic with common difference $1$.

$\frac{1}{a_{1}} = 1$, hence $\frac{1}{a_{n}} = n$ and $a_{n} = \frac{1}{n}$.

$a_{100} = \frac{1}{100}$

Common mistake. Computing terms one by one and guessing at the pattern. It works here, but only because the pattern is clean; the reciprocal substitution is the method that generalises.

Why the other options are wrong

  • B: Off-by-one the other way, from indexing the arithmetic sequence at $n-1$. Boundary Error
  • C: Reading the recurrence as a halving, which it resembles only at the first step: $a_{2} = \tfrac{1}{2}$. Conceptual Misunderstanding
  • D: Off-by-one from $\frac{1}{a_{1}} = 1$; using $\frac{1}{a_{n}} = n+1$. Boundary Error

[07] Coordinate geometry

Question 7

The line $y = mx + 10$ meets the circle $x^{2} + y^{2} = 25$ at at least one point. What is the smallest possible value of $m^{2}$?

  1. $1$
  2. $3$
  3. $4$
  4. $9$
Reveal the answer and worked solution. Commit to an option first.

Answer: B

Key idea. A line meets a circle exactly when the distance from the centre to the line is at most the radius. The extreme case is tangency, which is where the smallest $m^{2}$ sits.

Fastest approach

Write the line as $mx - y + 10 = 0$. Distance from the origin:

$d = \frac{|10|}{\sqrt{m^{2}+1}}$

Meeting the circle requires $d \leqslant 5$:

$\frac{10}{\sqrt{m^{2}+1}} \leqslant 5 \implies \sqrt{m^{2}+1} \geqslant 2 \implies m^{2} \geqslant 3$

The smallest value is $m^{2} = 3$, at which the line is tangent.

Common mistake. Substituting the line into the circle and grinding out the discriminant. That reaches the same place, but the distance formula gets there in one line and makes the tangency condition obvious.

Why the other options are wrong

  • A: Solving $\sqrt{m^{2}+1} \geqslant \sqrt{2}$, from comparing $10$ with $5\sqrt{2}$ rather than with $5$. Arithmetic Slip
  • C: Reporting $m^{2} + 1 = 4$ as the answer rather than $m^{2}$. Misread Question
  • D: Squaring the radius into the wrong side: $\frac{100}{m^{2}+1} = 10$. Formula Misapplication

[08] Polynomials and completing the square

Question 8

What is the largest value taken by $\dfrac{x^{2}+2}{x^{2}+x+1}$ as $x$ ranges over the real numbers?

  1. $2 - \frac{2\sqrt{3}}{3}$
  2. $2$
  3. $3$
  4. $2 + \frac{2\sqrt{3}}{3}$
Reveal the answer and worked solution. Commit to an option first.

Answer: D

Key idea. Ask which values $k$ the function can take. Setting the expression equal to $k$ and clearing gives a quadratic in $x$; $k$ is attainable exactly when that quadratic has a real root, so the discriminant condition gives the whole range at once.

Fastest approach

The denominator has discriminant $1 - 4 < 0$, so it is never zero and the function is defined everywhere.

Set $\frac{x^{2}+2}{x^{2}+x+1} = k$:

$(1-k)x^{2} - kx + (2-k) = 0$

For a real $x$ to exist, the discriminant must be non-negative:

$k^{2} - 4(1-k)(2-k) \geqslant 0$

$k^{2} - 4(2 - 3k + k^{2}) \geqslant 0 \implies -3k^{2} + 12k - 8 \geqslant 0$

$3k^{2} - 12k + 8 \leqslant 0 \implies k = \frac{12 \pm \sqrt{48}}{6} = 2 \pm \frac{2\sqrt{3}}{3}$

The range is between those roots, so the largest value is $2 + \frac{2\sqrt{3}}{3}$.

Common mistake. Differentiating the quotient. It works, but the quotient rule on this expression is far more error-prone than the discriminant method, and it gives you a stationary point without telling you it is the maximum.

Why the other options are wrong

  • A: The other root of the discriminant equation, which is the minimum of the function. Misread Question
  • B: The limit as $x \to \pm\infty$, which the function exceeds in between. Conceptual Misunderstanding
  • C: A plausible-looking round number near the true maximum of about $3.155$. Estimation Error

[09] Inequalities

Question 9

How many integers $n$ satisfy $(n-1)(n-3)(n-5)(n-7) < 0$?

  1. $4$
  2. $6$
  3. $0$
  4. $2$
Reveal the answer and worked solution. Commit to an option first.

Answer: D

Key idea. With four distinct roots and a positive leading coefficient, the sign alternates: positive outside, negative, positive, negative, positive. The expression is negative on two open intervals, and only integers strictly inside them count.

Fastest approach

Roots at $1, 3, 5, 7$, all simple, leading coefficient positive.

Signs from the right: $+$ on $(7, \infty)$, then alternating inwards: $(5,7)$ negative, $(3,5)$ positive, $(1,3)$ negative, $(-\infty,1)$ positive.

Negative on $(1,3) \cup (5,7)$.

Integers strictly inside: $n = 2$ and $n = 6$. The roots themselves give zero, not a negative value, so they do not count.

Two integers.

Common mistake. Counting the roots as solutions. The inequality is strict, so $n = 1, 3, 5, 7$ all give exactly zero and are excluded.

Why the other options are wrong

  • A: Including the two endpoints of one interval, or reading the inequality as non-strict. Boundary Error
  • B: Counting every integer from 1 to 7 that is not a root, ignoring the sign pattern. Conceptual Misunderstanding
  • C: Concluding a product of four factors is always non-negative, as it would be for four equal factors. Conceptual Misunderstanding

[10] Integration

Question 10

What is the total area of the regions enclosed between the curve $y = x(x-1)(x-2)$ and the $x$-axis for $0 \leqslant x \leqslant 2$?

  1. $0$
  2. $\frac{1}{4}$
  3. $\frac{1}{2}$
  4. $1$
Reveal the answer and worked solution. Commit to an option first.

Answer: C

Key idea. The curve crosses the axis at $x = 1$, so the two loops have opposite signs. Integrating straight through gives zero; area requires integrating each loop separately and adding the magnitudes.

Fastest approach

Roots at $0, 1, 2$. On $(0,1)$ the product is positive; on $(1,2)$ it is negative.

Expand: $x(x-1)(x-2) = x^{3} - 3x^{2} + 2x$, with antiderivative $\frac{x^{4}}{4} - x^{3} + x^{2}$.

$\int_{0}^{1} = \tfrac{1}{4} - 1 + 1 = \tfrac{1}{4}$

$\int_{1}^{2} = (4 - 8 + 4) - \tfrac{1}{4} = -\tfrac{1}{4}$

Total area $= \tfrac{1}{4} + \left|-\tfrac{1}{4}\right| = \tfrac{1}{2}$

The cubic is antisymmetric about $x = 1$, which is why the two loops match exactly.

Common mistake. Integrating from $0$ to $2$ in one go and answering $0$. That is the signed area, and it is exactly zero here because the loops cancel. The question asks for area.

Why the other options are wrong

  • A: The signed integral over the whole range. The two loops cancel exactly. Conceptual Misunderstanding
  • B: The area of one loop only. Incomplete Calculation
  • D: Doubling the total, from adding the two loop areas and then doubling for symmetry as well. Arithmetic Slip
Scroll to Top