document.write( "Question 300422: Find the distance between the points (-5, 0) and (-4, 1). \n" ); document.write( "
Algebra.Com's Answer #215631 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
(-5, 0) and (-4, 1)
\n" ); document.write( "x=-4+5=1
\n" ); document.write( "y=1-0=1
\n" ); document.write( "x^2+y^2=c^2
\n" ); document.write( "1+1=c^2
\n" ); document.write( "2=c^2
\n" ); document.write( "c=sqrt2
\n" ); document.write( "c=1.414 ans. for the distance.
\n" ); document.write( "
\n" );