Difference between revisions of "Mock AIME 6 2006-2007 Problems/Problem 9"
(Created page with "==Problem== <math>ABC</math> is a triangle with integer side lengths. Extend <math>\overline{AC}</math> beyond <math>C</math> to point <math>D</math> such that <math>CD=120</...") |
|||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
− | {{ | + | |
+ | Let "a", "b", and "c", be the lengths of sides <math>AB</math>, <math>BC</math> and <math>CA</math> respectively. | ||
+ | |||
+ | Let "h_a", "h_b", and "h_c", be the heights of <math>\Delta ABC</math> from sides <math>AB</math>, <math>BC</math> and <math>CA</math> respectively. | ||
+ | |||
+ | Since the areas of triangles <math>CBD</math>, <math>BAE</math>, and <math>ACF</math> are equal, then, | ||
+ | |||
+ | <math>104h_a=112h_b=120h_c</math> | ||
+ | |||
+ | Therefore, | ||
+ | |||
+ | <math>\frac{h_a}{h_b}=\frac{112}{104}=\frac{14}{13}</math> and <math>\frac{h_a}{h_c}=\frac{120}{104}=\frac{15}{13}</math> | ||
+ | |||
+ | Since the area of <math>\Delta ABC</math> is half any base times it's height, then: | ||
+ | |||
+ | <math>ah_a=bh_b=ch_c</math> | ||
+ | |||
+ | Therefore, | ||
+ | |||
+ | <math>b=\frac{h_a}{h_b}a=\frac{14}{13}a</math> and <math>c=\frac{h_a}{h_c}a=\frac{15}{13}a</math> | ||
+ | |||
+ | ~Tomas Diaz. orders@tomasdiaz.com | ||
+ | |||
+ | {{alternate solutions}} |
Revision as of 13:28, 26 November 2023
Problem
is a triangle with integer side lengths. Extend
beyond
to point
such that
. Similarly, extend
beyond
to point
such that
and
beyond
to point
such that
. If triangles
,
, and
all have the same area, what is the minimum possible area of triangle
?
Solution
Let "a", "b", and "c", be the lengths of sides ,
and
respectively.
Let "h_a", "h_b", and "h_c", be the heights of from sides
,
and
respectively.
Since the areas of triangles ,
, and
are equal, then,
Therefore,
and
Since the area of is half any base times it's height, then:
Therefore,
and
~Tomas Diaz. orders@tomasdiaz.com
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.