document.write( "Question 767674: f(x)=3x+1 and g(x)=x+2 :
\n" );
document.write( "find (f+g(x)
\n" );
document.write( "calculate (f+g)(1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #467753 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! (f+g(x)) = f(x) + g(x) = 3x+1 + x+2 = 4x+3 \n" ); document.write( "(f+g(1)) = 4*1 +3 = 7 \n" ); document.write( " \n" ); document.write( " |