document.write( "Question 587246: What is the area of the quadrilateral with vertices A(0,2), B(15,10), C (15,2), & D(0,-18)? \n" ); document.write( "
Algebra.Com's Answer #374038 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
What is the area of the quadrilateral with vertices A(0,2), B(15,10), C (15,2), & D(0,-18)?
\n" ); document.write( "-------------
\n" ); document.write( "Make a matrix, 2 by P, the number of points, repeat the first point.
\n" ); document.write( "A...B...C...D...A
\n" ); document.write( "0..15..15...0...0
\n" ); document.write( "2..10...2..-18..2
\n" ); document.write( "---------------------
\n" ); document.write( "Add the diagonal products starting at the upper left:
\n" ); document.write( "0 + 30 - 270 + 0 = -240
\n" ); document.write( "Add the diagonal products starting at the lower left:
\n" ); document.write( "30 + 150 + 0 + 0 = 180
\n" ); document.write( "--------
\n" ); document.write( "The area is 1/2 the ABS of the difference
\n" ); document.write( "|-240 - 180| = 420
\n" ); document.write( "Area = 210 sq units.
\n" ); document.write( "----------------------
\n" ); document.write( "It works for all polygons, any number of sides.
\n" ); document.write( "
\n" ); document.write( "
\n" );