Find the area of the triangle whose vertices are (1,2), (3,7) and (5,3).
Given: Vertices of a triangle as (1,2), (3,7) and (5,3).
To find Area of a triangle.
Using the formula to find the area of the triangle when vertices (x1, y1), (x2, y2), (x3, y3) are given:
Area of triangle = 1/2|[x1(y2 – y3) + x2(y3 - y1) + x3(y1 – y2)]|
= 1/2 |[1(7 - 3) + 3(3 - 2) + 5(2 - 7)]|
= 1/2|[4 + 3 -25]|
= 1/2|[-18]|
= 1/2(18)
= 9
Therefore, area of the triangle is 9 sq. units.
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.