document.write( "Question 1154317: Find the area of the polygons whose vertices are:
\n" );
document.write( "a. (-4, 2), (3, -4), (6, 2), (1, 4)
\n" );
document.write( "b. (-3, 4), (1, 5), (4, 2), (3, -3), (-2, -4) \n" );
document.write( "
Algebra.Com's Answer #776744 by Edwin McCravy(20055)  You can put this solution on YOUR website! \r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "Since the polygon is convex (has no \"sunk-in\" places), we make this\r\n" );
document.write( "determinant of coordinates of vertices, repeating the first one at\r\n" );
document.write( "the bottom. [It doesn't matter which vertex we start with].\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "We multiply and add all the \"northwest to southeast\"-diagonals:\r\n" );
document.write( "\r\n" );
document.write( "(-4)(-4)+(3)(2)+(6)(4)+(1)(2) = 16+6+24+2=48\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We multiply and add all the \"northeast to southwest\"-diagonals:\r\n" );
document.write( "\r\n" );
document.write( "(2)(3)+(-4)(6)+(2)(1)+(4)(-4) = 6-24+2-16=-32\r\n" );
document.write( "\r\n" );
document.write( "Subtract: 48-(-32) = 48+32 = 80\r\n" );
document.write( "\r\n" );
document.write( "Do the other one the same way. Graph it to make sure it is\r\n" );
document.write( "a convex polygon. [If the polygon is concave, we would break it \r\n" );
document.write( "into convex polygons]. If the area comes out negative, just take\r\n" );
document.write( "the absolute value, making it positive.\r\n" );
document.write( "\r\n" );
document.write( "Edwin \n" );
document.write( " \n" );
document.write( " |
\n" );