How do you find the perimeter of a triangle whose coordinates are (0,0) (6,8) ( 12,0)?

1 Answer
May 12, 2018

P=32

Explanation:

.

A(0,0),B(6,8),C(12,0)

We use the distance formula to find the length of each side. Then we add them together. The distance formula is:

d=(x2x1)2+(y2y1)2

AB=(60)2+(80)2=36+64=100=10

BC=(126)2+(08)2=36+64=100=10

AC=(120)2+(00)2=144+0=144=12

P=AB+BC+AC=10+10+12=32