Given $$\mathbf{A}^2=2\mathbf{A}-\mathbf{I}$$ where $\mathbf{A}$ is a $4\times4$ matrix and $\mathbf{I}$ is the $4\times 4$ identity matrix. Express $\mathbf{A}^3$ and $\mathbf{A}^4$ in the form $$k\mathbf{A}+l\mathbf{I}$$ where $k$ and $l$ are scalars.
My attempt at answering this is for $\mathbf{A}^3$$$\begin{align}\mathbf{A}^3=\mathbf{A}^2\mathbf{A} &=(2\mathbf{A}-\mathbf{I})\mathbf{A}\\ &=2\mathbf{A}^2-\mathbf{I}\mathbf{A}\\ &=2(2\mathbf{A}-\mathbf{I})-\mathbf{I}\mathbf{A}\\ &=4\mathbf{A}-2\mathbf{I}-\mathbf{I}\mathbf{A} \end{align}$$
Which is where I get stuck. My question is how do I find $l$?