Activity answers:
1. Base $n=1$: LHS $=1$, RHS $=\frac{1\cdot 2 \cdot 3}{6}=1$ ✓. Step: assume $\sum_1^k r^2 = \frac{k(k+1)(2k+1)}{6}$. Then $\sum_1^{k+1} r^2 = \frac{k(k+1)(2k+1)}{6} + (k+1)^2 = \frac{(k+1)[k(2k+1)+6(k+1)]}{6} = \frac{(k+1)(2k^2+7k+6)}{6} = \frac{(k+1)(k+2)(2k+3)}{6}$ ✓. Conclusion: Therefore, by the principle of mathematical induction, the identity holds for all $n \geq 1$. $\blacksquare$
2. Try $n=80$: $80^2 - 79 \cdot 80 + 1601 = 6400 - 6320 + 1601 = 1681 = 41^2$. Not prime. Counterexample: $n=80$ shows the statement is false. $\blacksquare$
3. (a) Direct: "Let $m = 2j+1$ and $n = 2k+1$." (b) Contradiction: "Suppose positive integers $x, y$ with $y \geq 1$ satisfy $x^2 - y^2 = 1$." (Then $(x-y)(x+y)=1$ forces both factors to be $\pm 1$, contradicting $x, y \geq 1$.) (c) Induction: "Base case $n=1$: LHS $=1$, RHS $=1$ ✓." (d) Counterexample: "$n=4$: $2^4-1 = 15 = 3 \cdot 5$, not prime."
4. Missing: (i) "in lowest terms" / $\gcd(a,b)=1$, (ii) the contradiction is not derived, must show $b$ is also a multiple of $5$, (iii) explicit conclusion. Rewrite: Suppose $\sqrt 5 = a/b$ with $\gcd(a,b)=1$. Then $5b^2 = a^2$, so $5 \mid a^2$ and hence $5 \mid a$. Write $a = 5m$, then $5b^2 = 25m^2$, so $b^2 = 5m^2$ and $5 \mid b$. But $5 \mid a$ and $5 \mid b$ contradicts $\gcd(a,b)=1$. Therefore $\sqrt 5$ is irrational. $\blacksquare$
5. Open-ended reflection, typical answer: "Hardest choice is contradiction vs contrapositive. Rule of thumb: if the body of the proof never uses the assumed $P$, it's really a contrapositive; if it uses both $P$ and $\neg Q$ to chase $\bot$, it's a contradiction."
Q1 (2 marks): $n = 13$: $n^2 + 3n + 1 = 169 + 39 + 1 = 209 = 11 \cdot 19$. Not prime [1]. Therefore the statement is false [1]. $\blacksquare$
Q2 (3 marks): Base $n=1$: LHS $= \frac{1}{1 \cdot 2} = \frac{1}{2}$, RHS $= \frac{1}{2}$ ✓ [1]. Step: assume $\sum_1^k \frac{1}{r(r+1)} = \frac{k}{k+1}$. Then $\sum_1^{k+1} \frac{1}{r(r+1)} = \frac{k}{k+1} + \frac{1}{(k+1)(k+2)} = \frac{k(k+2) + 1}{(k+1)(k+2)} = \frac{(k+1)^2}{(k+1)(k+2)} = \frac{k+1}{k+2}$ ✓ [1]. Conclusion: Therefore, by the principle of mathematical induction, the identity holds for all positive integers $n$ [1]. $\blacksquare$
Q3 (3 marks): Suppose, for a contradiction, positive integers $a, b, c$ satisfy $a^2+b^2 = 3c^2$. Choose the solution with smallest $c$. Squares modulo $3$ are $0$ or $1$, so $a^2 + b^2 \equiv 0 \pmod{3}$ forces $a \equiv b \equiv 0 \pmod 3$ [1]. Write $a = 3a'$, $b = 3b'$: then $9(a'^2 + b'^2) = 3c^2$, so $c^2 = 3(a'^2 + b'^2)$, hence $3 \mid c$. Write $c = 3c'$: then $a'^2 + b'^2 = 3c'^2$ with $c' < c$ [1], contradicting the minimality of $c$. Therefore no such positive integers exist [1]. $\blacksquare$