How do I calculate the area of the triangle when I know that the length of its hypotenuse is 8 and the sum of the legs is 10?
2026-03-28 11:29:46.1774697386
Calculate the area of the triangle with the following data
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$a^2 + b^2 = 8^2$
$a + b = 10$
So $(a+b)^2 = 10^2$
So $a^2 + 2ab + b^2 = 10^2$.
So $(a^2 + 2ab + b^2) -(a^2 + b^2) = 10^2 - 8^2$
$2ab = 10^2 - 8^2$
$2ab = (10-8)(10+8)$
$ab = \frac{(10-8)(10+8)}2$.
So $Area = \frac 12 ab = \frac{(10-8)(10+8)}{2*2}$