document.write( "Question 384731: If A(1,2), B(5,6) and C(-2,-5) are the vertices of a triangle ABC, find the area of triangle ABC. \n" ); document.write( "
Algebra.Com's Answer #272358 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
If A(1,2), B(5,6) and C(-2,-5) are the vertices of a triangle ABC, find the area of triangle ABC.
\n" ); document.write( "--------------
\n" ); document.write( "There's a little known method that works for all polygons, regardless of the number of sides.
\n" ); document.write( "----------
\n" ); document.write( "List the points in columns, repeat the 1st point
\n" ); document.write( "A B C A
\n" ); document.write( "1 5 -2 1
\n" ); document.write( "2 6 -5 1
\n" ); document.write( "---------
\n" ); document.write( "Starting at the left, add the diagonal products \"upward\" and \"downward\"
\n" ); document.write( "Upward: 2*5 + 6*-2 + -5*1 = 10 - 12 - 5 = -7
\n" ); document.write( "Downward: 1*6 + 5*-5 + -2*1 = 6 - 25 - 2 = -21
\n" ); document.write( "The difference = 14
\n" ); document.write( "The area is 1/2 that, = 7 sq units
\n" ); document.write( "
\n" ); document.write( "
\n" );