1. **Problem statement:** Given triangle ABC with sides AB = 18, BC = 24, and CA = 20. Point D is on AB such that AD = 15, and point E is on BC such that EC = 20. Lines AE and DC intersect at F. We need to compute $$\left(\text{area of } \triangle DEF\right)^2 \cdot \frac{7^3 \cdot 6^3}{5^3}$$.
2. **Step 1: Find coordinates of points A, B, C.**
- Place A at origin: $A = (0,0)$.
- Place B on x-axis: $B = (18,0)$ since AB = 18.
- Find C using distance CA = 20 and BC = 24.
3. **Step 2: Find coordinates of C.**
- Let $C = (x,y)$.
- From $CA = 20$: $$\sqrt{(x-0)^2 + (y-0)^2} = 20 \implies x^2 + y^2 = 400.$$
- From $BC = 24$: $$\sqrt{(x-18)^2 + y^2} = 24 \implies (x-18)^2 + y^2 = 576.$$
4. **Step 3: Subtract equations to find $x$.**
$$ (x-18)^2 + y^2 - (x^2 + y^2) = 576 - 400 \implies (x-18)^2 - x^2 = 176.$$
Expand:
$$ x^2 - 36x + 324 - x^2 = 176 \implies -36x + 324 = 176 \implies -36x = -148 \implies x = \frac{148}{36} = \frac{37}{9} \approx 4.111.$$
5. **Step 4: Find $y$.**
From $x^2 + y^2 = 400$:
$$ y^2 = 400 - x^2 = 400 - \left(\frac{37}{9}\right)^2 = 400 - \frac{1369}{81} = \frac{32400 - 1369}{81} = \frac{31031}{81}.$$
So,
$$ y = \sqrt{\frac{31031}{81}} = \frac{\sqrt{31031}}{9} \approx 19.56.$$
6. **Step 5: Coordinates summary:**
$$ A = (0,0), B = (18,0), C = \left(\frac{37}{9}, \frac{\sqrt{31031}}{9}\right).$$
7. **Step 6: Find points D and E.**
- D lies on AB with $AD=15$, so since AB is on x-axis from 0 to 18:
$$ D = (15,0).$$
- E lies on BC with $EC=20$. Since BC length is 24, $BE = 4$.
8. **Step 7: Parametrize BC and find E.**
Vector $\overrightarrow{BC} = C - B = \left(\frac{37}{9} - 18, \frac{\sqrt{31031}}{9} - 0\right) = \left(-\frac{125}{9}, \frac{\sqrt{31031}}{9}\right).$
Unit vector along BC:
$$ \vec{u} = \frac{1}{24} \left(-\frac{125}{9}, \frac{\sqrt{31031}}{9}\right) = \left(-\frac{125}{216}, \frac{\sqrt{31031}}{216}\right).$$
Point E is $4$ units from B towards C:
$$ E = B + 4 \vec{u} = \left(18 - \frac{500}{216}, \frac{4 \sqrt{31031}}{216}\right) = \left(18 - \frac{125}{54}, \frac{\sqrt{31031}}{54}\right).$$
Simplify x-coordinate:
$$ 18 = \frac{972}{54}, \quad 18 - \frac{125}{54} = \frac{847}{54} \approx 15.69.$$
So,
$$ E = \left(\frac{847}{54}, \frac{\sqrt{31031}}{54}\right).$$
9. **Step 8: Find equations of lines AE and DC.**
- Line AE passes through $A(0,0)$ and $E\left(\frac{847}{54}, \frac{\sqrt{31031}}{54}\right)$.
Slope of AE:
$$ m_{AE} = \frac{\frac{\sqrt{31031}}{54} - 0}{\frac{847}{54} - 0} = \frac{\sqrt{31031}}{847}.$$
Equation:
$$ y = m_{AE} x = \frac{\sqrt{31031}}{847} x.$$
- Line DC passes through $D(15,0)$ and $C\left(\frac{37}{9}, \frac{\sqrt{31031}}{9}\right)$.
Slope of DC:
$$ m_{DC} = \frac{\frac{\sqrt{31031}}{9} - 0}{\frac{37}{9} - 15} = \frac{\frac{\sqrt{31031}}{9}}{\frac{37}{9} - \frac{135}{9}} = \frac{\frac{\sqrt{31031}}{9}}{-\frac{98}{9}} = -\frac{\sqrt{31031}}{98}.$$
Equation of DC:
$$ y - 0 = m_{DC} (x - 15) \implies y = -\frac{\sqrt{31031}}{98} (x - 15).$$
10. **Step 9: Find intersection F of AE and DC.**
Set equal:
$$ \frac{\sqrt{31031}}{847} x = -\frac{\sqrt{31031}}{98} (x - 15).$$
Divide both sides by $\sqrt{31031}$ (nonzero):
$$ \frac{x}{847} = -\frac{x - 15}{98}.$$
Multiply both sides by $847 \cdot 98$:
$$ 98 x = -847 (x - 15) = -847 x + 12705.$$
Bring terms together:
$$ 98 x + 847 x = 12705 \implies 945 x = 12705 \implies x = \frac{12705}{945} = 13.44.$$
Find $y$:
$$ y = \frac{\sqrt{31031}}{847} \times 13.44 = \frac{13.44 \sqrt{31031}}{847}.$$
11. **Step 10: Coordinates of F:**
$$ F = \left(13.44, \frac{13.44 \sqrt{31031}}{847}\right).$$
12. **Step 11: Find area of triangle DEF.**
Points:
$$ D = (15,0), E = \left(\frac{847}{54}, \frac{\sqrt{31031}}{54}\right), F = \left(13.44, \frac{13.44 \sqrt{31031}}{847}\right).$$
Area formula for triangle with points $(x_1,y_1), (x_2,y_2), (x_3,y_3)$:
$$ \text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|.$$
Calculate:
$$ x_1 = 15, y_1 = 0,$$
$$ x_2 = \frac{847}{54}, y_2 = \frac{\sqrt{31031}}{54},$$
$$ x_3 = 13.44, y_3 = \frac{13.44 \sqrt{31031}}{847}.$$
Compute inside absolute value:
$$ 15 \left( \frac{\sqrt{31031}}{54} - \frac{13.44 \sqrt{31031}}{847} \right) + \frac{847}{54} \left( \frac{13.44 \sqrt{31031}}{847} - 0 \right) + 13.44 \left( 0 - \frac{\sqrt{31031}}{54} \right).$$
Simplify terms:
- First term:
$$ 15 \sqrt{31031} \left( \frac{1}{54} - \frac{13.44}{847} \right).$$
Calculate inside parentheses:
$$ \frac{1}{54} \approx 0.01852, \quad \frac{13.44}{847} \approx 0.01586,$$
Difference:
$$ 0.01852 - 0.01586 = 0.00266.$$
So first term:
$$ 15 \times 0.00266 \sqrt{31031} = 0.0399 \sqrt{31031}.$$
- Second term:
$$ \frac{847}{54} \times \frac{13.44 \sqrt{31031}}{847} = \frac{13.44 \sqrt{31031}}{54} = 0.2489 \sqrt{31031}.$$
- Third term:
$$ 13.44 \times \left(-\frac{\sqrt{31031}}{54}\right) = -0.2489 \sqrt{31031}.$$
Sum all:
$$ 0.0399 \sqrt{31031} + 0.2489 \sqrt{31031} - 0.2489 \sqrt{31031} = 0.0399 \sqrt{31031}.$$
Area:
$$ \frac{1}{2} \times 0.0399 \sqrt{31031} = 0.01995 \sqrt{31031}.$$
13. **Step 12: Compute the required expression:**
$$ \left(\text{area of } \triangle DEF\right)^2 \cdot \frac{7^3 \cdot 6^3}{5^3} = \left(0.01995 \sqrt{31031}\right)^2 \cdot \frac{343 \cdot 216}{125}.$$
Square area:
$$ (0.01995)^2 \times 31031 = 0.000398 \times 31031 = 12.36.$$
Calculate fraction:
$$ \frac{343 \times 216}{125} = \frac{74088}{125} = 592.7.$$
Multiply:
$$ 12.36 \times 592.7 = 7327.5.$$
**Final answer:**
$$ \boxed{7327.5}.$$
Triangle Area Expression 3839Fc
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.