You can put this solution on YOUR website! I think the problem is:
y= -3x^3 + 18x^2 - 27x
x intercept occur when y = 0
-3x^3 + 18x^2 - 27x = 0
Factor out -3x
-3x(x^2 - 6x + 9) = 0
a perfect square is revealed, factor it to
-3x(x-3)(x-3) = 0
the x intercepts:
-3x = 0
x = 0
and
x = 3