If value of $a+b+c$ is given as $n$ and it is provided that a2+b2 = c2. So, I need to find the value of $(abc)$ in terms of $n$.
2026-03-28 08:08:14.1774685294
Is there any relation between (a+b+c) and (abc)?
664 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can't hope for an answer in general, because two equations in three variables will generally give a one dimensional set of points. But the answer can sometimes be given in terms of a single parameter. Here it is easy enough to work through:
$$a+b+c=n$$
$$a^2+b^2+c^2+2c(a+b)+2ab=n^2$$
$$2c^2+2c(n-c)+2ab=n^2$$
$$2cn+2ab=n^2$$
$$2c^2n+2abc=cn^2$$
$$abc=\frac{cn(n-2c)}2$$