document.write( "Question 196233: Plot the linear equation 5x-7y=35 showing x values from minus ten to plus ten. \n" ); document.write( "
Algebra.Com's Answer #147095 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
5x-7y=35
\n" ); document.write( "-7y=-5x+35
\n" ); document.write( "y=-5x/-7+35/-7
\n" ); document.write( "y=5x/7-5
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-10%2C+10%2C+-10%2C+10%2C+5x%2F7+-5%29+\" (graph 300x200 pixels, x from -10 to 10, y from -10 to 10, 5x/7 -5).
\n" ); document.write( "
\n" );