Question 859339
How do you graph -y=x-1?
-----------------
y = 1-x
---
Plot two points:
If x = 0, y = 1 giving you (0,1)
If x = 2, y -1 giving you (2,-1)
----------------------
{{{graph(400,400,-10,10,-10,10,1-x)}}}
-------------------
Cheers,
Stan H.
-----------------------