Examples
Find the perimeter of the triangle with the following points:
(3, 3), (3, 6), (4, 6)
To find the lengths of each leg, the distance formula must be used.
The distance formula is ( (x2 - x1)2 + (y2 - y1)2)1/2
The perimeter can be found by adding the three lengths together.
The perimeter of the triangle is 4 + (10)1/2.
More Examples