Question 113515
First lets find the slope through the points ({{{6}}},{{{2}}}) and ({{{8}}},{{{8}}})


{{{m=(y[2]-y[1])/(x[2]-x[1])}}} Start with the slope formula (note: *[Tex \Large \left(x_{1},y_{1}\right)] is the first point ({{{6}}},{{{2}}}) and  *[Tex \Large \left(x_{2},y_{2}\right)] is the second point ({{{8}}},{{{8}}}))


{{{m=(8-2)/(8-6)}}} Plug in {{{y[2]=8}}},{{{y[1]=2}}},{{{x[2]=8}}},{{{x[1]=6}}}  (these are the coordinates of given points)


{{{m= 6/2}}} Subtract the terms in the numerator {{{8-2}}} to get {{{6}}}.  Subtract the terms in the denominator {{{8-6}}} to get {{{2}}}

  


{{{m=3}}} Reduce

  

So the slope is

{{{m=3}}}


------------------------------------------------



Now let's use the point-slope formula to find the equation of the line:




------Point-Slope Formula------
{{{y-y[1]=m(x-x[1])}}} where {{{m}}} is the slope, and *[Tex \Large \left(\textrm{x_{1},y_{1}}\right)] is one of the given points


So lets use the Point-Slope Formula to find the equation of the line


{{{y-2=(3)(x-6)}}} Plug in {{{m=3}}}, {{{x[1]=6}}}, and {{{y[1]=2}}} (these values are given)



{{{y-2=3x+(3)(-6)}}} Distribute {{{3}}}


{{{y-2=3x-18}}} Multiply {{{3}}} and {{{-6}}} to get {{{-18}}}


{{{y=3x-18+2}}} Add {{{2}}} to  both sides to isolate y


{{{y=3x-16}}} Combine like terms {{{-18}}} and {{{2}}} to get {{{-16}}} 

------------------------------------------------------------------------------------------------------------

Answer:



So the equation of the line which goes through the points ({{{6}}},{{{2}}}) and ({{{8}}},{{{8}}})  is:{{{y=3x-16}}}


The equation is now in {{{y=mx+b}}} form (which is slope-intercept form) where the slope is {{{m=3}}} and the y-intercept is {{{b=-16}}}


Notice if we graph the equation {{{y=3x-16}}} and plot the points ({{{6}}},{{{2}}}) and ({{{8}}},{{{8}}}),  we get this: (note: if you need help with graphing, check out this <a href=http://www.algebra.com/algebra/homework/Linear-equations/graphing-linear-equations.solver>solver<a>)


{{{drawing(500, 500, -2, 16, -4, 14,
graph(500, 500, -2, 16, -4, 14,(3)x+-16),
circle(6,2,0.12),
circle(6,2,0.12+0.03),
circle(8,8,0.12),
circle(8,8,0.12+0.03)
) }}} Graph of {{{y=3x-16}}} through the points ({{{6}}},{{{2}}}) and ({{{8}}},{{{8}}})


Notice how the two points lie on the line. This graphically verifies our answer.



However, the problem wants the answer in standard form. So let's convert the equation into standard form.


*[invoke converting_linear_equations "slope-intercept_to_standard", 1, 2, 3, 3, -16]