Two corners of an isosceles triangle are at (5,2) and (2,3). If the triangle's area is 6, what are the lengths of the triangle's sides?

1 Answer
Aug 11, 2017

If the base is 10, then the two sides are 292

Explanation:

It depends on whether or not these points form the base or the sides.

First, find the length between the two points.
This is done by finding the lenght of the vector between the two points:

(52)2+(23)2=10

If this is the lenght of the base, then:
Start by finding the height of the triangle.
Area of a triangle is given by: A=12hb , where (b) is the base and (h) is the height.

Therefore:
6=1210h 1210=h

Because the height cuts a isosceles triangle into two similar right-angeled triangles, we can use pythagoras.
The two sides will then be:
(1210)2+(1212)2=1410+12=584=292

If it was the lenght of the two sides, then:
Use the area formula for triangles in generel, A=12absin(C), because (a) and (b) are the same, we get; A=12a2sin(C), where (a) is the side we calculated.

6=1210sin(C) sin(C)=65

But that isn't possible for a real triangle, so we must asume the two coordinates formed the base.