document.write( "Question 1017021: (x to the power of 3)-(9x to the power of 3/2)+8=0--- How would you solve this for x? \n" ); document.write( "
Algebra.Com's Answer #633375 by Boreal(15235) You can put this solution on YOUR website! x^3-9x^(3/2)+8=0 \n" ); document.write( "(x^3/2-8)(x^3/2-1)=0. You can potentially factor if the first term is twice the power of the second, and the last is constant. Usually, it is x^4+x^2+c=0, but this works. \n" ); document.write( "These are differences of cubes, the cube of x^(1/2) \n" ); document.write( "(x^1/2-2)(x+2x^(1/2)+4)=0 and (x^1/2-1)(x+x^(1/2)+1)=0 \n" ); document.write( "sqrt(x)=2, x=4 \n" ); document.write( "sqrt(x)=1, x=1 \n" ); document.write( " |