Question 448234
 <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]
2x=10-2y OR 2x + 2y = 10 AND y = (-2x+10)/2
 y = -x + 5   Pt(0,5) the y-intercept.  (1,4) also on this line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(0, 5,0.3),
circle(1, 4,0.3),
graph( 300, 300, -6, 6, -6, 6,0,-x + 5   ))}}}