document.write( "Question 47086: Algebraically find the equation of the inverse function for: h(x) = 1-x^3 \n" ); document.write( "
Algebra.Com's Answer #31192 by atif.muhammad(135)\"\" \"About 
You can put this solution on YOUR website!
h(x) = 1-x^3\r\n" );
document.write( "\r\n" );
document.write( "The trick to finding the inverse of any function is this:\r\n" );
document.write( "\r\n" );
document.write( "y = 1-x^3 ----- Make x the subject of the formula\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "1-y = x^3\r\n" );
document.write( "\r\n" );
document.write( "x = \"%281-y%29%5E%281%2F3%29\"\r\n" );
document.write( "\r\n" );
document.write( "Hence, our inverse function of h(x) is y = \"%281-x%29%5E%281%2F3%29\"  (Make sure you swap the variables round).
\n" ); document.write( "
\n" );