document.write( "Question 67256: Find g(f(x)) for the following:\r
\n" );
document.write( "\n" );
document.write( "f(x) = (x^3) - 1, g(x) = (x+1)^(1/3) \n" );
document.write( "
Algebra.Com's Answer #47812 by venugopalramana(3286) You can put this solution on YOUR website! Find g(f(x)) for the following: \n" ); document.write( "LET Y=f(x) = (x^3) - 1, \n" ); document.write( "THEN G(F(X))=G(Y) \n" ); document.write( "g(x) = (x+1)^(1/3) \n" ); document.write( "G(Y)=(Y+1)^(1/3) = [X^3-1+1]^(1/3)]=[X^3]^(1/3)=X^(3*1/3)=X \n" ); document.write( " \n" ); document.write( " |