Area of equilateral triangle = (Sq. Root(3)/4) * Square(Side of Triangle)
Therefore, Area of triangle = (Sq. Root(3)/4) * Square(t)
Area can also be calculated by drawing perpendicular from vertex to the opposite side. Perpendicular will bisect the other side, and will give 2 right angled triangles.
Using Pythagorus theorem, length of perpendicular = (Sq. Root(3)/2) * t Area of One Right Angled Triangle = (1/2) * {(Sq. Root(3)/2) * t} * (t/2)
Total Area of Triangle = (Sq. Root(3)/4) * Square(t) ... (I)
Area of Square = Square(s) ... (II)
Eqaute (I) and (II):
(Sq. Root(3)/4) * Square(t) = Square(s)
Or, Square(t)/Square(s) = 4/Sq. Root(3)
Or, t/s = 2/(4th root of 3).
[/list][/code]