Standard +0.3 This is a standard proof by induction for divisibility, requiring verification of the base case (n=1) and an inductive step showing 5^(3(k+1)) + 32^(k+1) - 33 is divisible by 31 given the assumption for n=k. The algebraic manipulation is straightforward using factoring and the fact that 5^3 = 125 ≡ 1 (mod 31) and 32 ≡ 1 (mod 31), making this slightly easier than average but still requiring proper induction structure.
1 Prove by mathematical induction that, for all positive integers $n , 5 ^ { 3 n } + 32 ^ { n } - 33$ is divisible by 31 .\\
\hfill \mbox{\textit{CAIE Further Paper 1 2023 Q1 [6]}}