What are the points of intersection for #y = 2x + 3# and #y = x + 5#?

1 Answer
Feb 23, 2016

Suppose we separated the variables into #x_1#, #x_2#, #y_1#, and #y_2# labels, as a general case for if neither intersected the other.

#\mathbf(y_1 = 2x_1 + 3)#

#\mathbf(y_2 = x_2 + 5)#

The point of intersection occurs when the two graphs have equal values of #x# and #y# at the same time. There is only one solution, because two straight lines can only intersect once. (On the other hand, two curved lines may intersect twice.)

The solution will be the coordinate #(x,y#) such that #y_1 = y_2# and #x_1 = x_2#.

What we can do to proceed is assume that #y_1 = y_2# and #x_1 = x_2#. Therefore, we get:

#2x_1 + 3 = x_2 + 5#

#= x_1 + 5#

Subtract #x_1# from both sides to get:

#x_1 + 3 = 5#

Then I would subtract #3# from both sides to get:

#color(blue)(x_1 = x_2 = 2)#

Now, since the solution coordinate requires that we have both #x# and #y#, we need to solve for #y#.

#color(blue)(y_1) = 2x_1 + 3#

#= 2(2) + 3 = color(blue)(7)#

And just to show that indeed #y_1 = y_2# if #x_1 = x_2#:

#color(green)(y_2) = x_2 + 5#

#= x_1 + 5#

#= 2 + 5#

#= color(green)(7 = y_1)#

Finally, that means our solution coordinate is:

#color(blue)("("2,7")")#