Factoring of a polynomial

45 Views Asked by At

How can I factor the following polynomial

$$P(x)=x^3+ax^2+bx^2+cx^2+abx+acx+bcx+abc$$.

I have tried several ways but I couldn't find a solution for this.

1

There are 1 best solutions below

2
On

Expand $(x+a)(x+b)(x+c)$ and compare with the expression that you provided.