Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Can I get some help please.
Posted:
Oct 6, 2009 3:38 PM
|
|
Hi Tony,
If all the sides have length 72, then there are a couple of ways you can get the area. One is to use Heron's formula. In that case, the semi-perimeter s 3*72/2 = 108. And the area is
sqrt(s(s-a)(s-b)(s-c))
= sqrt(108(108-72)(108-72)(108-72))
= sqrt(108*36^3)
= sqrt(3*36^4)
= 36^2 * sqrt(3)
= 2245 (approx)
You can also drop an altitude from any of the vertices. The length of the altitude will be
72 * sin(60)
which is the height of the triangle; so the area will be
1/2 * base * height
= 1/2 * 72 * 72 * sin(60)
= 1/2 * 72 * 72 * sqrt(3)/2
= 36^2 * sqrt(3)
same as before.
I don't understand where you're getting the numbers 37 and 73, or why you think multplying them would give you the area. Can you say more about your reasoning there?
Looking ahead, what you can do is divide the triangle into three smaller triangles, each with a vertex at the center of the triangle. Each of them will be a 30-30-120 triangle. Divide one in two, and you have a 30-60-90 triangle. The hypotenuse of that triangle will be the radius of the circle you're looking for.
|
|
|
|