Problem:
Euclid had a triangle in mind. The triangles longest side is $20$ and another side is $10$. Its area is $80$. What is the exact length of the third side ?
My attempt:
I have read up this and this, but they don't help much except for the fact that $AB$ (longest side of length $20$) can be considered the base, and the height be derived as $8$.
Question:
- Why does such a method, which is correct in its implementation, give an incorrect result ? (i.e. using the above method I got a right-triangle of sides $8$, $20$, and $10$ - which is impossible)
- How do I further solve this to get the required answer ?
You can answer this using just Pythagorus as illustrated above.
NOTE: Mistake in my illustration above: AD = sqrt(10^2 - h^2)