document.write( "Question 414390: Find the area of polygon ABCD if the coordinates of the vertices are A(5,-1), B(9,2), C(9,9), and D(0,5). \n" ); document.write( "
Algebra.Com's Answer #290657 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the area of polygon ABCD if the coordinates of the vertices are A(5,-1), B(9,2), C(9,9), and D(0,5). \n" ); document.write( "------------------- \n" ); document.write( "A - B - C- D-A \n" ); document.write( "+5 +9 +9 +0 +5 \n" ); document.write( "-1 +2 +9 +5 -1 \n" ); document.write( "------------------- \n" ); document.write( "Add diagonals from upper left \n" ); document.write( "5*2 + 9*9 + 9*5 = 10 + 81 + 45 = 136 \n" ); document.write( "Add diagonals from lower left \n" ); document.write( "-1*9 + 2*9 + 9*0 + 5*5 = -9 + 18 + 25 = 34 \n" ); document.write( "----------- \n" ); document.write( "Difference = 102 \n" ); document.write( "Area = 102/2 = 51 sq units \n" ); document.write( "--------------------- \n" ); document.write( "PS It works for any # of points. \n" ); document.write( " \n" ); document.write( " |