Question 412257
  <pre><font size = 3 color = "indigo"><b>
Hi
*[tex \LARGE\ Using \ the \ standard \ slope-intercept \ form \ for \ an \ equation \ of \ a  \ line \ y = mx + b ] 
*[tex \LARGE\ where \ m \ is \ the \ slope \ and \ b \ the \ y-intercept]
graphing:
 y = x-3  |slope m = 1/1 and y-intercept is Pt(0,-3).
Plotting Pt(0,-3) and points (1,-2)& (3,0) determined using the slope m = 1/1
Note*** as y increases/decreases by 1, x increases/decreases by 1
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, -3,0.3),
circle(1, -2,0.3),
circle(3, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,x-3))}}}