document.write( "Question 939187: If \"f%28x%29=%28x%29%5E2-4\" and g(x)=x, find values of x for which (f+g)(x)=2 \n" ); document.write( "
Algebra.Com's Answer #572251 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
(f+g)(x)= x^2 +x - 4
\n" ); document.write( "2 = x^2 +x - 4
\n" ); document.write( "x^2 +x -6 = 0
\n" ); document.write( "(x+3)(x-2)= 0
\n" ); document.write( "x = -3, 2
\n" ); document.write( "
\n" );