Question 886726
Do it like this one:
----
How would u find a line that is parallel to y=(2/3)x+5, passing through (4,-5)
----------
Since the lines are parallel, the slopes are equal, = 2/3
------
y+5 = (2/3)*(x-4)
3y + 15 = 2x - 8
2x - 3y = 23