Question 1130017


Given the points ({{{3}}},{{{1}}}) and ({{{6}}},{{{ 4}}})


{{{m=(y-y[1])/(x-x[1])}}}......use the points ({{{3}}}, {{{1}}}) and ({{{6}}},{{{4}}})


{{{m=(4-1)/(6-3)}}}


{{{m=3/3}}}

{{{m=1}}}


the equation for this line in point – slope format:

{{{y-y[1]=m(x-x[1])}}}......use {{{m=1}}} and the point ({{{3}}},{{{1}}}) 


{{{y-1=1(x-3)}}}

{{{y-1=x-3}}}

{{{y=x-3+1}}}

{{{y=x-2}}}



{{{drawing ( 600, 600, -10, 10, -10, 10,
circle(3,1,.12),circle(6,4,.12),
locate(3,1,p(3,1)),locate(6,4,p(6,4)),
graph( 600, 600, -10, 10, -10, 10, x-2)) }}}