188k views
2 votes
F() = x2 + 1
g(x) = 5 - x
(f+g)(x) =

1 Answer

2 votes

Answer:

(f+g)(x) = x² - x + 6

Explanation:

We can find (f+g)(x) by adding f(x) and g(x).

f(x) = x² + 1

g(x) = 5 - x

(f+g)(x) = f(x) + g(x)

(f+g)(x) = (x² + 1) + (5 - x)

(f+g)(x) = x² + 1 + 5 - x

(f+g)(x) = x² - x + 6

User Dmoo
by
5.4k points