Would anyone be able to help with showing how the identity $(a+b)(b+c)(c+a) = (a+b+c)(ab+bc+ca) - abc.$ I'm absolutely stuck on this question. Sorry that it's so basic $:P.$
Many thanks in advance.
Would anyone be able to help with showing how the identity $(a+b)(b+c)(c+a) = (a+b+c)(ab+bc+ca) - abc.$ I'm absolutely stuck on this question. Sorry that it's so basic $:P.$
Many thanks in advance.
$$(a+b)(b+c)(c+a)$$ $$=(ab+ac+b^2+bc)(c+a)$$ $$=(abc+ac^2+b^2c+bc^2+a^2b+a^2c+b^2a+abc)$$ $$=(a+b+c)(ab+bc+ca)-abc$$
What exactly were you stuck with?
Let $a+b+c=S $. Then, $$(a+b)(b+c)(c+a)=(S-a)(S-b)(S-c) $$ $$ =S^3-S^2(a+b+c)+S(ab+bc+ca)-abc $$ $$ =S(ab+bc+ca)- abc $$ as required. Hope it helps.