Question 265477
graph the linear equation
find the 3 plotting points
-2x-3y=-7
----
Solve for y for convenience:
y = (-2/3)x + (7/3)
---
Let x = 0, then y = (7/3) giving you point (0,7/3)
Let x = 3, then y = -2+(7/3) = 1/3 giving you point (3,1/3)
Let x = -3, then y = 2 + 7/3 = 13/3 giving you point (-3,13/3)
===============================================================
{{{graph(400,300,-10,10,-10,10,(-2/3)x+(7/3))}}}
===============================================================
Cheers,
Stan H.