document.write( "Question 687872: Find the area of quadrilateral formed with vertices (3,-5),(5,-1),(2,1),(-3,-2) \n" ); document.write( "
Algebra.Com's Answer #425379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the area of quadrilateral formed with vertices (3,-5),(5,-1),(2,1),(-3,-2) \n" ); document.write( "------------- \n" ); document.write( "Label the points: \n" ); document.write( "A(3,-5), B(5,-1), C(2,1), D(-3,-2) \n" ); document.write( "----------- \n" ); document.write( ".A...B...C...D...A \n" ); document.write( "+3 +5 +2 -3 +3 x values \n" ); document.write( "-5 -1 +1 -2 -5 y values \n" ); document.write( "---------- \n" ); document.write( "Add the diagonal products starting upper left \n" ); document.write( "3*-1 + 5*1 + 2*-2 + -5*-5 = -3 + 5 - 4 + 25 = 13 \n" ); document.write( "---- \n" ); document.write( "Add the diagonal products starting lower left \n" ); document.write( "-5*5 + -1*2 + 1*-3 + -2*3 = -25 - 2 - 3 - 6 = -36 \n" ); document.write( "---- \n" ); document.write( "Area = 1/2 the difference = 49/2 sq units \n" ); document.write( "------- \n" ); document.write( "This method works for ALL polygons, any # of sides. \n" ); document.write( "The points have to be entered in order around the polygon, tho. \n" ); document.write( " \n" ); document.write( " |