document.write( "Question 502329: Find (f+g)(x) for the following two functions:
\n" ); document.write( " f(x)=2x+1
\n" ); document.write( " g(x)=5x-3
\n" ); document.write( "

Algebra.Com's Answer #338813 by geetha_rama(94)\"\" \"About 
You can put this solution on YOUR website!
(f+g)x = f(x) + g(x) (Addition of two real function)
\n" ); document.write( "(f+g)x = 2x +1+5x -3
\n" ); document.write( " = 3x - 2
\n" ); document.write( "
\n" ); document.write( "
\n" );