document.write( "Question 90075: Find the inverse of the function f(x)=x^1/3+2 \n" ); document.write( "
Algebra.Com's Answer #65394 by stanbon(75887) ![]() You can put this solution on YOUR website! Find the inverse of the function f(x)=x^1/3+2 \n" ); document.write( "--------- \n" ); document.write( "y = x^(1/3) +2 \n" ); document.write( "Interchange x and y to get: \n" ); document.write( "x = y^(1/3) +2 \n" ); document.write( "Solve for y: \n" ); document.write( "y^(1/3) = x-2 \n" ); document.write( "y = (x-2)^3 \n" ); document.write( "That is the inverse. \n" ); document.write( "------------- \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( " |