Explanation:
as you can see, the correct writing of a problem definition is very important.
what you wrote is probably not the original problem.
it could be
x + y = 4y
4y = 3x - 18
the other answer was dealing with that possibility.
but I suspect it was more like
x + y = 4
y = 3x - 18
I am going to solve this here now.
in any case, remember, the intersection point of 2 lines or any kinds of functions is the point (the x and the y value), that gives the same result for both functions, or rather in forms like this that make both equations true.
the second equation gives us already a definition for y that we can use directly in the first equating to solve for x :
x + (3x - 18) = 4
x + 3x - 18 = 4
4x = 22
x = 22/4 = 5.5
that we can use then e.g. in the original first equation to solve for y :
x + y = 4
5.5 + y = 4
y = -1.5
so, the intersection point is
(5.5, -1.5) or (5 ½, -1 ½)