document.write( "Question 147736: find the domain of the composite function f*g
\n" );
document.write( "f(x)=2/x+10,g(x)=60/x \n" );
document.write( "
Algebra.Com's Answer #108174 by edjones(8007)![]() ![]() You can put this solution on YOUR website! f(x)=2/x+10,g(x)=60/x \n" ); document.write( "f(g(x))=f(60/x)=2/((60/x)+10) \n" ); document.write( "=2/((10x+60)/x) \n" ); document.write( "=2x/10x+60 \n" ); document.write( "=x/5x+30 \n" ); document.write( "=x/5(x+6) \n" ); document.write( "The domain of f*g is all real numbers except x=-6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |