document.write( "Question 1001503: For f(x)= 7x+8 and g(x)= x-4 calculate (f of g)(x) \n" ); document.write( "
Algebra.Com's Answer #618684 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
f(g(x)) = f(x-4) = 7(x-4) + 8 = 7x - 28 + 8 = 7x - 20 \n" ); document.write( "
\n" );