document.write( "Question 257796: Find the area of the triangle ABC having vertices A(7,-4) B(3,1) C(-10,-8) \n" ); document.write( "
Algebra.Com's Answer #189687 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! If you graph these out, you may notice that there are no right angles. This means we can use one of three formulas: \n" ); document.write( "(1) Hero's formula - approximate \n" ); document.write( "To use this we need the 3 distances. They are: sqrt(255), sqrt(61), sqrt(261) \n" ); document.write( "The semi perimeter, s, is about 12.79 \n" ); document.write( "A = sqrt(s*(s-a)(s-b)(s-c)) \n" ); document.write( "A = 50.5 \n" ); document.write( "(2) matrices \n" ); document.write( "Lets use matricies. If we apply matrices, we get 50.5 \n" ); document.write( "-- \n" ); document.write( "(3) 1/2absinC \n" ); document.write( "This requires trig calculations, which I don't know you have seen. \n" ); document.write( "-- \n" ); document.write( "So the area is 50.5. \n" ); document.write( " |