122k views
5 votes
What did I do wrong in the highlighted parts

What did I do wrong in the highlighted parts-example-1
User DGB
by
7.5k points

1 Answer

5 votes
you did
D=(x2-x1)²+(y2-y1)²
it should be
D=
√((x_2-x_1)^2+(y_2-y_1)^2)

and BC, you did (-4)²=-16, it should be equal to 4

if you do the math which is evaluate

A=(5,3)
B=(1,5)
C=(3,0)

AB=
√((1-5)^2+(5-3)^2)= 2√(5)
BC=
√((3-1)^2+(0-5)^2)= √(29)
CA=
√((5-3)^2+(3-0)^2)= √(13)

add them to get total



User WorksOnMyLocal
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.