Question 520780
*[invoke find_line_by_slope_and_point 2, -5, 3]


The other format for straight-line equations is called the "point-slope" form. For this one, they give you a point ({{{x1}}}, {{{y1}}}) and a slope {{{m}}}, and have you plug it into this formula:

{{{y-y1=m(x-x1)}}}
    

so, you will have:

{{{y+5=m(x-2)}}}


and slope-intercept form is:

{{{y=3x-11}}}