document.write( "Question 876664: What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)? \n" ); document.write( "
Algebra.Com's Answer #528938 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)? \n" ); document.write( "--------------- \n" ); document.write( "Add labels \n" ); document.write( "A(-2,2), B(3,2), C(7,-5), and D(-2,-5) \n" ); document.write( "---- \n" ); document.write( "List them in a 2 by -- matrix & repeat the 1st point \n" ); document.write( "A...B...C...D...A \n" ); document.write( "-2..3...7..-2..-2 \n" ); document.write( "2...2..-5...-5..2 \n" ); document.write( "---- \n" ); document.write( "Add the diagonal products starting at the upper left \n" ); document.write( "-2*2 + 3*-5 + 7*-5 + -2*2 = -4 - 15 - 35 - 4 = -58 \n" ); document.write( "--- \n" ); document.write( "Add the diagonal products starting at the lower left \n" ); document.write( "2*3 + 2*7 + -5*-2 + -5*-2 = 6 + 14 + 10 + 10 = 40 \n" ); document.write( "Get the absolute value of the difference = 98 \n" ); document.write( "The area is 1/2 that = 49 sq units \n" ); document.write( "============================================ \n" ); document.write( "Works for any # of points, but they must be in order on the perimeter. \n" ); document.write( " |