document.write( "Question 388983: let f(x)=x^2+3x and g(x)=2x. If f(n)=28, what is the value of g(n) \n" ); document.write( "
Algebra.Com's Answer #275441 by robertb(5830)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(n + 7)(n - 4) = 0. Then n = -7 or n = 4. These give g(-7) = 2*-7 = -14, or g(4) = 2*4 = 8. \n" ); document.write( " |