A few days ago
Anathemic_Nerd

how would you solve this function?

f(x)={(3,5),(2,4),(1,7)}

h(x)={(3,2),(4,3),(1,6)}

(f+h)(1)

Please explain what you did to do this problem.

Top 1 Answers
A few days ago
Aquaboy

Favorite Answer

f(x) = {(3, 5), (2, 4), (1, 7)}

h(x) = {(3, 2), (4, 3), (1, 6)}

(f + h)(x) = f(x) + h(x)

=> (f + h)(1) = f(1) + h(1)

From the point, (1, 7), we can say that f(1) = 7;

From the point, (1, 6), we can say that h(1) = 6;

This means that:

(f + h)(1) = f(1) + h(1) = 7 + 6 = 13.

Therefore, (f + h)(1) is: 13.

0