document.write( "Question 749252: I need to find the y intercept and gradient for this. Please give steps to calculate. 2x-5y=10 \n" ); document.write( "
Algebra.Com's Answer #455877 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 2x - 5y = 10 \n" ); document.write( "Put items in the form \n" ); document.write( "y = mx + c \n" ); document.write( "m= gradient c = y intercept\r \n" ); document.write( "\n" ); document.write( "-5y = -2x + 10 \n" ); document.write( "Multiply through by -1 \n" ); document.write( " 5y = 2x - 10 \n" ); document.write( "Divide through by 5 \n" ); document.write( " y = 2/5x - 2\r \n" ); document.write( "\n" ); document.write( "Gradient = 2/5 and y intercept \n" ); document.write( "is -2 \n" ); document.write( " |