What is the perimeter of a triangle with corners at (7 ,5 ), (1 ,2 ), and (4 ,8 )?

2 Answers
Jun 8, 2017

Perimeter of the triangle is 17.66(2dp) unit.

Explanation:

The vertices of the triangle are A(7,5) , B(1,2) and C(4,8). The mesurement of sides are

AB= sqrt((x_1-x_2)^2+(y_1-y_2)^2)= sqrt((7-1)^2+(5-2)^2) = sqrt 45=3sqrt5

BC= sqrt((1-4)^2+(2-8)^2) = sqrt 45=3sqrt5

CA= sqrt((4-7)^2+(8-5)^2) = sqrt 18=3sqrt2

Perimeter of the triangle is P=AB+BC+CA = 3sqrt5+3sqrt5+3sqrt2 or

P= 6sqrt5+3sqrt2 ~~ 17.66(2dp) unit

Perimeter of the triangle is 17.66(2dp) unit [Ans]

Jun 9, 2017

17.66 " units"

Explanation:

To find the perimeter, you need to find the distance of each side and add them up right?

So first you need to figure out the length of each side, and you can do this by plotting the corner points and assigning vectors to each side.
When you plot the points, it should look something like this:

https://www.geogebra.org/https://www.geogebra.org/

To find a vector vec(PQ) between two points P(x_1,y_1) " and " Q(x_2,y_2) You can use the equation vec(PQ)=[(x_2-x_1),(y_2-y_1)]

Hence to calculate the vectors between A(7,5), B(1,2) " and "C(4,8), the below calculations can be conducted:
vec(AB)=[(1-7),(2-5)]=[(-6),(-3)]

vec(BC)=[(4-1),(8-2)]=[(3),(6)]

vec(AC)=[(4-7),(8-5)]=[(-3),(3)]

Then the length of each vector needs to be calculated. To calculate the length of vector vec(MN)=[(x),(y)]

You can use:
"distance of " vec(MN)=|vec(MN)|=sqrt(x^2+y^2)

Hence when we are calculating the distances of the vectors of the triangle:

|vec(AB)|=sqrt((-6)^2+(-3)^2)=sqrt(36+9)=sqrt(45) " units"

|vec(BC)|=sqrt((3)^2+(6)^2)=sqrt(9+36)=sqrt(45)" units"

|vec(AC)|=sqrt((-3)^2+(3)^2)=sqrt(9+9)=sqrt(18)" units"

Therefore the total perimeter is
|vec(AB)|+|vec(BC)|+|vec(AC)|=sqrt(45)+sqrt(45)+sqrt(18)=6sqrt5+3sqrt2~~17.66 " units"