document.write( "Question 1031178: Find the functions f ○ g and g ○ f.\r
\n" );
document.write( "\n" );
document.write( "f(x) = √x-8; g(x)= x^2\r
\n" );
document.write( "\n" );
document.write( "(f ○ g)(x) = \r
\n" );
document.write( "\n" );
document.write( "(g ○ f)(x) = \n" );
document.write( "
Algebra.Com's Answer #646015 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x) = √x - 8; g(x) = x^2 \n" ); document.write( "(f o g) = (√(x^2) - 8 \n" ); document.write( "(f o g) = x - 8 \n" ); document.write( "(g o f) = (√x - 8)^2 \n" ); document.write( "(g o f) = (√x - 8)(√x - 8) \n" ); document.write( "(g o f) = (x - 16√x + 64) \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |