Let $\triangle ABC$ be a right-angled triangle. The length of its sides are $a$, $b$, and $c$, such that $ a + b + c =22 $ and $ a^{2} + b^{2} + c^{2} = 200 $.
$1.$ Find out the length of $a$, $b$, and $c$.
$2.$ Without using question $1$, find out the area of $\triangle ABC$.
ok assuming $c$ is the hypotenuse, then we have $$a^2+b^2=c^2$$ thus we get $$2c^2=200$$ and $$c=10$$. Now we have the system $$a+b=12$$ $$a^2+b^2=100$$ plugging $$b=12-a$$ in the second equation then we have to solve $$a^2-12a+22=0$$ can you proceed?