To factor $ x^{3}-5x^{2}+4x-20 $ we can use factoring by grouping:
Group $ \color{blue}{ x^{3} }$ with $ \color{blue}{ -5x^{2} }$ and $ \color{red}{ 4x }$ with $ \color{red}{ -20 }$ then factor each group.
$$ \begin{aligned} x^{3}-5x^{2}+4x-20 = ( \color{blue}{ x^{3}-5x^{2} } ) + ( \color{red}{ 4x-20 }) &= \\ &= \color{blue}{ x^{2}( x-5 )} + \color{red}{ 4( x-5 ) } = \\ &= (x^{2}+4)(x-5) \end{aligned} $$