Question 274920
Through ( 5, 4 ) and parallel to ( -5 ,2 ) and ( 3 ,5 ).
Y=mX+b
m=(y2-y1)/(x2-x1)
m=(5-2)/(3+5)
m=3/8 is the slope.
4=3/8*5+b
4=15/8+b
b=4-15/8
b=(32-15)/8
b=17/8 is the Y interception.
Y=3X/8+17/8 is the ans.
{{{ graph( 300, 200, -6, 5, -10, 10, 3x/8 +17/8) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, 3x/8 +17/8).