document.write( "Question 149311: how can u change the equation \"x - 5 y = 103\" into a \"y = mx + b\" format. \n" ); document.write( "
Algebra.Com's Answer #109536 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If you started with: \n" ); document.write( "x - 5 y = 103 \n" ); document.write( ". \n" ); document.write( "Start by moving the 'x' to the right. Do this by subtracting an 'x' from each \n" ); document.write( "side. \n" ); document.write( "x - 5 y - x = -x + 103 \n" ); document.write( "-5y = -x + 103 \n" ); document.write( ". \n" ); document.write( "Now, divide both sides by -5: \n" ); document.write( "(-5y)/(-5) = [-x + 103]/(-5) \n" ); document.write( "y = (1/5)x + (103/-5) \n" ); document.write( "y = (1/5)x - (103/5) \n" ); document.write( "That's it, you're done. \n" ); document.write( ". \n" ); document.write( "slope (m) is (1/5) \n" ); document.write( "y-intercept (b) is at (0, -103/5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |