What is a number whose cube is equal to the number itself but its square is not equal to the number itself?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the number be x
x 3 = x but x 2 = x
so x 3 − x = 0 but x 2 − x = 0
x ( x 2 − 1 ) = 0 but x ( x − 1 ) = 0
x ( x + 1 ) ( x − 1 ) = 0 but x ( x − 1 ) = 0
x = 0 or 1 or − 1 but x = 0 or 1
so x must be − 1