document.write( "Question 69432: can you help me solve: f(x)= x-4 and g(x)=x+2
\n" );
document.write( "1. f-g 2. f*g \n" );
document.write( "
Algebra.Com's Answer #49444 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! [f - g](x) = f(x) - g(x) = x - 4 - (x + 2) = x - 4 - x - 2 = -6 \n" ); document.write( "[f*g](x) = f(g(x)) = f(x + 2) = x + 2 - 4 = x - 2 \n" ); document.write( " |