225k views
24 votes
If f(x) = 2x² + 3 and g(x)=x2-7, find (f- g)(x).

User MobileGeek
by
7.5k points

1 Answer

11 votes

Explanation:

arithmetic operations with functions just means to do these operations with the function expressions. and the result is the resulting function.

so,

(f - g)(x) = f(x) - g(x) = (2x² + 3) - (x² - 7) =

= 2x² + 3 - x² + 7 = x² + 10

User Shubham Pachori
by
7.8k points