Admissions tests / TMUA / Paper 2 / Mathematical proof
Test standard. 12 questions, 12 marks, about 45 minutes.
TMUA Paper 2: Mathematical proof, set 1
Direct deductive proof, proof by cases, proof by contradiction, disproof by counterexample, deducing implications, conjecturing from small cases, and ordering a scrambled proof.
Download the questions (PDF) Download with worked solutions (PDF)
- Answer all questions. No calculator.
- Each question has exactly one correct answer.
- 11 mark
A student wants to prove: 'If n is an even integer, then n^2 is divisible by 4.' Which of the following is a valid direct proof?
- 21 mark
A student wants to prove: 'If m and n are both even integers, then mn is divisible by 4.' Which of the following is a valid direct proof?
- 31 mark
A student wants to prove: 'n^2 + n is even for every integer n.' Which of the following is a valid proof by cases?
- 41 mark
A student wants to prove: 'n^3 - n is divisible by 3 for every integer n.' Which of the following is a valid proof by cases?
- 51 mark
In a proof by contradiction that sqrt(2) is irrational, which is the correct starting assumption?
- 61 mark
A student wants to prove: 'If r is rational and x is irrational, then r + x is irrational.' Which of the following is a valid proof by contradiction?
- 71 mark
A student claims: 'For every positive integer n, n^2 + n + 41 is prime.' Which of the following correctly disproves this claim?
- 81 mark
A student claims: 'If a and b are irrational numbers, then a + b is always irrational.' Which of the following correctly disproves this claim?
- 91 mark
You are told: 'If a shape is a square, then it is a rectangle' and 'This shape is not a rectangle.' Which of the following can be validly deduced?
- 101 mark
By evaluating 1, 1 + 3, 1 + 3 + 5, 1 + 3 + 5 + 7 (giving 1, 4, 9, 16), a student conjectures a formula for the sum of the first n odd positive integers. Which of the following gives both the correct conjecture and a valid justification for every n, not just the four cases checked?
- 111 mark
A student is asked to prove: 'If n is a multiple of 6, then n is a multiple of 3.' The proof has been written as four separate lines, given here in a scrambled order:
W: So n = 6k = 3(2k).
X: Suppose n is a multiple of 6, so n = 6k for some integer k.
Y: Since 2k is an integer, n is 3 times an integer, so n is a multiple of 3.
Z: Therefore, if n is a multiple of 6, then n is a multiple of 3, as required.
Which order of these four lines gives a valid direct proof?
- 121 mark
Suppose n is a positive integer for which n^2 + 1 is divisible by 5. Which of the following must be true?
Worked solutions
Every question below carries the reasoning, not just the answer. The official material for this test publishes a correct option letter and nothing else.
Question 1Answer: B
- To prove a statement about every even integer n, write n in the general form n = 2k, where k is an integer.
- Then n^2 = (2k)^2 = 4k^2.
- Since k is an integer, k^2 is also an integer, so 4k^2 is 4 multiplied by an integer, which is exactly what it means for a number to be divisible by 4.
- This chain, n even, so n = 2k, so n^2 = 4k^2, so n^2 is divisible by 4, is a complete direct deductive proof, so the answer is B.
- Why not A: Uses the algebraic form of an odd integer, 2k + 1, instead of an even integer, 2k, so the working actually describes an odd number rather than the even n given in the statement.
- Why not C: Squares 2k incorrectly as 2k^2 rather than 4k^2, an arithmetic slip that drops a factor of 2 and loses exactly the fact the proof needs.
- Why not D: Asserts that every even number is divisible by 4 without justification; this is false in general (6 is even but not divisible by 4), so the deduction is invalid even though the conclusion happens to hold for n^2 here.
Question 2Answer: D
- To prove a statement about two even integers m and n, represent them independently: m = 2j and n = 2k for integers j and k, which need not be equal.
- Compute the product: mn = (2j)(2k) = 4jk.
- Since j and k are integers, jk is also an integer, so 4jk is 4 multiplied by an integer.
- This shows mn is divisible by 4 directly from the definitions of m and n, so the answer is D.
- Why not A: Computes (2j)(2k) as 2jk instead of 4jk, an arithmetic slip that drops a factor of 2 and would, if left uncorrected, only show mn is divisible by 2.
- Why not B: Silently sets m and n equal to the same variable k, effectively assuming m = n; the statement gives two independent even integers, so the proof needs two independent letters, j and k.
- Why not C: Confuses the sum m + n, which is even, with the product mn, and treats 'even' as equivalent to 'divisible by 4'; neither substitution is justified, so this does not establish anything about mn.
Question 3Answer: A
- Every integer n is either even or odd, so a proof by cases can split on this and cover every possibility.
- Case n even: write n = 2k, giving n^2 + n = 4k^2 + 2k = 2(2k^2 + k), an even number since 2k^2 + k is an integer.
- Case n odd: write n = 2k + 1, giving n^2 + n = (2k+1)^2 + (2k+1) = 4k^2 + 6k + 2 = 2(2k^2 + 3k + 1), also even.
- Since these two cases are exhaustive and both give an even value, n^2 + n is even for every integer n, matching option A.
- Why not B: Checks only the even case and then falsely claims the algebraic form does not depend on which case was chosen, so testing one case is enough; a proof by cases must actually examine every case, and this never tests n odd at all.
- Why not C: Represents the 'odd' case using n = 2k, the algebraic form for an even integer, so the odd case is never actually tested; both cases secretly test the same thing.
- Why not D: Correctly shows n^2 + n is even in both cases, but then misreads this as showing n itself is always even, confusing the quantity that was proved even (n^2 + n) with the variable n.
Question 4Answer: C
- To show 3 divides n^3 - n for every integer n, split by remainder on division by 3, giving three cases: n = 3k, n = 3k + 1 and n = 3k + 2.
- Expanding each case shows n^3 - n equals 3 multiplied by an integer expression in every case: 3(9k^3 - k), 3(9k^3 + 9k^2 + 2k) and 3(9k^3 + 18k^2 + 11k + 2).
- Every integer n falls into exactly one of these three residue classes, so the three cases are exhaustive.
- Since all three give a multiple of 3, n^3 - n is divisible by 3 for every integer n, which is option C.
- Why not A: Splits on parity (even and odd) and correctly shows n^3 - n is always even in both cases, but this only establishes divisibility by 2, not by 3; the case split does not match the claim being proved, and being even does not imply being divisible by 3.
- Why not B: Checks only the case n = 3k and then wrongly asserts that the same method automatically applies to n = 3k + 1 and n = 3k + 2; each residue gives a different algebraic expression, so a proof by cases must actually compute and check every one rather than assume the pattern continues.
- Why not D: Correctly reaches 3(9k^3 + 18k^2 + 11k + 2), but then wrongly worries that 9k^3 + 18k^2 + 11k + 2 must itself be divisible by 3 for the whole expression to be divisible by 3; it need not be, since 9k^3 + 18k^2 + 11k + 2 is simply some integer whenever k is, and 3 times any integer is divisible by 3.
Question 5Answer: B
- A proof by contradiction begins by assuming the negation of the statement to be proved.
- The statement here is 'sqrt(2) is irrational'; its negation is 'sqrt(2) is rational', that is, sqrt(2) can be written as a/b for integers a and b with no common factor.
- From this assumption a contradiction is derived (a and b both turn out to be even, contradicting 'no common factor'), which shows the assumption was false.
- The correct starting assumption is therefore option B.
- Why not A: Assumes the very statement to be proved, that sqrt(2) is irrational, rather than its negation; a proof by contradiction must start from the opposite of the target statement.
- Why not C: Is not the negation of 'sqrt(2) is irrational'. The negation of 'irrational' is 'rational', that is, expressible as a fraction of integers, not 'not equal to any integer'; every integer is already rational, so this framing misses most of the numbers that need ruling out.
- Why not D: Only rules out sqrt(2) being an integer, a much weaker claim than sqrt(2) being irrational; it leaves open, for example, sqrt(2) = 3/2, so this does not address the actual statement.
Question 6Answer: A
- Assume, for contradiction, that r + x is rational, the negation of the statement to be proved.
- Since r is rational, x can be written as (r + x) - r, the difference of two rational numbers.
- A difference of two rational numbers is always rational: if r + x = p/q and r = a/b, then x = (pb - qa)/(qb), a ratio of integers.
- So x would have to be rational, contradicting the given fact that x is irrational; the assumption is therefore false, and r + x is irrational, matching option A.
- Why not B: Assumes the conclusion itself, that r + x is irrational, rather than its negation; a contradiction proof must start from 'r + x is rational' and derive an impossibility, not restate the target.
- Why not C: Relies on 'a rational number minus an irrational number is irrational' as an already-known fact, but that is essentially a restatement of the result being proved, with r and x relabelled, so the argument assumes what it needs to show rather than working from the definitions.
- Why not D: Correctly derives that x = (pb - qa)/(qb), a ratio of integers, but then mislabels this as 'irrational'; a ratio of integers is, by definition, rational, so the arithmetic is right but the stated conclusion is the opposite of what the working shows.
Question 7Answer: D
- To disprove a universal claim, 'for every positive integer n, ... is prime', it is enough to exhibit one positive integer n for which the expression is not prime.
- Testing n = 40: 40^2 + 40 + 41 = 1600 + 40 + 41 = 1681.
- 1681 = 41 x 41, so 1681 is composite, not prime.
- n = 40 is a positive integer for which the expression fails to be prime, so it is a valid counterexample, and the answer is D.
- Why not A: n = 1 gives 43, which is prime; a counterexample to 'the expression is always prime' must be a value where the expression is NOT prime, so a value that keeps it prime supports the claim rather than disproving it.
- Why not B: Argues 47 is not prime because it is not divisible by 2; not being divisible by 2 only rules out one specific factor and does not establish that a number is composite. In fact 47 is itself prime, so this does not disprove the claim at all.
- Why not C: Uses n = 0, but the claim is stated only for positive integers, so n = 0 is outside its domain; and 41 is prime in any case, so neither the domain restriction nor the counterexample condition is satisfied.
Question 8Answer: C
- To disprove 'for all irrational a and b, a + b is irrational', it suffices to find one pair of irrational numbers whose sum is rational.
- Let a = sqrt(2) and b = -sqrt(2). Both are irrational, since sqrt(2) is irrational and the negative of an irrational number is irrational.
- Their sum is a + b = sqrt(2) + (-sqrt(2)) = 0.
- 0 is rational, since it equals 0/1, so this pair satisfies the hypothesis (both irrational) but violates the conclusion (sum irrational), giving a valid counterexample, matching option C.
- Why not A: Produces sqrt(2) + sqrt(3), which is irrational; this is consistent with the claim rather than contradicting it, so it does not disprove anything. A counterexample must show the sum turning out rational.
- Why not B: Claims 2 sqrt(2) is rational, but a nonzero rational multiple of an irrational number is always irrational; 2 sqrt(2) is irrational, so this pair does not actually give a rational sum and fails to disprove the claim.
- Why not D: Treats 0.5 as irrational, but 0.5 = 1/2 is rational, since a terminating decimal is always a rational number; a is not irrational here, so this pair does not even satisfy the claim's hypothesis, and cannot be used to disprove it.
Question 9Answer: A
- The statement 'if a shape is a square, then it is a rectangle' has the form 'if A then B', with A = square and B = rectangle.
- We are also told the shape is not a rectangle, that is, 'not B' holds.
- A valid rule of deduction is that 'if A then B' together with 'not B' allows us to conclude 'not A': if the shape were a square, it would have to be a rectangle, but it is not, so it cannot be a square.
- Applying this, the shape is not a square, which is option A.
- Why not B: Directly contradicts the correct deduction: from 'if A then B' and 'not B' we deduce 'not A' (not a square), not 'A' (a square).
- Why not C: Contradicts the given premise outright; we were told the shape is not a rectangle, so concluding it is a rectangle ignores one of the two given facts.
- Why not D: Misses that 'if A then B' together with 'not B' is exactly the pattern that licenses the deduction 'not A'; a valid conclusion is available here, it is simply not stated directly.
Question 10Answer: B
- Listing the sums 1, 1 + 3 = 4, 1 + 3 + 5 = 9, 1 + 3 + 5 + 7 = 16 suggests the pattern 1^2, 2^2, 3^2, 4^2, leading to the conjecture that the sum of the first n odd positive integers is n^2.
- To justify this beyond four cases, note that the first n odd positive integers form an arithmetic sequence with first term 1, common difference 2, and nth term 2n - 1.
- The sum of an arithmetic series is (n/2)(first term + last term) = (n/2)(1 + (2n - 1)) = (n/2)(2n) = n^2.
- This algebraic argument proves the conjecture for every positive integer n, not just the four cases checked, matching option B.
- Why not A: States the correct conjecture, n^2, but the justification only checks four small cases and then simply asserts the pattern 'must hold for every n' with no argument for why; agreement on finitely many cases suggests a conjecture but does not by itself justify it for all n.
- Why not C: Confuses the nth odd number itself, 2n - 1, with the sum of the first n odd numbers, n^2; these are different quantities, and the sum is not equal to the last term added.
- Why not D: Proposes n(n + 1)/2, the formula for the sum of the first n positive integers (1, 3, 6, 10, ...), which does not match the observed sums 1, 4, 9, 16; substituting n = 1, 2, 3, 4 into n(n + 1)/2 actually gives 1, 3, 6, 10, so the two sequences are being confused.
Question 11Answer: D
- A direct proof of an 'if... then...' statement should begin by assuming the hypothesis: line X, 'Suppose n is a multiple of 6, so n = 6k for some integer k.'
- The next step performs the algebra that follows from this assumption: line W, 'So n = 6k = 3(2k).'
- Then the reasoning explains why this form gives the desired property: line Y, 'Since 2k is an integer, n is 3 times an integer, so n is a multiple of 3.'
- Finally the overall conditional conclusion is stated: line Z, 'Therefore, if n is a multiple of 6, then n is a multiple of 3, as required', giving the order X, W, Y, Z, which is option D.
- Why not A: Opens with W, 'n = 6k = 3(2k)', before the assumption in X has introduced k at all; the algebraic step must come after the assumption that defines k, not before it.
- Why not B: States the conclusion in Y, 'n is a multiple of 3', immediately after the assumption in X, before the algebraic step in W that actually justifies it; the working must precede the claim it supports.
- Why not C: Places the final conclusion in Z before the line in Y that explains why 3(2k) makes n a multiple of 3; the overall conclusion should come last, after every supporting step.
Question 12Answer: C
- Every integer n leaves a remainder of 0, 1, 2, 3 or 4 when divided by 5; checking each case in turn shows what n^2 + 1 leaves as a remainder.
- Remainder 0: n^2 leaves remainder 0, so n^2 + 1 leaves remainder 1. Remainder 1: n^2 leaves remainder 1, so n^2 + 1 leaves remainder 2. Remainder 4: n^2 = 16 leaves remainder 1, so n^2 + 1 leaves remainder 2.
- Remainder 2: n^2 = 4, so n^2 + 1 leaves remainder 0, divisible by 5. Remainder 3: n^2 = 9 leaves remainder 4, so n^2 + 1 leaves remainder 0, divisible by 5.
- So n^2 + 1 is divisible by 5 exactly when n leaves remainder 2 or 3 on division by 5, which is option C; checking every residue class systematically is needed here because no single small example settles the general claim.
- Why not A: Checking a case such as n = 2 might suggest n must be even, but n = 3 also satisfies n^2 + 1 divisible by 5 (3^2 + 1 = 10) despite being odd; the condition depends on the remainder of n modulo 5, not on parity.
- Why not B: Assumes that for n^2 + 1 to be divisible by 5, n itself must be a multiple of 5; but if n is a multiple of 5 then n^2 + 1 leaves remainder 1 (not 0) when divided by 5, so this is not merely unproven, it is false.
- Why not D: Swaps the residues: n leaving remainder 1 or 4 gives n^2 + 1 leaving remainder 2 (mod 5), not remainder 0; these are exactly the residues for which the condition fails, not the ones for which it holds.
More free TMUA practice
Every strand of the published TMUA specification, with worked solutions throughout.