document.write( "Question 535253: what is the distance between the points (1,1) nad (-0.5,-1)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #351814 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Check my profile and contact me for one on one online tutoring.

\r
\n" ); document.write( "\n" ); document.write( "The distance formula for the distance between two points is d = sqrt ((x2-x1)^2 + (y2-y1)^2).

\r
\n" ); document.write( "\n" ); document.write( "In this case we'll call (1,1) point 1 and (-0.5,-1) point 2.

\r
\n" ); document.write( "\n" ); document.write( "d = sqrt ((-.5-1)^2 + (-1-1)^2) = sqrt (2.25+4) = sqrt (6.25) = 2.5. \n" ); document.write( "

\n" );