Question 176200
Given two points, use the two-point form of a line.  That is, given *[Tex \LARGE \left(x_1,y_1\right)] and *[Tex \LARGE \left(x_2,y_2\right)], you can write the equation:


{{{y - y[1] = ((y[1] - y[2])/(x[1] - x[2]))(x - x[1])}}}


Once you have substituted the values for {{{x[1]}}}, {{{y[1]}}}, {{{x[2]}}}, and {{{y[2]}}}, and have done the indicated arithmetic, you need to solve the equation for {{{y}}} in order to put the equation in slope intercept form.  Solving for {{{y}}} means performing legal algebraic operations on the equation until you have {{{y}}} on the left and everything else on the right.