
Doug C. answered 01/29/24
Math Tutor with Reputation to make difficult concepts understandable
The respective equations are (slope-intercept form):
1) y = (3/4)x - 5, and
2) y = (-1/4)x +3
To find the point of intersection use the substitution method as follows:
(3/4) x - 5 = (-1/4)x +3 [replace y in one of the equations with its equivalent in terms of x]
Since I avoid working with fractions I would now multiply every term by 4 (but that is not necessary):
3x - 20 = -x +12
3x + x = 12 + 20
4x = 32
x = 8
When x = 8:
y = (3/4)(8) - 5 = 6 - 5 = 1
So, the point of intersection is at (8, 1).
desmos.com/calculator/u8m17lihlq
You could also substitute the coordinates of each point into each equation to determine which point satisfied both--not recommended as a strategy.