document.write( "Question 49422This question is from textbook
\n" ); document.write( ": I am trying to figure the distance using d = sqrt (x^2 - x^1)^2 + (y^2 - y^1)^2 for (-4,0) and (-5,-3); I am getting confused with the negatives. Is this the right formula? \n" ); document.write( "
Algebra.Com's Answer #32814 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Find the distance between (-4, 0) and (-5, -3)\r
\n" ); document.write( "\n" ); document.write( "The formua is:
\n" ); document.write( "\"d+=+sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29\" Substitute: (-4, 0) for (x1, y1) and (-5, -3) for (x2, y2)
\n" ); document.write( "\"d+=+sqrt%28%28-5-%28-4%29%29%5E2+%2B+%28-3-0%29%5E2%29\" Simplify.
\n" ); document.write( "\"d+=+sqrt%28%28-1%29%5E2+%2B+%28-3%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%281%2B9%29\"
\n" ); document.write( "\"d+=+sqrt%2810%29\"
\n" ); document.write( "
\n" );