document.write( "Question 939187: If 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)![]() ![]() 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( " |