Standard +0.3 This is a straightforward proof by induction on matrix powers with a simple 2×2 upper triangular matrix. The inductive step requires only basic matrix multiplication (4 entries to compute), and the algebra is clean with no complicated simplification. While it's a Further Maths topic, it follows the standard induction template exactly, making it slightly easier than an average A-level question overall.
4 The matrix \(\mathbf { M }\) is given by \(\mathbf { M } = \left( \begin{array} { l l } 2 & 2 \\ 0 & 1 \end{array} \right)\). Prove by induction that, for \(n \geqslant 1\),
$$\mathbf { M } ^ { n } = \left( \begin{array} { c c }
2 ^ { n } & 2 ^ { n + 1 } - 2 \\
0 & 1
\end{array} \right) .$$