How do you find the point of intersection for x-y=4 and x-3y= -6?

1 Answer
Jun 28, 2015

x-y=4 and x-3y=-6 intersect at (x,y) = (9,5)

Explanation:

[1]color(white)("XXXX")x-y=4
[2]color(white)("XXXX")x-3y = -6

Subtract [2] from [1]
[3]color(white)("XXXX")2y = 10

Divide both sides by 2
[4]color(white)("XXXX")y = 5

Substitute 5 for y back in [1] (we could have used either [1] or [2])
[5]color(white)("XXXX")x - 5 = 4

Add 5 to both sides
[6]color(white)("XXXX")x = 9