Question 396697
   <pre><font size = 3 color = "indigo"><b>
Hi
Using the standard slope-intercept form for an equation of a line y = mx + b
  where m is the slope and b the y-intercept.  
y = -3x + b  |Using ordered pair Pt(4,-1) to solve for b
-1 = -3*4 + b
11 = b
y = -3x + 11
{{{drawing(300,300, -15,15,-15,15,
 grid(1),
circle(4, -1,0.6),
circle(0, 11,0.6),
graph( 300, 300, -15,15,-15,15,-3x+11 ))}}}