Question 1082130
.
From a point outside the equilateral triangle, the distances {{{highlight(to_the_triangle_vertices)}}} are 10, 10, and 18 units. Find the dimension of the triangle. 
~~~~~~~~~~~~~~~~~~~


<pre>
0.  Make a sketch to follow my arguments.

    Let the triangle will be ABC, and the point outside be D.

    Connect D by segments with A, B and C. 

    Let CD = 10, BD = 10 and AD = 18.

    Let the length of the side of the triangle ABC be x.



1.  The quadrilateral ACBD is a <U>kite</U>, since AB = AC  and  BD = CD.

    Therefore, AD is the angle bisector to angles A and D.

    It implies that the angle DAB is 30 degs.



2.  Now consider the triangle ABD

    Its side AD is 18 units long, side BD is 10 units long and side AB is x.

    The angle DAB is 30 degs.

    Apply the <U>Cosines law</U> theorem:

    {{{x^2 + 18^2 - 2*18*x*(sqrt(3)/2)}}} = {{{10^2}}},   or

    {{{x^2 - 18*sqrt(3) + 224}}} = 0.


    It is your quadratic equation to find x.
</pre>


The setup is done. The rest is just arithmetic.



I got  the answer &nbsp;&nbsp;x = {{{(18*sqrt(3)-2*sqrt(19))/2}}}.