You can put this solution on YOUR website! if x²=x to the power of 3, give the two possible values for x
------
x = 0, 0, 1
------
A 3rd order equation always has 3 solutions. Sometimes it's the same number more than once.
In this case, x = 0 with a multiplicity of 2, and x = 1.
x² = x³
Get 0 on the right
x² - x³ = 0
Factor the left side:
x²(1-x) = 0
Use the zero-factor property:
x² = 0; 1-x = 0
x = 0; -x = -1
x = 1
We get two values for x. They are 0 and 1.
Edwin