You can put this solution on YOUR website! x + 3 = 3y is in a difficult form.
.
Convert it to Ax + By = C to prepare for solving it as a system of linear equations.
.
Subtract 3y from both sides, then subtract 3 from both sides.
x -3y = -3
.
Convert the other in a similar way.
4x -5 = 2y + 3
.
Add 5 to both sides.
4x = 2y + 8
.
Subtract 2y from both sides.
4x -2y = 8
.
Now arrange the two converted equations as a system.
.
x -3y = -3
4x - 2y = 8
.
Multiply the first equation by 4 and then subtract the second from it to remove the 'x' term.
.
4x -12y = -12
4x -2y = 8
--------------
-10y = -20
.
Divide both sides by -10.
y = -20/-10 = 2
.
Substitute y = 2 to find x.
x + 3 = 3y
x + 3 = 6
x = 3
.
Substitute these values in the other equation to be sure this is the right answer.
4x -5 = 2y + 3
4(3)-5 = 12-5 = 7
2(2)+3 = 4+3 = 7
Correct.
.
Answer: x=3 and y=2.
.
Done.