document.write( "Question 882506: find an equation of the line passing through the point (7,-3) and (-2,5). write the equation in slope-intercept form \n" ); document.write( "
Algebra.Com's Answer #532882 by ewatrrr(24785) You can put this solution on YOUR website! (7,-3) and \n" ); document.write( "(-2,5) m = -8/9 \n" ); document.write( "***Using point-slope form, \n" ); document.write( " y - 5 = (-8/9)(x + 2) \n" ); document.write( " y = (-8/9)x -16/9 + 45/9 \n" ); document.write( " y = (-8/9)x + 29/9 in slope-intercept form \n" ); document.write( " |