SOLUTION: Find (f - g)(-5) when f(x) = 5x2 - 7 and g(x) = x + 4

Algebra ->  Linear-equations -> SOLUTION: Find (f - g)(-5) when f(x) = 5x2 - 7 and g(x) = x + 4      Log On


   



Question 888219: Find (f - g)(-5) when f(x) = 5x2 - 7 and g(x) = x + 4
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Find (f - g)(-5) when f(x) = 5x2 - 7 and g(x) = x + 4

--------------------------------------------------------------

First compute f(-5)

f(x) = 5x^2 - 7

f(-5) = 5(-5)^2 - 7

f(-5) = 5(25) - 7

f(-5) = 125 - 7

f(-5) = 118

-----------------

Then find g(-5)

g(x) = x + 4

g(-5) = -5 + 4

g(-5) = -1

-----------------

Use them both to find (f - g)(-5)

(f - g)(-5) = f(-5) - g(-5)

(f - g)(-5) = 118 - (-1)

(f - g)(-5) = 118 + 1

(f - g)(-5) = 119