document.write( "Question 97517: how do i graph the line x-y=1 on a graph? \n" ); document.write( "
Algebra.Com's Answer #70937 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X-Y=1
\n" ); document.write( "-Y=-X+1
\n" ); document.write( "Y=X-1
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-6%2C+5%2C+y+=+x+-1+%29+\" (graph 300x200 pixels, x from -6 to 5, y from -6 to 5, y = x -1).
\n" ); document.write( "
\n" );