SOLUTION: Find the area of the triangle ABC having vertices A(7,-4) B(3,1) C(-10,-8)

Algebra ->  Triangles -> SOLUTION: Find the area of the triangle ABC having vertices A(7,-4) B(3,1) C(-10,-8)      Log On


   



Question 257796: Find the area of the triangle ABC having vertices A(7,-4) B(3,1) C(-10,-8)
Found 3 solutions by Edwin McCravy, drk, Alan3354:
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!


Find the area of the triangle ABC having vertices A(7,-4) B(3,1) C(-10,-8)





The area of a triangle with vertices (a,b), (c,d), and (e,f) is

Area=abs%28%281%2F2%29%2Aabs%28matrix%283%2C3%2Ca%2Cb%2C1%2Cc%2Cd%2C1%2Ce%2Cf%2C1%29%29%29



Do you know how to evaluate that determinant?  If not post again
asking how.

Area=abs%28%281%2F2%29%2A%28101%29%29=abs%28101%29=101

Note that if you take the vertices in counter-clockwise order around
the triangle, the absolute value bars are not necessary, because the
area will come out positive anyway and so sometimes the formula is 
given without the absolute value bars, and they tell you to always
take the vertices in counter-clockwise order; however if you include 
the absolute value bars, then it doesn't matter which order
you take the vertices.  Notice that I took them counter-clock-wise above,
and the absolute value bars were not really necessary.

Edwin

Answer by drk(1908) About Me  (Show Source):
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:
(1) Hero's formula - approximate
To use this we need the 3 distances. They are: sqrt(255), sqrt(61), sqrt(261)
The semi perimeter, s, is about 12.79
A = sqrt(s*(s-a)(s-b)(s-c))
A = 50.5
(2) matrices
Lets use matricies. If we apply matrices, we get 50.5
--
(3) 1/2absinC
This requires trig calculations, which I don't know you have seen.
--
So the area is 50.5.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Edwin forgot the 1/2, it's 50.5 sq units