Question 1054691
linear equation of 2x-3y=9  0r y = (2/3)x -3
x = 0, y = -3
P(0,-3)
|
y = 0, x = 9/2 = 4.5
P(4.5,0)
Plot P(0,-3) and P(4.5,0)
Connect with a Line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, -3,0.3),
circle(4.5,0, 0.3),

graph( 300, 300, -6, 6, -6, 6,0,(2/3)x -3) ) }}}