document.write( "Question 169345: Find the distance between (-3,2) and (1,4). Please show work. \n" ); document.write( "
Algebra.Com's Answer #124837 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the distance between (-3,2) and (1,4). Please show work. \n" ); document.write( "--------------------------- \n" ); document.write( "Use Pythagoras. The distance squared is the (diff in x)^2 plus the (diff in y)^2 \n" ); document.write( "s^2 = (x2-x1)^2 + (y2-y1)^2 \n" ); document.write( "s^2 = (1 -(-3))^2 + (4-2)^2 \n" ); document.write( "= (4)^2 + (2)^2 \n" ); document.write( "= 16 + 4 \n" ); document.write( "= 20 \n" ); document.write( "s = sqrt(20) = 2sqrt(5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |