document.write( "Question 625606: Hello, \r
\n" );
document.write( "\n" );
document.write( "I need help with this probelm:\r
\n" );
document.write( "\n" );
document.write( "Find ƒ^-1(x)\r
\n" );
document.write( "\n" );
document.write( "f(x)=cube root of x-7\r
\n" );
document.write( "\n" );
document.write( "ƒ^-1 (x)= ?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #393711 by htmentor(1343) You can put this solution on YOUR website! To find the inverse, solve for x: \n" ); document.write( "f(x) = y = (x-7)^(1/3) \n" ); document.write( "y^3 = x - 7 \n" ); document.write( "x = y^3 + 7 \n" ); document.write( "Now switch x and y: \n" ); document.write( "Then inverse is f^-1(x) = x^3 + 7 \n" ); document.write( " |