document.write( "Question 504584: Find the formula dor the inverse of the given function, if possibleW(x)=(x^3+4)^1/5-1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #339659 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Find the inverse of the function W(x)=(x^3+4)^1/5-1 \n" ); document.write( "============== \n" ); document.write( "W(x) = y = (x^3+4)^1/5-1 \n" ); document.write( "To find the inverse, interchange x and y: \n" ); document.write( "x = (y^3+4)^1/5 - 1 \n" ); document.write( "Solve for y: \n" ); document.write( "(y^3+4)^1/5 = x+1 \n" ); document.write( "y^3 + 4 = (x+1)^5 \n" ); document.write( "y^3 = (x+1)^5 - 4 \n" ); document.write( "y = f_inv(x) = [(x+1)^5 - 4]^(1/3) \n" ); document.write( " \n" ); document.write( " |