Admissions tests / TMUA / Paper 2 / Mathematical proof
Demanding. 12 questions, 12 marks, about 50 minutes.
TMUA Paper 2: Mathematical proof, set 3
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 odd integer, then n^2 - 1 is divisible by 8.' Which of the following is a valid direct proof?
- 21 mark
A student wants to prove: 'For every integer n, n(n^2 - 1) is divisible by 6.' Which of the following is a valid direct proof?
- 31 mark
A student wants to prove: 'For every integer n, n(n+1)(n+2)(n+3) is divisible by 8.' Which of the following is a valid proof by cases?
- 41 mark
A student wants to prove: 'If n is an integer that is not divisible by 3, then n^4 leaves remainder 1 when divided by 3.' Which of the following is a valid proof by cases?
- 51 mark
In a proof by contradiction that there is no smallest positive rational number, which is the correct starting assumption?
- 61 mark
A student wants to prove: 'If n is an integer and 7n + 4 is odd, then n is odd.' Which of the following is a valid proof by contradiction?
- 71 mark
A student claims: 'For every positive integer n, n! + 1 is prime.' (Here n! denotes n factorial, so n! = n x (n-1) x ... x 2 x 1.) Which of the following correctly disproves this claim?
- 81 mark
A student claims: 'If a and b are integers with a^2 = b^2, then a = b.' Which of the following correctly disproves this claim?
- 91 mark
You are told: 'If a number is a multiple of 12, then it is a multiple of 4' and 'If a number is a multiple of 4, then it is even.' Given that N is a multiple of 12, which of the following can be validly deduced?
- 101 mark
By evaluating 1, 1+2, 1+2+4, 1+2+4+8 (giving 1, 3, 7, 15), a student conjectures a formula for the sum of the first n powers of 2, starting from 2^0. 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 leaves remainder 2 when divided by 5, then n^2 leaves remainder 4 when divided by 5.' The proof has been written as four separate lines, given here in a scrambled order:
W: So n^2 = 25k^2 + 20k + 4 = 5(5k^2 + 4k) + 4.
X: Suppose n leaves remainder 2 when divided by 5, so n = 5k + 2 for some integer k.
Y: Since 5k^2 + 4k is an integer, n^2 is 4 more than a multiple of 5, so n^2 leaves remainder 4 when divided by 5.
Z: Therefore, if n leaves remainder 2 when divided by 5, then n^2 leaves remainder 4 when divided by 5, as required.
Which order of these four lines gives a valid direct proof?
- 121 mark
Suppose n is a positive integer such that both n and n^2 + 2 are prime. 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: C
- To prove a statement about every odd integer n, write n in the general form n = 2k + 1, where k is an integer.
- Then n^2 - 1 = (2k+1)^2 - 1 = 4k^2 + 4k + 1 - 1 = 4k^2 + 4k = 4k(k + 1).
- Among any two consecutive integers k and k + 1, exactly one is even, so their product k(k + 1) is even: write k(k + 1) = 2m for an integer m.
- Then n^2 - 1 = 4(2m) = 8m, which is exactly 8 times an integer, so n^2 - 1 is divisible by 8, and the answer is C.
- Why not A: Uses n = 2k, the algebraic form of an even integer, to represent n, which the statement says is odd; the case actually constructed is not an odd number at all, so nothing here bears on the claim.
- Why not B: Expands (2k + 1)^2 - 1 as 4k^2 + 2k instead of the correct 4k^2 + 4k, an arithmetic slip that drops a factor from the middle term and produces an expression that is not, in general, a multiple of 8 (for k = 1 it gives 6, which is not divisible by 8).
- Why not D: Asserts that every multiple of 4 is also a multiple of 8, which is false in general (4 itself is a multiple of 4 but not of 8); reaching '4k(k+1) is divisible by 4' is correct, but the extra factor of 2 needed for divisibility by 8 has not been justified.
Question 2Answer: A
- n(n^2 - 1) factorises using the difference of two squares as n(n-1)(n+1), the product of the three consecutive integers n-1, n and n+1.
- Among any three consecutive integers, at least one is a multiple of 2 (since even and odd numbers alternate), so the product is divisible by 2.
- Among any three consecutive integers, exactly one is a multiple of 3 (since remainders on division by 3 cycle through 0, 1, 2), so the product is also divisible by 3.
- A number divisible by both 2 and 3 is divisible by 6, since 2 and 3 share no common factor, so n(n^2 - 1) is divisible by 6 for every integer n, matching option A.
- Why not B: Factorises n^2 - 1 as (n-1)^2 rather than the correct (n-1)(n+1), the difference of two squares, so the expression analysed is not equal to n(n^2 - 1) at all; the further claim that a perfect square is automatically divisible by 6 is also false in general (4 is a perfect square but not divisible by 6).
- Why not C: Correctly shows the product is divisible by 2 but then asserts that every multiple of 2 is a multiple of 6, which is false in general (2 itself is not divisible by 6); establishing divisibility by 2 alone never gives divisibility by 6.
- Why not D: Reasons that having three factors makes the product divisible by 3! = 6 purely because three numbers are multiplied, but this is not a valid rule (1 x 3 x 5 also has three factors and is not divisible by 6); the real reason is that one of the three consecutive integers must be even and one must be a multiple of 3, not merely that three numbers are multiplied.
Question 3Answer: D
- Every four consecutive integers contain exactly two even numbers, and because the integers are consecutive, these two even numbers are themselves consecutive even integers, differing by 2.
- Among any two consecutive even integers (such as 4 and 6, or 8 and 10), one is always a multiple of 4, since multiples of 4 occur every other even number.
- So the product n(n+1)(n+2)(n+3) contains one factor that is a multiple of 4 and a separate factor that is a multiple of 2, contributing at least 4 x 2 = 8 to the product.
- Hence n(n+1)(n+2)(n+3) is divisible by 8 for every integer n, matching option D.
- Why not A: Assumes n and n+2 are always the even numbers among the four, but this depends on the parity of n: when n is odd, it is n+1 and n+3 that are even, not n and n+2, so the argument does not cover every case.
- Why not B: Correctly identifies that the product is divisible by 4, but stops short of noticing that one of the two consecutive even numbers among the four must itself be a multiple of 4; the extra factor of 2 this gives is exactly what is needed to reach divisibility by 8.
- Why not C: Asserts that any two even numbers multiplied together are automatically divisible by 8, which is false in general (2 x 2 = 4, and 2 x 6 = 12, neither divisible by 8); the argument needs the further fact that one of the two even numbers is itself a multiple of 4, not just that both are even.
Question 4Answer: B
- Every integer not divisible by 3 leaves remainder 1 or remainder 2 when divided by 3, so these are the two cases to check.
- Case n = 3k + 1: n^2 = (3k+1)^2 = 9k^2 + 6k + 1 = 3(3k^2 + 2k) + 1, so n^2 leaves remainder 1 when divided by 3, and squaring a number that leaves remainder 1 leaves remainder 1^2 = 1 again, so n^4 leaves remainder 1.
- Case n = 3k + 2: n^2 = (3k+2)^2 = 9k^2 + 12k + 4 = 3(3k^2 + 4k + 1) + 1, again remainder 1, so n^4 also leaves remainder 1 by the same squaring argument.
- Both residue classes that make up 'not divisible by 3' give n^4 remainder 1 when divided by 3, so the answer is B.
- Why not A: Treats n^4 as n^2 + n^2 rather than n^2 multiplied by itself, so it adds the remainders (1 + 1 = 2) instead of squaring the remainder (1^2 = 1); this gives the wrong remainder in both cases.
- Why not C: Only examines the case n = 3k + 1 and never examines n = 3k + 2; since 'n is not divisible by 3' covers both of these residue classes, a proof by cases must dispose of both, and the second is missing here.
- Why not D: Claims 81k^4 leaves remainder 1 when divided by 3, but 81k^4 = 3(27k^4) exactly, leaving remainder 0, not 1; a multiple of 3 raised to any power is still a multiple of 3, so this case actually shows why the restriction 'n is not divisible by 3' is essential, not why it can be dropped.
Question 5Answer: D
- A proof by contradiction begins by assuming the negation of the statement to be proved.
- The statement here is 'there is no smallest positive rational number'; its negation is 'there is a smallest positive rational number', so assume such a number exists and call it q.
- From this assumption, the number q/2 is also a positive rational number, and q/2 is less than q, contradicting the assumption that q was the smallest positive rational.
- The correct starting assumption is therefore option D.
- Why not A: Assumes the very statement to be proved, that no smallest positive rational number exists, rather than its negation; a proof by contradiction must start from the opposite of the target statement, namely that a smallest positive rational does exist.
- Why not B: Considers only whether 0 could be the smallest positive rational, but 0 is not positive, so this never engages with an actual candidate for 'the smallest positive rational number'; the negation to test is that some positive rational is smallest, not specifically 0.
- Why not C: Is not the negation of 'there is no smallest positive rational number'; whether every rational number is positive is an entirely different, and false, claim, since negative rationals such as -1 exist, and refuting it says nothing about smallest elements.
Question 6Answer: A
- To prove 'if 7n+4 is odd then n is odd' by contradiction, keep the hypothesis (7n+4 is odd) and assume the negation of the conclusion: n is even.
- Since n is even, write n = 2k for an integer k.
- Then 7n + 4 = 7(2k) + 4 = 14k + 4 = 2(7k + 2), which is even.
- This contradicts the assumption that 7n + 4 is odd, so the assumption 'n is even' must be false, and n is odd, matching option A.
- Why not B: Negates both parts of the given conditional rather than only the conclusion: a contradiction proof of 'if 7n+4 is odd then n is odd' must keep the hypothesis (7n+4 is odd) and assume only the negation of the conclusion (n is even); assuming 7n+4 is even instead tests a different, unrelated statement.
- Why not C: Miscalculates 7(2k) + 4 as 14k + 11 instead of the correct 14k + 4, an arithmetic slip; the true computation shows 7n+4 is even whenever n is even, which is exactly the contradiction needed, so the slip manufactures a false 'no contradiction' where a real one exists.
- Why not D: Never uses the given hypothesis that 7n + 4 is odd, so the assumption actually tested is unrelated to the statement; it then treats 'showing 7n+4 is even' as the goal itself, rather than recognising it as the contradiction that disproves the assumption 'n is even'.
Question 7Answer: C
- To disprove a universal claim, 'for every positive integer n, n! + 1 is prime', it is enough to exhibit one positive integer n for which n! + 1 is not prime.
- Testing n = 4: 4! = 4 x 3 x 2 x 1 = 24, so 4! + 1 = 25.
- 25 = 5 x 5, so 25 is composite, not prime.
- n = 4 is a positive integer for which the expression fails to be prime, a valid counterexample, so the answer is C.
- Why not A: n = 1 gives 2, 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 3 is not prime because it is odd, but being odd does not make a number composite, since most primes, including 3 itself, are odd; 3 is in fact prime, so this does not disprove the claim at all.
- Why not D: Argues 7 is composite because it exceeds 5, but there is no such rule: many primes are greater than 5, including 7 itself, which is prime; this pair does not disprove the claim.
Question 8Answer: D
- To disprove 'if a^2 = b^2 then a = b', it suffices to find one pair of integers a and b with a^2 = b^2 but a not equal to b.
- Let a = -3 and b = 3. Then a^2 = 9 and b^2 = 9, so a^2 = b^2, satisfying the hypothesis.
- But a = -3 and b = 3 are not equal.
- This pair satisfies the hypothesis while violating the conclusion, giving a valid counterexample, so the answer is D.
- Why not A: Gives a = b (both equal to 2), which is exactly what the claim predicts when a^2 = b^2; a counterexample must show a^2 = b^2 holding while a = b fails, and this pair does the opposite.
- Why not B: Correctly computes a^2 = 9 = b^2, but then wrongly concludes a = b; here a = 3 and b = -3 are not equal, so the option's own stated conclusion is false, even though the underlying numbers would have given a valid counterexample if reasoned correctly.
- Why not C: Uses a pair where a^2 is not equal to b^2 (4 is not 9), so the hypothesis of the claim is not even satisfied; a counterexample must satisfy the hypothesis (a^2 = b^2) while violating the conclusion (a = b), and this pair does neither correctly.
Question 9Answer: B
- The two given statements form a chain: multiple of 12 implies multiple of 4, and multiple of 4 implies even.
- Since N is a multiple of 12, the first statement gives that N is a multiple of 4.
- Applying the second statement to this result, N being a multiple of 4 gives that N is even.
- Chaining the two implications together (multiple of 12 implies multiple of 4 implies even) validly deduces that N is even, matching option B.
- Why not A: Correctly deduces N is a multiple of 4 from the first statement, but then stops, ignoring that the second given statement, 'if a multiple of 4 then even', lets the chain continue one more step to show N is even.
- Why not C: After correctly deducing N is even, wrongly reasons backwards to conclude N must be a multiple of 12; 'if a multiple of 12 then even' does not mean 'if even then a multiple of 12', and indeed 2 is even without being a multiple of 12.
- Why not D: Asserts the converse of the first given statement, that every multiple of 4 is a multiple of 12, which is false in general (4 itself is a multiple of 4 but not of 12); 'if A then B' does not imply 'if B then A'.
Question 10Answer: A
- Listing the sums 1, 1+2=3, 1+2+4=7, 1+2+4+8=15 suggests the pattern 2^1-1, 2^2-1, 2^3-1, 2^4-1, leading to the conjecture that the sum of the first n powers of 2 (from 2^0 to 2^(n-1)) is 2^n - 1.
- To justify this beyond four cases, let S = 2^0 + 2^1 + ... + 2^(n-1), and consider 2S = 2^1 + 2^2 + ... + 2^n.
- Subtracting the first sum from the second, every term except the first and last cancels: 2S - S = 2^n - 2^0, so S = 2^n - 1.
- This algebraic argument, the standard telescoping trick for a geometric series, proves the conjecture for every positive integer n, not just the four cases checked, matching option A.
- Why not B: Proposes the formula 2^n, but this does not even match the observed sums (2^1 = 2, not 1; 2^2 = 4, not 3), so the conjecture itself is wrong, and the justification given never establishes a formula that actually equals the sum for every n.
- Why not C: Proposes n(n+1), the values of which (2, 6, 12, 20) do not match the observed sums (1, 3, 7, 15) at all; describing them as 'close to' the correct values is not the same as matching them, so this conjecture is simply false.
- Why not D: States the correct conjecture, 2^n - 1, but the justification only checks four small cases and then asserts the pattern 'must hold' for every n with no general argument; agreement on finitely many cases suggests a conjecture but does not by itself prove it for all n.
Question 11Answer: C
- A direct proof of an 'if... then...' statement should begin by assuming the hypothesis: line X, 'Suppose n leaves remainder 2 when divided by 5, so n = 5k + 2 for some integer k.'
- The next step performs the algebra that follows from this assumption: line W, 'So n^2 = 25k^2 + 20k + 4 = 5(5k^2+4k) + 4.'
- Then the reasoning explains why this form gives the desired property: line Y, 'Since 5k^2+4k is an integer, n^2 is 4 more than a multiple of 5, so n^2 leaves remainder 4 when divided by 5.'
- Finally the overall conditional conclusion is stated: line Z, giving the order X, W, Y, Z, which is option C.
- Why not A: Opens with line W, which computes n^2 = 25k^2 + 20k + 4, before line X has introduced the integer k at all; the algebraic step must come after the assumption that defines k, not before it.
- Why not B: States the conclusion of the working in line Y, that n^2 leaves remainder 4, immediately after the assumption in line X, before the algebraic step in line W that actually justifies it; the working must precede the claim it supports.
- Why not D: Places the overall conditional conclusion in line Z before line Y, which explains why 5(5k^2+4k)+4 gives remainder 4 when divided by 5; the final conclusion should come last, after every supporting step is in place.
Question 12Answer: B
- Every positive integer n leaves remainder 0, 1 or 2 when divided by 3, so check each case.
- If n leaves remainder 1: n^2 leaves remainder 1 (mod 3), so n^2+2 leaves remainder 1+2=3, that is, remainder 0 (mod 3), meaning n^2+2 is divisible by 3. Since n^2+2 is prime and divisible by 3, it must equal 3 itself, giving n^2=1, so n=1, but 1 is not prime, contradicting the hypothesis that n is prime. If n leaves remainder 2: n^2 leaves remainder 4, that is, remainder 1 (mod 3), so n^2+2 again leaves remainder 0 (mod 3), and the same contradiction follows.
- So n cannot leave remainder 1 or remainder 2 when divided by 3; n must leave remainder 0, that is, n is a multiple of 3.
- Checking n=3 confirms this is achievable: 3 is prime, and n^2+2=11 is also prime, so n must be a multiple of 3, matching option B.
- Why not A: The only even prime is 2, and checking it directly gives n^2+2 = 6, which is not prime, so n = 2 does not even satisfy the given condition; n cannot be even, let alone must be.
- Why not C: The value that actually satisfies the hypothesis is n = 3 (with n^2 + 2 = 11, both prime), and 3 is not greater than 10, so this claim is false.
- Why not D: This is exactly the residue class that the argument rules out: if n leaves remainder 1 (or remainder 2) when divided by 3, then n^2 + 2 turns out to be divisible by 3 and greater than 3, so composite, contradicting that n^2+2 is prime; the residue that survives is remainder 0, not remainder 1.
More free TMUA practice
Every strand of the published TMUA specification, with worked solutions throughout.