document.write( "Question 1101896: Given A (-3, 2), B (2, 7) and C (8, 10), find the area of the triangle ABC. \n" ); document.write( "
Algebra.Com's Answer #716532 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given A (-3,2), B (2,7) and C (8,10), find the area of the triangle ABC. \n" ); document.write( "========= \n" ); document.write( " \r\n" ); document.write( " A B C A\r\n" ); document.write( "-3 2 8 -3\r\n" ); document.write( " 2 7 10 2\r\n" ); document.write( "------\r\n" ); document.write( " \n" ); document.write( "--- \n" ); document.write( "Add the diagaonal products starting upper left. \n" ); document.write( "-3*7 + 2*10 + 8*2 = 15 \n" ); document.write( "Add the diagaonal products starting lower left. \n" ); document.write( "2*2 + 7*8 -3*10 = 30 \n" ); document.write( "--------- \n" ); document.write( "The difference is 15. \n" ); document.write( "The area is 1/2 that = 7.5 sq units \n" ); document.write( "================== \n" ); document.write( "Works for all polygons, any # of sides. \n" ); document.write( "The points have to be in order around the polygon. \n" ); document.write( " |