document.write( "Question 1017128: If g(x) is the inverse of f(x)=√(x^3) + 1 .
\n" );
document.write( "which of the following is on g(x)? \r
\n" );
document.write( "\n" );
document.write( "A). (4,9)
\n" );
document.write( "B). (9,4) \n" );
document.write( "
Algebra.Com's Answer #803761 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! The easiest way would be to plug in both points after finding the inverse.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = sqrt(x^3) + 1 \n" ); document.write( "y - 1 = sqrt(x^3) \n" ); document.write( "(y - 1)^2 = x^3 \n" ); document.write( "(y - 1)^(2/3) = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g^(-1)(x) = cbrt((x - 1)^2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g^(-1)(4) = cbrt(3^2) = cbrt(9) \n" ); document.write( "g^(-1)(9) = cbrt(8^2) = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The point (9, 4) is on g^(-1)(x). \n" ); document.write( " |