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)\"\" \"About 
You can put this solution on YOUR website!
\"f%28n%29+=+n%5E2+%2B+3n+=+28\", or \"n%5E2+%2B+3n+-+28+=+0\".
\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( "
\n" );