Question 406865
  <pre><font size = 3 color = "indigo"><b>
Hi
y=1/2x-4
*[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]
 y = (1/2)x - 4   | m = 1/2 and the y-intercept is Pt(0,-4)
Plotting that point and using the slope to find at least one more Pt.
Note: as y increases/decreases by 1, x increases/decreases by 2
Pt(2,-3) at point on the line
 {{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -4,0.3),
circle(2, -3,0.3),
graph( 300, 300, -6, 6, -6, 6,0,.5x-4))}}}