document.write( "Question 899997: Find the equation of the line passing through the point (1,-2) and the mid point of the line segment with end points (-5,-2) and (3,6). \n" ); document.write( "
Algebra.Com's Answer #545727 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mid point of the line segment with end points \n" ); document.write( "(-5,-2) and \n" ); document.write( "( 3,6). midpoint (-4,2) \n" ); document.write( "(1,-2) \n" ); document.write( "(-4,2) m = -4/5 \n" ); document.write( "y + 2 = (-4/5)(x+5) \n" ); document.write( " y = (-4/5)x -6 \n" ); document.write( " |