document.write( "Question 434161: A(0,5)B(7,1)C(-3,-2) triangle. How would i find the area? \n" ); document.write( "
Algebra.Com's Answer #300865 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A(0,5)B(7,1)C(-3,-2) triangle. How would i find the area?
\n" ); document.write( "------------
\n" ); document.write( "There are several ways to do this.
\n" ); document.write( "You can find the lengths on the 3 sides, then use Heron's Law.
\n" ); document.write( "Or, with the 3 sides you can find one of the altitudes, then use Area = b*h/2
\n" ); document.write( "Or, find one of the angles after finding the 3 sides and use Area = the product of 2 sides x the sine of the included angle.
\n" ); document.write( "-----------
\n" ); document.write( "I like this method, tho.
\n" ); document.write( "Make a matrix, repeating the first point
\n" ); document.write( "A B C A
\n" ); document.write( "0 7 -3 0
\n" ); document.write( "5 1 -2 5
\n" ); document.write( "----------
\n" ); document.write( "Add the daigonal products starting at the upper left
\n" ); document.write( "0*1 + 7*-2 + -3*5 = -29
\n" ); document.write( "Do the same from the lower left
\n" ); document.write( "5*7 + 1*-3 + -2*0 = 32
\n" ); document.write( "The difference is 61
\n" ); document.write( "The area is 61/2 = 30.5 sq units
\n" ); document.write( "----------------------
\n" ); document.write( "This works for any polygon, with any number of sides.
\n" ); document.write( "It doesn't seem to be well known.
\n" ); document.write( "
\n" ); document.write( "
\n" );