f(x) is the "same" as y. What is y if x = whatever is in the parentheses.
What value of y does d(x) have when x = 2?
For the others, take -3, and or the other function and plug it in for x.
f(x) = x2
g(x) = x + 2
f(g(3)) = (3 + 2)2 = 25
A function means that every x value calculates to only one y-value. {(2,0),(2,-1),(3,4)} is not a function.
The range is the list of your x-values. In the above set of points, the range is x = {2,3}. The domain is y = {0,-1,4}
Go.