So I was given the following problem :
ABC is a right angled triangle with the sides $a,b,c$ . Find the area of this triangle, given that $$a+b+c = 22$$ $$a^2+b^2+c^2 = 200$$
I've tried to do a lot of things withose two, and using the pythagore theorem I got :
$$a + b = 12$$ $$a^2 + b^2 = 100$$
Sure, I can turn it to a Polynomial, but I will have two solutions for $a$, and that looks weird . Also the area must be a natural number .
How can I find the area ?
As noted, we have $$a+b=12$$$$a^2+b^2=100$$ As you mentioned, this can be turned into a polynomial. However, notice that $$(a+b)^2-a^2-b^2=2ab=44$$Thus $$ab=22$$ and by taking the half of this we can find the desired area. Sure, there are two solutions. Namely that $$a=6-\sqrt{14}, b=6+\sqrt{14}$$ or $$a=6+\sqrt{14}, b=6-\sqrt{14}$$But notice that in both cases, the triangles are equivalent.