document.write( "Question 93130: Find the distance between (–4, 0) and (–5, –3) \n" ); document.write( "
Algebra.Com's Answer #67792 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! This is a right triangle with sides of: (3-0)=3 & (5-1)=1. Thus the diagonal is \n" ); document.write( "1^2+3^2=d^2 \n" ); document.write( "1+9=d^2 \n" ); document.write( "10=d^2 \n" ); document.write( "d=sqrt10 \n" ); document.write( "d=3.1623 Is the distance between these two points. \n" ); document.write( " |