document.write( "Question 158629: determine the distance between the two points (3,7) and (-2,-5) \n" ); document.write( "
Algebra.Com's Answer #116848 by gonzo(654) ![]() You can put this solution on YOUR website! distance between 2 points in coordinate geometry is determined by the formula \n" ); document.write( " \n" ); document.write( "where y is the straight line distance between the 2 points. \n" ); document.write( "x2-x1 is the horizontal distance between the 2 points along the x-axis. \n" ); document.write( "y2-y1 is the vertical distance between the 2 points along the y-axis. \n" ); document.write( "for the points (3,7) and (-2,-5) \n" ); document.write( "x2-x1 = -2-3 = -5 \n" ); document.write( "y2-y1 becomes -5-7 = -12 \n" ); document.write( " \n" ); document.write( "z = 13 is your answer. \n" ); document.write( "a graph of the line z would look like this. \n" ); document.write( " |