document.write( "Question 1169164: if f(x) = 3x + 5 and g(x) = x ^ 2 + 3 express f(g(x)) in simplist form \n" ); document.write( "
Algebra.Com's Answer #793852 by Boreal(15235) You can put this solution on YOUR website! fog (x)=3(x^2+3)+5 \n" ); document.write( "=3x^2+14 \n" ); document.write( " |