document.write( "Question 1068032: Let f(x) = x + 2, g(x) = (x/(x+5)), and h(x) = x^2 – 5x – 3
\n" );
document.write( "Find: (f + g)(x) \n" );
document.write( "
Algebra.Com's Answer #683193 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let f(x) = x + 2, g(x) = (x/(x+5)), and h(x) = x^2 – 5x – 3 \n" ); document.write( "Find: (f + g)(x) \n" ); document.write( "-------- \n" ); document.write( "(f+g)(x) = f(x)+g(x) = (x+2) + (x/x+5) = [(x+5)(x+2) + x]/(x+5) \n" ); document.write( "---- \n" ); document.write( "= [x^2 + 8x + 10]/(x+5) \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |