
Andrew S. answered 11/03/20
B.S. in Electrical Engineering
Hi Ward R.,
For this problem you have to multiply f(x) by 2 and then subtract h(x) here are the steps:
f(x) = x + 2 and h(x) = 1/x - 1
2f(x) = 2 (x + 2)
2f(x) = 2x + 4
2f(x)-h(x) = 2x + 4 - [1/x - 1]
distribute the negative
2f(x)-h(x) = 2x + 4 - 1/x + 1
combine the terms
2f(x)-h(x) = 2x - 1/x + 5
I hope this helps.