document.write( "Question 881850: How do you find the perimeter of the polygon with vertices at (1, 3), (7, 3), (7, 7), and (4, 7). \n" ); document.write( "
Algebra.Com's Answer #532559 by Fombitz(32388) You can put this solution on YOUR website! \n" ); document.write( "From (1,3) to (7,3) is 6 units. \n" ); document.write( "From (7,3) to (7,7) is 4 units. \n" ); document.write( "From (7,7) to (4,7) is 3 units. \n" ); document.write( "You need to calculate the distance from (4,7) to (1,3). \n" ); document.write( "Use the distance formula, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So then the perimeter is just the sum of all of these lengths, \n" ); document.write( " \n" ); document.write( " |