document.write( "Question 394131: Using the function f(x)=x^2+x and g(x)=x-5
\n" );
document.write( "a. Find h(x)=(f◦g)(x).
\n" );
document.write( "b. State the domain of h(x)=f◦g)(x).
\n" );
document.write( "c. Find h(x)=(g◦f)(x).
\n" );
document.write( "d. State the domain of h(x)=(g◦f)(x). \n" );
document.write( "
Algebra.Com's Answer #279678 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Using the function f(x)=x^2+x and g(x)=x-5 \n" ); document.write( "a. Find h(x)=(f◦g)(x). \n" ); document.write( "fog(x) = f[x-5]= (x-5)^2+(x-5) = x^2-10x+25+x-5 = x^2-9x+20 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "b. State the domain of h(x)=f◦g)(x). \n" ); document.write( "The domain of g is All Real Numbers \n" ); document.write( "The range that g produces is All Real Numbers \n" ); document.write( "So the domain of f is All Real Numbers \n" ); document.write( "Conclusion: The domain of fog(x) is All Real Numbers \n" ); document.write( "=========================================================== \n" ); document.write( "c. Find h(x)=(g◦f)(x)= g[x^2+x] = x^2+x-5 \n" ); document.write( "---- \n" ); document.write( "d. State the domain of h(x)=(g◦f)(x). \n" ); document.write( "The domain of f is R \n" ); document.write( "The Range of f is >=-1/4 \n" ); document.write( "So the domain of g is >=-1/4 \n" ); document.write( "Conclusion: The domain of gof(x) is x>=-1/4 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |