document.write( "Question 1035039: Let f(x)=x^2+7 and g(x)=x^2+4. Find the following functions, and simplify each as much as possible: your final answer should be a polynomial with only one term in each power of x.
\n" );
document.write( "f(x)+g(x)=
\n" );
document.write( "f(x)-g(x)=
\n" );
document.write( "f(x)g(x)=
\n" );
document.write( "f(x)/g(x)= \n" );
document.write( "
Algebra.Com's Answer #649720 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Let f(x)=x^2+7 and g(x)=x^2+4. \n" ); document.write( "f(x)+g(x)= 2x^2 + 11 \n" ); document.write( "f(x)-g(x)= 3 \n" ); document.write( "f(x)g(x)= x^4 + 11x^2 + 28 \n" ); document.write( "f(x)/g(x)= x^2+7/x^2+4 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |