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