125k views
2 votes
F = { (1,5) , (4,-1) , (-1,-1) }
and
g = { (1,3) , (-1,-4}
(f - g)(-1) =

1 Answer

2 votes

Answer:

Explanation:

The operation (f - g)(-1) refers to finding the difference between the outputs of functions f and g when the input is -1.

From the given sets, we can see that for f, when the input is -1, the output is -1, and for g, when the input is -1, the output is -4.

Therefore, (f - g)(-1) = f(-1) - g(-1) = -1 - (-4) = 3.

User DSchmidt
by
6.7k points