For $(f\circ g)(x)$ for two sets, you look for $x$ from $f$ and an equivalent $y$ value from $g$, and leftover coordinates are the answer. The order of $f$ and $g$ does matter.
Given the function $f = \{(0, 2), (3, -1), (5, 4), (2, 1)\}$, and $g=\{(2, 0), (3, -1), (4, -2), (5, 2)\}$, and applying $(f+g(x)$, If the same $x$ value exists in both the sets $f$ and $g$, then you can solve for that value by adding $y$ values for the matching x coordinates together.
# Terminology
| Term | Definition |
|--|--|
| $h$ | How far left or right something is shifted from the origin |
| $k$| How far up or down something is shifted from the origin |