document.write( "Question 20912: The distance betwwen the points (2,3)and (1,1) is \n" ); document.write( "
Algebra.Com's Answer #12050 by venugopalramana(3286) You can put this solution on YOUR website! FORMULA FOR DISTANCE BETWEEN 2 POINTS (X1,Y1) AND (X2,Y2) \n" ); document.write( "= [(X2-X1)^2+(Y2-Y1)^2]^0.5...HENCE \n" ); document.write( "DISTANCE BETWEEN (1,1) AND (2,3)=[(2-1)^2+(3-1)^2]^0.5=(1^2+2^2)^0.5=(5)^0.5=SQUARE ROOT OF 5 \n" ); document.write( " \n" ); document.write( " |