document.write( "Question 968121: Find a formula for the inverse of the function, if the function is one-to-one. If not, state the function is not one-to-one for
\n" );
document.write( "F(x)=x^3-1 \n" );
document.write( "
Algebra.Com's Answer #803739 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! Solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x^3 - 1 \n" ); document.write( "y + 1 = x^3 \n" ); document.write( "cbrt(y + 1) = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f^(-1)(x) = cbrt(x + 1) \n" ); document.write( " |