document.write( "Question 565028: I need help on functions... for example like this homework question. f(x)= 3x+5 and g(x)=x^2 my problem is what is the funtion for f(x)+g(x) \n" ); document.write( "
Algebra.Com's Answer #365591 by ad_alta(240)\"\" \"About 
You can put this solution on YOUR website!
The answer is simple: just add the functions! f(x)+g(x)=[3x+5]+[x^2]=x^2+3x+5 \n" ); document.write( "
\n" );