Question 617008
When graphing an inequality and you aren't using "X" but "y" how would you do it for example x + 3y = 15
-----
Solve for "y":
3y = -x+15
y = (-x+15)/3
-----
Graph using 2 points:
If x = 0, y = 5
If x = 15, y = 0
----
Plot (0,5) and (15,0) and draw a line thru them:
{{{graph(400,400,-10,20,-10,10,(-x+15)/3)}}}
---------
Cheers,
Stan H.
==============