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==
{{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

$ABC$ is a triangle with integer side lengths. Extend $\overline{AC}$ beyond $C$ to point $D$ such that $CD=120$. Similarly, extend $\overline{CB}$ beyond $B$ to point $E$ such that $BE=112$ and $\overline{BA}$ beyond $A$ to point $F$ such that $AF=104$. If triangles $CBD$, $BAE$, and $ACF$ all have the same area, what is the minimum possible area of triangle $ABC$?

Solution

Let "a", "b", and "c", be the lengths of sides $AB$, $BC$ and $CA$ respectively.

Let "h_a", "h_b", and "h_c", be the heights of $\Delta ABC$ from sides $AB$, $BC$ and $CA$ respectively.

Since the areas of triangles $CBD$, $BAE$, and $ACF$ are equal, then,

$104h_a=112h_b=120h_c$

Therefore,

$\frac{h_a}{h_b}=\frac{112}{104}=\frac{14}{13}$ and $\frac{h_a}{h_c}=\frac{120}{104}=\frac{15}{13}$

Since the area of $\Delta ABC$ is half any base times it's height, then:

$ah_a=bh_b=ch_c$

Therefore,

$b=\frac{h_a}{h_b}a=\frac{14}{13}a$ and $c=\frac{h_a}{h_c}a=\frac{15}{13}a$

~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.