document.write( "Question 60235: Find the domain of the composite function f º g.
\n" );
document.write( "f(x)=1/(x+10); g(x)= x+5 \n" );
document.write( "
Algebra.Com's Answer #41350 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = 1/(x+10) \n" ); document.write( "g(x) = x + 5 \n" ); document.write( "f(g(x)) = f(x + 5) \n" ); document.write( " = 1/{(x+5)+10} [Replacing x by x+5 in f(x)] \n" ); document.write( " = 1/(x+15) \n" ); document.write( "==> f o g (x) = 1/(x+15)\r \n" ); document.write( "\n" ); document.write( "Domain of f o g = {x : x is real and not equal to -15}\r \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |