You can put this solution on YOUR website! solve the following equation for x:
----
3x^3+9x^2-18x=0
------
3x(x^2+3x-6) = 0
----
solve x^2+3x-6 = 0
---
x = [-3 +- sqrt(9-4*-6)]/2
---
x = [-3 +- sqrt(33)]/2
----
Ans: x = 3 or x = [-3 +- sqrt(33)]/2
=======================================
Cheers,
Stan H.
================