document.write( "Question 1063014: area of the quadrilateral formed by (2,-1),(4,3),(-1,2),(-3,-2)is \n" ); document.write( "
Algebra.Com's Answer #678050 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
area of the quadrilateral formed by (2,-1),(4,3),(-1,2),(-3,-2)is
\n" ); document.write( "----------
\n" ); document.write( "Label the points A(2,-1), B(4,3), C(-1,2), D(-3,-2)
\n" ); document.write( "---
\n" ); document.write( "
\r\n" );
document.write( "A    B    C    D    A\r\n" );
document.write( "2    4   -1   -3    2    --- x values\r\n" );
document.write( "-1   3    2   -2   -1    --- y values\r\n" );
document.write( "

\n" ); document.write( "Add the diagonal products starting at the upper left:
\n" ); document.write( "= 2*3 + 4*2 + -1*-2 + -3*-1 = 6 + 8 + 2 + 3 = 19
\n" ); document.write( "Add the diagonal products starting at the lower left:
\n" ); document.write( "= -1*4 + 3*-1 + 2*-3 + -2*2 = -4 -3 -6 -4 = -19
\n" ); document.write( "-----
\n" ); document.write( "The difference = 38
\n" ); document.write( "The area = 1/2 the absolute value of the difference
\n" ); document.write( "Area = 19 sq units.
\n" ); document.write( "
\n" ); document.write( "
\n" );