Question 1091538
f(x) = x^3 + 3x ^2 + 4x - 7 and g(x) = -7x^4 + 5x^3 +x^2 - 7.
 What is the coefficient of x^3 in the sum f(x) + g(x)?
<pre>Just line them up as below and add them vertically term by term:

{{{matrix(4,11,
       "f(x)", ""="",    "",    "",   x^3, ""+"", 3x^2, ""+"", 4x, ""-"", 7, 
       "g(x)", ""="", -7x^4, ""+"",  5x^3, ""+"",  x^2,    "", "", ""-"", 7,
"----","----","----","---","---","---","---","---","---","---","---",
"f(x)"+"g(x)", ""="", -7x^4, ""+"",  6x^3, ""+"", 4x^2, ""+"", 4x, ""-"",14)}}}

Now all you have to do is look at the bottom line and see what the 
coefficient of x<sup>3</sup> is!

Edwin</pre>