document.write( "Question 296484: I have a chart with points (-8, -10) and (6, -4). What is the length between the two points? \n" ); document.write( "
Algebra.Com's Answer #213615 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
the distance between 2 point can be solved by using the formula:
\n" ); document.write( "\"distance+=+sqrt%28%28x2-x1%29%5E2%2B%28y2-y1%29%5E2%29\"
\n" ); document.write( "so, if the points are (-8,-10) and (6, -4)
\n" ); document.write( "\"distance+=+sqrt%28%286-%28-8%29%29%5E2%2B%28-4-%28-10%29%29%5E2%29\"
\n" ); document.write( "\"distance+=+sqrt%2814%5E2%2B6%5E2%29\"
\n" ); document.write( "\"distance+=+sqrt%28196%2B36%29\"
\n" ); document.write( "\"distance+=+sqrt%28232%29\"
\n" ); document.write( "\"distance+=+sqrt%284%2A58%29\"
\n" ); document.write( "\"distance+=+2%2Asqrt%2858%29\"
\n" ); document.write( "
\n" );