document.write( "Question 933652: Find the equation of a line that passes the given points (-2,-5) and (8,5). \n" ); document.write( "
Algebra.Com's Answer #566928 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (-2,-5) and \n" ); document.write( "(8,5) m = \n" ); document.write( "....slope m = 1 \n" ); document.write( "***Using point-slope form, \n" ); document.write( "y - 5 = 1(x - 8) \n" ); document.write( "y - 5 = x - 8 \n" ); document.write( "y = x - 3 \n" ); document.write( " |