document.write( "Question 73317: what is the distance between the points (3,3) and (2,1)? \n" ); document.write( "
Algebra.Com's Answer #52504 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! the hypotenuse of the triangle formed by these two points is: \n" ); document.write( "h^2=(3-2)^2+(3-1)^2 \n" ); document.write( "h^2=1^2+2^2 \n" ); document.write( "h^2=1+4 \n" ); document.write( "h^2=5 \n" ); document.write( "x=sqrt5 \n" ); document.write( "h=2.236 is the distance between these two points. \n" ); document.write( " \n" ); document.write( " |