A question was asked in a class
"The points A(5, 5), B(4, 4) and C(3, 3) form which triangle?".
Unfortunately, no student could get it right.
What triangle would the three points form?
The three points don’t form a triangle
We can use the distance formula to find the distances between the points, thereby finding the type of triangle it is.
The given points are- A(5, 5), B(4, 4) and C(3, 3).
Using the distance formula we have,
AC=√(5−3)2+(5−3)2=√4+4=2√2BC=√(4−3)2+(4−3)2+√1+1=√2AB=√(5−4)2+(5−4)2=√1+1=√2
The length of two sides are equal, AB = BC.
We also see that BC + AB = AC.
Now, in any triangle, the sum of any two sides must be greater than the third side
Since this condition is not satisfied, the points do not form any triangle