You've established that $A^2 -2A + I = 0$
Rearrange, $A^2 = 2A - I$
Let's compute $A^3$:
$A^3 = A^2 A = 2A^2 - IA = 2(2A - I) - A = 3A - 2I$
Similarly, confirm that $A^4 = 4A - 3I$
We can now conjecture that $A^n = nA - (n-1)I, n \geq 2$
We can prove that by induction.
The base case is obvious (work already done for $n=2$).
Assume it's true for some $n=k$, i.e. $A^k = kA - (k-1)I$
Hence $A^{k+1} = A^kA = kA^2 - (k-1)IA = k(2A-I) - (k-1)A = 2kA - kI - kA + A = (k+1)A - kI$
which completes the proof.
Therefore $A^{50} = 50A - 49I = 50\pmatrix{1 &0\\-1&1} - 49\pmatrix{1 &0\\0&1} = \pmatrix{1 &0\\-50&1}$.