We have to factorize the polynomial:

using the gratest common factor (GFC).
Then, we have to find all x-intercepts of the polynomial.
We can factorize each term as:

We have 2 and x as common factors of the polynomial, so we write:

We now need to apply the quadratic formula to find the roots of the quadratic polynomial in parenthesis:
![\begin{gathered} x^2+5x-14 \\ \Rightarrow x=\frac{-5\pm\sqrt[]{5^2-4\cdot1\cdot(-14)}}{2\cdot1} \\ x=\frac{-5\pm\sqrt[]{25+56}}{2} \\ x=\frac{-5\pm\sqrt[]{81}}{2} \\ x=(-5\pm9)/(2) \\ x_1=(-5-9)/(2)=(-14)/(2)=-7 \\ x_2=(-5+9)/(2)=(4)/(2)=2 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/5rr3vxn4ipt18u6vg6sj7923j07yh1ug1m.png)
We can now factorize the polynomial as:

This factorized form gives us the x-intercepts:

Answer:
The factorized polynomial is x(x+7)(x-2).
The x-intercepts are x = 0, x = -7 and x =2.