Activity answers:
1. Contrapositive: assume $n$ is even, $n = 2k$. Then $n^2 + 1 = 4k^2 + 1$, which is odd. So if $n^2+1$ is even, $n$ cannot be even, i.e., $n$ is odd. $\blacksquare$
2. Suppose $q > 0$ is the smallest positive rational. Then $q/2$ is also a positive rational and $q/2 < q$, contradicting minimality. So no smallest positive rational exists. $\blacksquare$
3. Induction: base $n=1$: $1 = 1$. Step: $\sum_1^{k+1} m^3 = \left(\tfrac{k(k+1)}{2}\right)^2 + (k+1)^3 = (k+1)^2\!\left(\tfrac{k^2}{4} + (k+1)\right) = \tfrac{(k+1)^2(k+2)^2}{4}$ ✓. Direct: use $\sum_1^n m = \tfrac{n(n+1)}{2}$, then square; verified by induction on the partial-sum identity.
4. $n = 40$: $40^2 + 40 + 41 = 1681 = 41^2$. Not prime. Counterexample. $\blacksquare$
5. Flaw: the argument stops after "$a$ is even", no contradiction has been derived. Completion: write $a = 2m$, so $2b^2 = 4m^2$, giving $b^2 = 2m^2$. Hence $b$ is also even, contradicting $\gcd(a,b)=1$. Therefore $\sqrt{2}$ is irrational. $\blacksquare$
Q1 (2 marks): Assume $n$ is odd, $n=2k+1$ [1]. Then $3n+5 = 6k+8 = 2(3k+4)$ is even. So if $3n+5$ is odd, $n$ is not odd, i.e., $n$ is even [1]. $\blacksquare$
Q2 (3 marks): Suppose $\sqrt{3} = p/q$ in lowest terms [1]. Then $3q^2 = p^2$, so $3 \mid p^2$, hence $3 \mid p$. Write $p = 3m$, then $q^2 = 3m^2$, so $3 \mid q$ [1]. But $3 \mid p$ and $3 \mid q$ contradicts $\gcd(p,q) = 1$. Therefore $\sqrt{3}$ is irrational [1]. $\blacksquare$
Q3 (3 marks): (a) Induction: base $n=1$: $0$ divisible by 6 ✓. Step: $(k+1)^3-(k+1) = k^3+3k^2+3k+1-k-1 = (k^3-k)+3k(k+1)$. First term divisible by 6 (IH), second is $3 \times \text{even}$, so divisible by 6. Hence divisible by 6 [1]. (b) Direct: $n^3-n = (n-1)n(n+1)$, three consecutive integers, so the product is divisible by 2 (one is even) and by 3 (one is a multiple of 3), hence by 6 [1]. Comment: direct is more insightful because the factorisation immediately reveals the divisibility structure [1].