document.write( "Question 170579: how do you change -2x=2y+5 into slope-intercept form? \n" ); document.write( "
Algebra.Com's Answer #125924 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The \"slope-intercept\" form is: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is slope \n" ); document.write( "b is y-intercept \n" ); document.write( ". \n" ); document.write( "-2x=2y+5 \n" ); document.write( "-2y-2x = 5 \n" ); document.write( "-2y = 2x + 5 \n" ); document.write( "y = (2/-2)x + (5/-2) \n" ); document.write( "y = -x + (-5/2) \n" ); document.write( " \n" ); document.write( " |