document.write( "Question 1201427: Composition of function:
\n" ); document.write( "composition of function is the nesting of one function into another function as an input of that function.
\n" ); document.write( "Let f(x) be the first function and g(x) be the second function So.
\n" ); document.write( "f(x)=x+8 and
\n" ); document.write( "g(x)=5x-3
\n" ); document.write( "nesting of g(x) into f(x) is
\n" ); document.write( "f(g(x))=?
\n" ); document.write( "it means the value of x for f(x) is equal to g(x).
\n" ); document.write( "f(g(x))=(5x-3)+8
\n" ); document.write( "

Algebra.Com's Answer #835797 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
f(x) = x + 8
\n" ); document.write( "g(x) = 5x - 3
\n" ); document.write( "f(g(x)) = (5x - 3) + 8
\n" ); document.write( "that is correct.
\n" ); document.write( "what is the question?
\n" ); document.write( "
\n" ); document.write( "
\n" );