document.write( "Question 624307: Find the length of the following segment created by these pairs of endpoints: (1, 1), (-3, 6) \n" ); document.write( "
Algebra.Com's Answer #392685 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Note: the length of the segment is the same as the distance between the two points.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = sqrt((x2-x1)^2+(y2-y1)^2)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = sqrt((-3-1)^2+( 6- 1)^2)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = sqrt((-4)^2+(5)^2)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = sqrt(16+25)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = sqrt(41)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So exact distance between the two points is sqrt(41) units.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the approximate length of the segment is about 6.403 units (use a calculator to evaluate the square root of 41) \n" ); document.write( " |