document.write( "Question 252781: Find (a) f+g, (b) f-g, (c) f*g, (d) f/g,
\n" ); document.write( "f(x)=x^2-4, g(x)=2+x
\n" ); document.write( "

Algebra.Com's Answer #184894 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
GIVEN, f(x)=x^2-4, g(x)=2+x\r
\n" ); document.write( "\n" ); document.write( "a) (f+g)x = f(x)+g(x) = x^2-4+2+x = x^2+x-2
\n" ); document.write( "b) (f-g)x = f(x)-g(x) = x^2-4-(2+x) = x^2-4-x-2 = x^2-x-6
\n" ); document.write( "c) (f*g)x = f(x)*g(x) = (x^2-4)*(2+x) = 2x^2+x^3-8-4x = x^3+2x^2-4x-8
\n" ); document.write( "d) (f/g)x = f(x)/g(x) = (x^2-4)/(2+x) = (x+2)(x-2)/(2+x) = x-2
\n" ); document.write( "
\n" );