Question 820482
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
What is the equation of a line with a slope of 2, 
and passes through point (2,-6).
point-slope form, {{{y - y[1] = m(x - x[1])}}}
   y + 6 = 2(x-2)
or y = 2x -10   |slope-intercept form 
   2x-y = 10    | standard form
{{{drawing(300,300,   -10,10,-14,10,  
 grid(1),
circle(2, -6,0.4),
circle(0, -10,0.4),
graph( 300, 300, -10,10,-14,10,0,2x-10))}}}