Question 1203940


graph the line with slope {{{1/2}}} passing through the point ({{{-2}}},{{{5}}})


use point-slope formula

{{{y-y1=m(x-x1)}}}....substitute given values

{{{y-5=(1/2)(x-(-2))}}}

{{{y-5=(1/2)(x+2)}}}

{{{y=(1/2)x+2(1/2)+5}}}

{{{y=(1/2)x+1+5}}}

{{{y=(1/2)x+6}}}



 {{{drawing( 600, 600, -10, 10, -10, 10, circle(-2,5,.12),
locate(-2,5,p(-2,5)),

 graph( 600, 600, -10, 10, -10, 10, (1/2)x+6)) }}}