We are given three points of a triangle and required to find out the nature of the triangle that they form the vertices of.
Our approach is to get the distance between the points to make our inference.
3 equal sides will give us an equilateral triangle
2 equal sides will give us an isosceles triangle
3 equal sides will give us a scalene triangle
Now we find the distance between the points, i.e. the length of the sides.
The general formula to get the length of the line is:
Line AB:
Line BC:
Line AC:
From these, we can see that two lines in the triangle are equal.
Our triangle is an isosceles one.