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</...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
− | {{ | + | [[File:MockAIME_6_P9a.png|400px]] |
+ | |||
+ | Let <math>a</math>, <math>b</math>, and <math>c</math>, be the lengths of sides <math>AB</math>, <math>BC</math> and <math>CA</math> respectively. | ||
+ | |||
+ | Let <math>h_a</math>, <math>h_b</math>, and <math>h_c</math>, 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> | ||
+ | |||
+ | Since <math>a</math>, <math>b</math>, and <math>c</math>, are integers, and <math>13</math> is a prime number, then the minimum integer value that <math>a</math> can have in order for <math>b</math> and <math>c</math> to also be integer is <math>13</math> | ||
+ | |||
+ | Therefore <math>a=13</math>, <math>b=14</math>, and <math>c=15</math> | ||
+ | |||
+ | minimum possible area of triangle <math>ABC</math> using Heron's formula is <math>ABC</math> is: | ||
+ | |||
+ | <math>A_{ABC}=\sqrt{s(s-a)(s-b)(s-c)}</math>, where <math>s=\frac{a+b+c}{2}</math> | ||
+ | |||
+ | <math>s=\frac{13+14+15}{2}=21</math> | ||
+ | |||
+ | <math>A_{ABC}=\sqrt{(21)(6)(7)(8)}=\sqrt{3^24^27^2}=(3)(7)(4)=\boxed{84}</math> | ||
+ | |||
+ | ~Tomas Diaz. orders@tomasdiaz.com | ||
+ | |||
+ | {{alternate solutions}} |
Latest revision as of 12:48, 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 , , and , be the lengths of sides , and respectively.
Let , , and , 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
Since , , and , are integers, and is a prime number, then the minimum integer value that can have in order for and to also be integer is
Therefore , , and
minimum possible area of triangle using Heron's formula is is:
, where
~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.