document.write( "Question 1096121: how to Find the slope and y-intercept of the line whose equation is given.
\n" );
document.write( "4(y - 3) + (x - 7) = 5(x + 1) - 5 \n" );
document.write( "
Algebra.Com's Answer #710576 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 4(y - 3) + (x - 7) = 5(x + 1) - 5 \n" ); document.write( "put it in the form of y=mx+b \n" ); document.write( "4y-12+x-7=5x+5-5 \n" ); document.write( "4y-19=4x \n" ); document.write( "4y=4x+19 \n" ); document.write( "y=x+(19/4); slope is 1; y-intercept is 19/4 \n" ); document.write( "check \n" ); document.write( "when x=0, y=(19/4) \n" ); document.write( "19-12-7=0=0 to check \n" ); document.write( " |