document.write( "Question 40019: how do i solve -5x+15y=-25 to the form y=mx+b \n" ); document.write( "
Algebra.Com's Answer #25414 by Fermat(136)![]() ![]() You can put this solution on YOUR website! -5x+15y=-25 \n" ); document.write( "divide both sides by 5, \n" ); document.write( "-x + 3y = -5 \n" ); document.write( "add x to both sides, \n" ); document.write( "3y = x - 5 \n" ); document.write( "divide both sides by 3, \n" ); document.write( "y = (1/3)x - 5/3 \n" ); document.write( "================ \n" ); document.write( " |