You can put this solution on YOUR website! How to i solve this equation x^3-20=44
-------
x^3-64 = 0
This is a "difference of cubes" and factors as follows:
(x-4)(x^2+4x+16)=0
x=4
Solve x^2+4x+16 = 0
x = [-4 +- sqrt(16-4*16)]/2
x = [-4 +- sqrt(82)]/2
x = [-4 + sqrt(82)]/2 or x=[-4 - sqrt(82)]/2 or x=4
========================
Cheers,
Stan H.