Area of Triangle on a Graph
One can find the area of a triangle on a graph by using Distance Formula and then Heron's Formula. Suppose the coordinates of the vertices were (3,5),(6,-5), and (-4,10). The distance formula is as follows:
[(3 -6)2 + (5 - (-5))2] ½ = 109½
[(3 - (-4))2 + (5 - 10)2] ½ = 74½
[(6 - (-4))2 + (- 5 - 10)2] ½ = 325½