document.write( "Question 883738: for the pair of functions, find te indicated sum, difference, product, or quotient\r
\n" );
document.write( "\n" );
document.write( "f(x)=x+5,g(x)=x-4
\n" );
document.write( "find(f+g)(-4) \n" );
document.write( "
Algebra.Com's Answer #533725 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First add the functions\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x)+g(x)=(x+5)+(x-4) \n" ); document.write( "f(x)+g(x)=2x+1 \n" ); document.write( "(f+g)(x)=2x+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then plug in x = -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f+g)(x)=2x+1 \n" ); document.write( "(f+g)(-4)=2(-4)+1 \n" ); document.write( "(f+g)(-4)=-8+1 \n" ); document.write( "(f+g)(-4)=-7 \n" ); document.write( " |