I want to factorize such equation:
$$b^2c + bc^2 +a^2c+ac^2+a^2b+ab^2 +2abc$$ into product of linear factors.
May I know is there any quick way/trick to do so?I am very confused with such equation.
Hello users, my main point here is what to think when we looking at factoring such such multi-variable questions. When I was doing this, I can't even start writing, since I really don't know what to do. Is there any formulae to remember? Or is just experience. I knew it might be very easy for some of you, but it is very difficult for me to factorize such equation.
I would write it like $$(ma+nb+kc)(m'a+n'b+k'c)(m''a+n''b+k''c)$$
Now, if we look it as a polynimial in $a$ we see that there is no $a^3$ so $mm'm''=0$ and we can assume $m''=0$. Similary we get $nn'n''=0$. Obviously $n''\ne 0$ since we can not take out $a$ in a starting expression. So we can assume $n'=0$ and similary $k=0$. So we have now $$(ma+nb)(m'a+k'c)(n''b+k''c)= \color{red}{mm'n''}a^2b+\color{red}{mm'k''}a^2c + ...$$
so $mm'n'' = mm'k''=1$ so $n'' = k''$ and similary $m'=k'$ and $m=n$. We have also $mk'n''+m'nk''=2$. Clearly if all are $1$ it works so the answer is $$(a+b)(a+c)(b+c)$$ which is easy to verify.