document.write( "Question 363996: find slope & y intercept for 2x-y+5=0 & 3x+4y=7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #259604 by Alan3354(69443) You can put this solution on YOUR website! Solve for y. Then the slope is the coefficient of x. \n" ); document.write( "The y-int is the constant. \n" ); document.write( "--------- \n" ); document.write( "3x+4y = 7 \n" ); document.write( "4y = -3x + 7 \n" ); document.write( "y = (-3/4)x + 7/4 \n" ); document.write( "Slope m = -3/4 \n" ); document.write( "y-int = 7/4 \n" ); document.write( "------------ \n" ); document.write( "Do the other one the same way. \n" ); document.write( " |