Let there be a triangle drawn on a Cartesian plane with vertices at coordinates ( − 3 , 0 ) , ( 1 , − 3 ) , ( 4 , 1 ) . Find the perimeter of this triangle to the nearest integer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can I ask how you post with things under square root signs, with exponents, etc?
Log in to reply
Use LaTeX. When you type something here on Brilliant, there's a green link called the Formatting guide. Just click on it, and the thing that appears at the top will be the Easy Math Editor, which is a link to download a Chrome extension that allows you to edit math easily, I suppose. I haven't tried it yet; I use the inline LaTeX, which takes a bit of time to get used to.
Let point A at coordinates ( − 3 , 0 )
Let point B at coordinates ( 1 , − 3 )
Let point C at coordinates ( 4 , 1 )
To measure the distance between two point, use:
( x 1 − x 2 ) 2 + ( y 1 − y 2 ) 2
Line AB = ( − 3 − 1 ) 2 + ( 0 − 3 ) 2 = 5
Line BC = ( 1 − 4 ) 2 + ( − 3 − 1 ) 2 = 5
Line AC = ( − 3 − 4 ) 2 + ( 0 − 1 ) 2 = 5 2
By using calculator, we get 5 2 = 7 . 0 7
P e r i m e t e r = 5 + 5 + 7 . 0 7 = 1 7 . 0 7 ⇒ 1 7
So the answer is 17
We shall use here the distance formula, d = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2
The vertices are ( − 3 , 0 ) , ( 1 , − 3 ) , ( 4 , 1 ) . Using the distance formula, we get,
1st side = ( − 3 − 1 ) 2 + ( 0 + 3 ) 2 = ( − 4 ) 2 + 3 2 = 1 6 + 9 = 2 5 = 5 units.
2nd side = ( 4 − 1 ) 2 + ( 1 + 3 ) 2 = 3 2 + 4 2 = 9 + 1 6 = 2 5 = 5 units.
3rd side = ( 4 + 3 ) 2 + ( 1 − 0 ) 2 = 7 2 + 1 2 = 4 9 + 1 = 5 0 = 5 2 units.
Now, Perimeter = 5 + 5 + 5 2 = 1 0 + 5 × 1 . 4 1 4 = 1 0 + 7 . 0 7 = 1 7 . 0 7
So, perimeter of the triangle to the nearest unit is 1 7 units.
The point (-3, 0) lies in the 2nd quadrant.
The point (1, -3) lies in the 4th quadrant.
The point (4, 1) lies in the 3rd quadrant.
Always the 'x' coordinate will be given at the first in a set of coordinates.
Consider any two sets (since, two points form a line i.e. the side of the triangle)
I've taken the first set as (-3, 0) and (1, -3), the second as (1, -3) and (4, 1), and the third as ((-3, 0) and (4, 1)
Let the 'x' and 'y' coordinates of the first set that you are considering be 'x1' and 'y1' and the coordinates of the second set be 'x2' and 'y2'
Use the formula to calculate the distance between the points:
√(x2 - x1)² + (y2 - y1)²
Substitute the values in the formula:
The distance between the first two points
= √(1 + 3)² + (-3 - 0)²
= √4² + (-3)²
= √16 + 9
= √25 = 5
The distance between the next two points
= √(4 - 1)² + (1 + 3)²
= √3² + 4²
= √9 + 16
= √25 = 5
The distance between the next set of points
= √(4 + 3)² + (1 - 0)²
= √7² + 1²
= √49 + 1
= √50 = 7.07 ≈ 7
The distances are the lengths. Therefore, the perimeter of the triangle = 5 + 5 + 7 = 17
the answer is 17.07 units
Log in to reply
17 is the nearest approximated unit to 17.07!
Assumt that it triangle ABC, first to side AB is sqrt((3-(-1))^2 + (0-(-3))^2 )= 5. Second, side BC = sqrt((1-(-3)^2 + (4-1)^2) = 5. Finally, side AC = sqrt((4-(-3)^2 + (1-0)^2) = 5 * sqrt(2) = 5 * 1,4 = 7. ---> Thus, the perimeter of this plane triangle is 5 + 5 + 7 = 17.(Answered)
Good job. That was my method. Next time, though, try to use LaTeX
i did it but i get the perimeter of the triangle is 5 + 6 + 7 = 18
Log in to reply
How did you arrive at 6 ??
its 5+5+7
I thought it said area when I read it through the first time, no wonder I kept getting it wrong. I thought I got it wrong when I did (1/2)(side 1)(side 2) so I tried (1/2)(base)(height) which took awhile cause I had to get the formula for two of the lines, then the formula for the line perpendicular to the base that went through the tip (the bottom point). Gah.
The area rounds to 13 units squared if anyone is curious :P
Haha! Well, if you want, there's a far quicker method for finding the area of a triangle (or indeed, any polygon, AFAIK), in a Cartesian plane. It's called the Shoelace formula and for a triangle, it's basically this:
A = 2 1 × [ x 1 ( y 2 − y 3 ) + x 2 ( y 3 − y 1 ) + x 3 ( y 1 − y 2 ) ] = 2 1 × 2 5 = 1 2 . 5 ≈ 1 3
Using the Distance Formula get the sides of the triangle then add for the Perimeter :)
easiest way- use the Pythagoras theorem
Yes! a^2 +b^2 = c^2 is the easiest way. I used the axes to generate right angle triangles with the perimeter sides as hypotenuses.
So the first triangle has 1 unit height, 7 unit length so its hypotenuse is sqrt(50) or 7.
Second and third triangle have a base 4 height 3 so H=5.
Perimeter = sum of all the sides = 5 + 5 + sqrt(50) = 17 approximately
Distance b/w any two points can be found using the following formula from coordinate geometry :
\sqrt{(x1-x2)^{2}+(y2-y1)^{2}+(z2-z1)^{2}}
Using the above formula we find \sqrt{50} ,5 and 5, so perimeter which is the measure of the sum of the sides of tehe triangle so we get 17(around).
The method known is the find the sides of the triangle by using the formula to measure the distance between two points.
Hence, with that method, the first side is 1 + 4 9 = 5 0 = 12.07 Also, the other sides are 5 each. Hence the perimeter of the triangle is 5 +5 + 12.07 = 17.07
Distance between (-3,0) and (1,3) is 5; [sqrt(16+9)]; similarly other two sides are 5 and 5*1.732=7; So Perimeter is 5+5+7=17
Let, A = (-3,0) B = (1,-3) C = (4,1) AB = ((-3-1)^2 + (-3-0)^2)^1/2 = 25^1/2 = 5 BC = ((4-1)^2+(1--3)^2)^1/2 = 25^1/2 = 5 AC = ((-3-4)^2 +(1-0)^2)^1/2 = 50^1/2 Perimeter of triangle ABC = AB + BC+ AC = 5 + 5 + 7.07 = 17.07 = 17(Rounded Off)
By distance formula, get 5 + 5 + 5 0 . We know 7 < 5 0 < 8 . Thus, the answer is 5 + 5 + 7 = 1 7 .
Let A = (-3,0) , B = (1,-3) , C = (4,1) By distance formula we get AB = 5, BC = 5 and AC = root 50 Perimeter = AB+BC+AC = 5+5+root50 = 17.02 units.
I wrote it down on a piece of paper, marked off the dots and drew the triangle(x,y). Then I used the pythagoran theorem to conclude that the upper line((-3,0)-(4,1)) were about 7 units(-3to4=7,0to1=1 sqrt(1^2+7^2)). Then I did the same on the other two and they were =5(the beautiful equation sqrt(3^2+4^2)=5). 7+5+5=17. DONE!
Use distance formula between two co-ordinates.
let A(-3,O) B(1,-3) C(4,1) THEN AB=5 UNITS
BC=5 UNITS
AC=7.07(APPROX BY UNDER ROOT 50)
AB+BC+AC=5+5+7.07
=17.07
=17 UNITS(NEAREST UNIT)
Apply distance formula b/w 2 coordinates
Problem Loading...
Note Loading...
Set Loading...
The distance between two points ( x 1 , y 1 ) and ( x 2 , y 2 ) in the Cartesian plane is given by ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 .
Hence, the perimeter of the triangle is found by finding the distances between each pair of points and summing them:
Between ( − 3 , 0 ) and ( 1 , − 3 ) :
D 1 = ( 1 − ( − 3 ) ) 2 + ( ( − 3 ) − 0 ) 2
⇒ D 1 = 5
Between ( − 3 , 0 ) and ( 4 , 1 ) :
D 2 = ( 4 − ( − 3 ) ) 2 + ( 1 − 0 ) 2
⇒ D 2 = 5 2
Between ( 1 , − 3 ) and ( 4 , 1 ) :
D 3 = ( 4 − 1 ) 2 + ( 1 − ( − 3 ) ) 2
⇒ D 3 = 5
Hence, P e r i m e t e r = D 1 + D 2 + D 3 = 5 + 5 2 + 5 = 1 7 . 0 7 . . . ≈ 1 7