Question 448574
 <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]
slope -2/3        and y-intercept (0, 3)
 y = (-2/3)x + 3  'slope' tells us (3,1) also on this line (y down2,x up3)
Plotting points and connecting with a line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(0, 3,0.3),
circle(3, 1,0.3),
graph( 300, 300, -6, 6, -6, 6,0,(-2/3)x + 3  ))}}}