If $p\in P(\Bbb{R})$ is a nonconstant polynomial, then $p$ has a unique factorization (except for the order of the factors) of the form
$$p(x)=c(x-\lambda_1)...(x-\lambda_m)(x^2+\alpha_1+\beta_1)...(x^2+\alpha_Mx+\beta_M),$$
where $c,\lambda_1,...\lambda_m \in \Bbb{R}$ and $(\alpha_1,\beta_1),...(\alpha_M,\beta_M)\in\Bbb{R^2}$ with $\alpha_j^2<4\beta_j$ for each $j$
=============================
This statement is alluding to the fact that every odd degree polynomial has a real root in $\mathbb{R}$ by intermediate value theorem, and every complex root appeared twice (with its conjugate) in the solution set.
So by fundamental theorem of algebra (which you should check) the polynomial must have at least one root in $\mathbb{C}$. If it is odd degree polynomial, then including the conjugate of that root you can get another odd degree less two polynomial. And in the end you must get at least one real root. For each degree polynomial it is similar, though all roots may be complex in this case. Since we know $(x-\alpha)(x-\overline{\alpha})$ is an irreducible quadratic over $\mathbb{R}$, you get the factorization theorem you needed. You can prove the statement without this little fact, but I hope it helps.