So the question is basically z transform the given system.
$(y[n+2] + 3y[n+1] - 4y[n])=(x[n+2] - 5x[n+1])$
I've to find h[z] first then it's really easy to solve it. So that's what I got so far;
$z^2y(z) + 3zy(z) - 4y(z) = z^2x(z) - 5zx(z)$
$(z^2+3z-4)y(z) = (z^2 - 5z)x(z)$
$H(z) = \frac{y(z)}{x(z)} = \frac{z^2-5z}{z^2+3z-4}$
then
$H(z) = 1 - \frac{4}{5(z-1)}-\frac{36}{5(z+4)}$
I've to find Z transform pair but I'm stuck here. Thanks in advance!
Here is the z transform table from schaums;

Using $H(z)=\frac{z^2-5z}{(z+4)(z-1)}=\frac{Az}{z-1}+\frac{Bz}{z+4}+C$ we get $A=-4/5,B=9/5,C=0$. Can you complete?