In order to solve $ \color{blue}{ x^{29}+x^{21}+x = 0 } $, first we need to factor our $ x $.
$$ x^{29}+x^{21}+x = x \left( x^{28}+x^{20}+1 \right) $$$ x = 0 $ is a root of multiplicity $ 1 $.
The remaining roots can be found by solving equation $ x^{28}+x^{20}+1 = 0$.
This polynomial has no rational roots that can be found using Rational Root Test.
Roots were found using Newton method.