document.write( "Question 253628: what is the slope and y-intercept of the line 3x-8y=42 \n" ); document.write( "
Algebra.Com's Answer #185976 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! We are given \n" ); document.write( "3x-8y=42 \n" ); document.write( "Solve for y by -3x from both sides as \n" ); document.write( "-8y = -3x + 42 \n" ); document.write( "Divide by -8 to get \n" ); document.write( "y = (3/8)x - 21/4 \n" ); document.write( "slope,m, is (3/8) \n" ); document.write( "Y-intercept, b, is -21/4. \n" ); document.write( " |