You can put this solution on YOUR website! solve the polynomial inequality z^3-6z^2+9z<0
---------
Factor the left side:
z(z^2-6z+9) < 0
z(z-3)^2 < 0
--------------------
Draw a number line.
Mark the points z=0 and z=3.
Check a test point in each of the three resulting intervals:
Interval (-inf,0); Let z=-1, you get (-1)(-1-3)^2<0 which is true
-------
Interval (0,3); Let z=1, you get (1)(1-3)^2<0 which is false
---------
Interval (3,+inf); Let=4 you get (4)(4-3)^2<0 which is false
-----------
Solution:
z < 0
=================
Cheers,
Stan H.