document.write( "Question 58912: how can i find y Find the distance between (–4, 0) and (–5, –3) ? \n" ); document.write( "
Algebra.Com's Answer #40407 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! The distance between two points (x1, y1) and (x2,y2) is sqrt{(x2-x1)^2+(y2-y1)^2}\r \n" ); document.write( "\n" ); document.write( "So distance between (-4,0) and (-5,-3) = sqrt{ (-5+4)^2 + (-3-0)^2 } \n" ); document.write( " = sqrt{ (-1)^2 + (-3)^2} \n" ); document.write( " = sqrt{ 1+9 } \n" ); document.write( " = sqrt(10) \n" ); document.write( " = 3.16 \n" ); document.write( " |