asked 72.2k views
1 vote
How do i find the perimeter of the triangle with vertices at three points (0,1),(2,1), and (0,3)?

asked
User Alve
by
8.3k points

2 Answers

4 votes
Well I'm not just going to tell you the answer, you need to "experience" how you do it. Basically you use the distance formula, which I'll show you in a bit, to fine the length of the segments. Then you just add them up.

\sqrt{ (x_(2)- x_(1)) ^(2) +(y_(2)-y_(1))^(2)
answered
User Udith Gunaratna
by
9.2k points
4 votes
The perimeter is the sum of the lengths of the three sides.

To find the perimeter, you need to find the lengths of the three sides.

For each side, you are given the points at the two ends.You need to find the distance between those two points.

Once you have all thee distances, add them up.

That's how.
answered
User Verveguy
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.