Substitute the f(x) and g(x) following the required operations: A. (f+g)x = (x^2 + 1) + (x + 1) = x^2 + x + 2 B. (f-g)x = (x^2 + 1) - (x + 1) = x^2 - x C. (fg)x = (x^2 + 1)(x + 1) = x^3 + x^2 + x + 1 D. (f/g)x = (x^2 + 1) / (x + 1) or x - 1 + 2/(x+1) if answer must be in expanded form E. (f o g)x = (x+1)^2 + 1 = x^2 + 2x + 2 F. (g o f)x = (x^2 + 1) + 1 = x^2 + 2