SOLUTION: The points of the triangle are A(1, 10), B(8, 1), and C(13, 1). How do I find the area of this triangle?

Algebra ->  Triangles -> SOLUTION: The points of the triangle are A(1, 10), B(8, 1), and C(13, 1). How do I find the area of this triangle?      Log On


   



Question 660121: The points of the triangle are A(1, 10), B(8, 1), and C(13, 1).
How do I find the area of this triangle?

Found 2 solutions by Alan3354, MathLover1:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The points of the triangle are A(1, 10), B(8, 1), and C(13, 1).
How do I find the area of this triangle?
-----------
There are several ways. You can find the length of 3 sides and use Heron's Law.
You can find 2 sides and the included angle, then Area = a*b*sin(angle)
-----------
Do it like this.
A B C A
1 8 13 1
10 1 1 10
-------
Add the diagonal products starting upper left.
1*1 + 8*1 + 13*10 = 1 + 8 + 130 = 139
---------------
Add the diagonal products starting lower left.
10*8 + 1*13 + 1*1 = 80 + 13 + 1 = 94
-----------
The area is 1/2 the ABS of the difference
(139 - 94)/2 = 22.5 sq units
---------------------------------
That works for any polygon, and number of sides.
I think the coordinates have to be entered in order around the polygon.

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
this is your triangle:


now find the area:
A=%281%2F2%29ah ...where a is the base (in your case BC) and h is the height
as you can see, we need to calculate BC using distance formula:
Solved by pluggable solver: Distance Formula to determine length on coordinate plane
The distance (d) between two points is given by the following formula:

d=sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29

Thus in our case, the required distance is
d=sqrt%28%2813-8%29%5E2+%2B+%281-1%29%5E2%29=+5+


For more on this concept, refer to Distance formula.



so, BC=5
now, we need h: as you can see from the graph, h will be a vertical line from the point A to the point whose y coordinate is 1
since y coordinate of the point A is y=10, wee will go 9 units to get in y=1
so, h=9
now we can calculate A=%281%2F2%29ah

A=%281%2F2%295%2A9
A=%281%2F2%2945
A=22.5units%5E2