document.write( "Question 1195731: Line segment AB passes through the points (-6,-1) and (1,8).\r
\n" ); document.write( "\n" ); document.write( "What is its length?
\n" ); document.write( "

Algebra.Com's Answer #828246 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
d=sqrt( (change in x)^2+ (change in y)^2); you can go in either direction because you will be squaring the result and it will be positive.
\n" ); document.write( "=sqrt (49+81)
\n" ); document.write( "=sqrt(130) units
\n" ); document.write( "
\n" );