Answer: A
Explanation:
Ok, in the first expression we have:
f - (g - h)
this can be written as:
f + (-1)*(g - h)
Now we can distribute that -1, because this is a scalar.
Now we have:
f + (-1)*g - (-1)*h
This is equal to:
f - g + h = (f - g) + h.
So the relation: ƒ −(g − h) = (ƒ − g) − h is wrong, and this is because the subtraction operation dos not have the distributive property. (when we "break" the parentheses, the sign of h should change)