We first notice we have a linear and non linear equation. The simplest method to solve is to substitute the linear equation into the non linear equation and then solve for one of the unknowns. Then substitute that value once known back into on the of the equations (into the linear one is simpler) and then solve again for the second unknown.
x - y = 1 ==> x = 1 + y
x^2-y^2=9 ==> (1 + y) ^2 - y ^ 2 = 9 ==> 2y = 8 ==> y = 4
x = 1 + y ==> x = 1 + 4 ==> x = 5
x = 5
y = 4