document.write( "Question 68957: How do you graph the linear equation: x - 7 = 3y \n" ); document.write( "
Algebra.Com's Answer #49079 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
X-7=3Y
\n" ); document.write( "-3Y=-X+7
\n" ); document.write( "Y=-X/-3+7/-3
\n" ); document.write( "Y=X/3-7/3
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+10%2C+-10%2C+10%2C+y+=+x%2F3+-7%2F3%29+\" (graph 300x200 pixels, x from -6 to 10, y from -10 to 10, y = x/3 -7/3).
\n" ); document.write( "
\n" );