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