.
4x + 7y = 28 (1)
5x - 4y = -16 (2)
Multiply eq(1) by 5 (both sides). Multiply eq(2) by 4 (both sides). You will get
20x + 35y = 140 (3)
20x - 16y = -64 (4)
Subtract eq(4) from eq(2). The terms " 20x " will cancel each other, and you will get a single equation for the unknown "y" only.
It is how the Elimination method works.
35y - (-16y) = 140 - (-64)
51y = 204
y = 204/51 = 4.
Now substitute the value y= 4 into eq(1). You will get
4x + 7*4 = 28
4x = 28 - 28 = 0
x = 0.
Answer. x= 0; y= 4.
CHECK. Check the solution on your own by substituting the ontained values into each of the two given equations.
Solved.