Question 449013
<pre><font face = "Tohoma" size = 4 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]
  2y+4x=8   OR y = -2x + 4   m = -2        y-intercept is (0,4)
       According to the slope: (1,2) also on this line ( x up1, y down2)
Plotting the points and connecting with a line: (5,-6) also is on this line.
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 4,0.3),
circle(1, 2,0.3),
circle(5, -6,0.3),
graph( 300, 300, -6, 6, -6, 6,0,-2x+4))}}}