document.write( "Question 308125: Problem: (x-1)(x-1)(x-1)=y. solve for x
\n" );
document.write( "I worked the problem by multiplying and got:
\n" );
document.write( "x^3-3x^2+3x-1=y
\n" );
document.write( "then went to x^3-3x^2+3x = y +1
\n" );
document.write( "I honestly dont know what to do from here.
\n" );
document.write( "thanks sheri \n" );
document.write( "
Algebra.Com's Answer #220362 by scott8148(6628) You can put this solution on YOUR website! (x - 1)^3 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - 1 = cuberoot(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = [cuberoot(y)] + 1 = [y^(1/3)] + 1 \n" ); document.write( " |