Question 716413
What is 4x-2y=-6 when you graph it?
----
Solve for "y":
2y = 4x+6
----
y = 2x + 3
---
If x = 0, y = 3 giving you point (0,3)
If x = 2, y = 7 giving you point (2,7)
----
Plot the two points and draw a line thru them:
{{{graph(400,400,-10,10,-10,10,2x+3)}}}
========================================
Cheers,
Stan H.
===============