document.write( "Question 470264: 1. Find the domain of the composite function f◦g . Please show all of your work.
\n" );
document.write( "f(x) = x + 6; g(x) = 7/x+7 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Will someone help me with this problem? thank you. \n" );
document.write( "
Algebra.Com's Answer #322583 by Theo(13342)![]() ![]() You can put this solution on YOUR website! fog(x) is equal to f(g(x)). \n" ); document.write( "this is described as f of g of x. \n" ); document.write( "you have: \n" ); document.write( "f(x) = x + 6 \n" ); document.write( "g(x) = 7/(x+7) \n" ); document.write( "replace the x in f(x) with g(x)) to get: \n" ); document.write( "f(g(x)) = 7/(x+7) + 6 \n" ); document.write( "that's your equation. \n" ); document.write( "fog(x) = 7/(x+7) + 6 \n" ); document.write( "another example might clarify this a little better. \n" ); document.write( "suppose f(x) = 5x^2 - 3x + 2 \n" ); document.write( "suppose g(x) = sqrt(x). \n" ); document.write( "you want to find fog (x) \n" ); document.write( "you replace x with g(x)) in your f(x) equation to get: \n" ); document.write( "f(g(x)) = 5*(sqrt(x))^2 - 3*sqrt(x) + 2 \n" ); document.write( "you replace the x with sqrt(x) everywhere you had an x in the f(x) equation. \n" ); document.write( "your equation becomes f(g(x)) = 5*x - 3*sqrt(x) + 2 \n" ); document.write( "note that sqrt(x)^2 is equal to x. \n" ); document.write( " \n" ); document.write( " |