document.write( "Question 727749: The ends of one side of a square are at (3,2) and (7,2).what is the length of the side? \n" ); document.write( "
Algebra.Com's Answer #445169 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! These two points have the same y coordinate, so the distance is simply the absolute difference in the x coordinates. So\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = |3-7|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = |-4|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The distance from (3,2) to (7,2) is 4 units.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So each side is 4 units long \n" ); document.write( " |