Given the lenght of the hypotenus and the sum of the legs find the area of right triangle

$\begingroup$

Given: right-angled $\triangle ABC$, the length of the hypotenuse $c = 5$ and the sum of the legs $a+b = 6$. Find the area of the triangle. I tried creating the following system $a+b = 6; a^2+b^2 =25$ however it got me nowhere, I get a really ugly quadratic equation .

$\endgroup$ 2

2 Answers

$\begingroup$

We have \begin{align*} \text{Area }&=\frac12ab\sin \angle C\\[3pt] &=\frac12ab\sin\frac{\pi}2\\[3pt] &=\frac12ab\\[3pt] &=\frac14\left[(a+b)^2-(a^2+b^2)\right]\\[3pt] &=\frac14(36-25)\\[3pt] &=\frac{11}4 \end{align*}

$\endgroup$ $\begingroup$

Squaring $a+b$

$(a+b)^2=a^2+b^2+2ab$

Putting $a+b = 6; a^2+b^2 =25$

$\Rightarrow 36=25+2ab$

$\Rightarrow ab=11/2$

Area is half of $ab$ = $11/4$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like