Question 1039385

write the equation of a line with slope m=1/2 and including point (4,-1)
<pre>Point-slope form: {{{y - y[1] = m(x - x[1])}}}, with {{{y[1] = - 1}}}, m, or slope = {{{1/2}}}, and {{{x[1] = 4}}}
{{{y - - 1 = (1/2)(x - 4)}}}
{{{y - 1 = (1/2)x - 2}}}
{{{highlight_green(y = (1/2)x - 1)}}}