document.write( "Question 70060: given: f(x)=x^2+3 and g(x) = (sqrt)2-x find f o g(x) \n" ); document.write( "
Algebra.Com's Answer #50581 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
f(g(x)) means that the g(x) is placed in the f(x) function
\n" ); document.write( "f(sqrt(2 - x)) = (sqrt(2 - x))^2 + 3
\n" ); document.write( "f(g(x)) = 2 - x + 3 = -x + 5
\n" ); document.write( "
\n" );