Correct option is C
Given:
Vertices of triangle: A(1,2),B(3,4),C(4,1)
Formula used:
the lengths of sides using the distance formula:
Distance between (x1,y1) and (x2,y2): d=(x2−x1)2+(y2−y1)2
Solution:
Distance between A(1,2) and B(3, 4);
AB=(3−1)2+(4−2)2=22+22=8=22
Distance between B(3, 4) and C(4, 1);
BC=(4−3)2+(1−4)2=12+(−3)2=1+9=10
Distance between C(4, 1) and A(1, 2)
AC=(4−1)2+(1−2)2=32+(−1)2=9+1=10
Since BC=AC but AB=BC ,
the triangle is isosceles.