document.write( "Question 1002124: If f(x)=x^2-1 and g(x)=x+1, find f(g(x)) and g(f(x)) \n" ); document.write( "
Algebra.Com's Answer #619118 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x) = x^2 - 1 \n" ); document.write( "g(x) = x + 1 \n" ); document.write( "............. \n" ); document.write( "f(g(x)) = (x + 1)^2 - 1 \n" ); document.write( "f(g(x)) = x^2 + 2x \n" ); document.write( ".......... \n" ); document.write( "g(f(x)) = (x^2 - 1) + 1 \n" ); document.write( "g(f(x)) = x^2 \n" ); document.write( ".............. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |