document.write( "Question 363088: Find the area of the triangle with vertices of A(0, 0), B(3, 4), and C(4, 3). \n" ); document.write( "
Algebra.Com's Answer #258840 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
3.5 sq units
\n" ); document.write( "--------------
\n" ); document.write( "Arrange the points like this:
\n" ); document.write( "0 3 4 0
\n" ); document.write( "0 4 3 0
\n" ); document.write( "(The 1st point is repeated)
\n" ); document.write( "-------
\n" ); document.write( "Add the diagonal products from lower left to upper right:
\n" ); document.write( "0 + 16 + 0 = 16
\n" ); document.write( "Add the diagonal products from upper left to lower right:
\n" ); document.write( "0 + 9 + 0 = 9
\n" ); document.write( "---------
\n" ); document.write( "Get the absolute value of the difference:
\n" ); document.write( "|9 - 16| = 7
\n" ); document.write( "Area = 7/2 = 3.5 sq units
\n" ); document.write( "------------------
\n" ); document.write( "This works for any # of points, any shape.
\n" ); document.write( "
\n" ); document.write( "
\n" );