Hi,
Mache eine Polynomdivision. Dafür rate eine Nullstelle. Zum Beispiel x = 2.
(x^3  - 4x^2  + 5x  - 2) : (x - 2)  =  x^2 - 2x + 1 
x^3  - 2x^2          
—————————
      - 2x^2  + 5x  - 2
      - 2x^2  + 4x    
———————
                 x  - 2
                 x  - 2
                 ————
                       0
Nun noch die binomische Formel erkennen: x^2-2x+1 = (x-1)^2
--> x = 1
Die Nullstellen sind also: N(1|0) und N(2|0).
Alles klar?
Grüße