document.write( "Question 334755: If f(x)=x²+3, and g(x)=x-1 then f(g(x)) is? \n" ); document.write( "
Algebra.Com's Answer #239898 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Take the value of g(x) and plug it into every x that you see for f(x).\r \n" ); document.write( "\n" ); document.write( "For f(x) = x^2 + 3, let x = (x - 1) and do the math.\r \n" ); document.write( "\n" ); document.write( "f(x - 1) = (x - 1)^2 + 3\r \n" ); document.write( "\n" ); document.write( "f(x - 1) = (x - 1)(x - 1) + 3\r \n" ); document.write( "\n" ); document.write( "f(x - 1) = x^2 - 2x + 1 + 3\r \n" ); document.write( "\n" ); document.write( "f(x - 1) = x^2 - 2x + 4\r \n" ); document.write( "\n" ); document.write( "So, f(g(x)) = x^2 - 2x + 4\r \n" ); document.write( "\n" ); document.write( "Understand? \n" ); document.write( " |