Given:
It's required to determine if the functions are odd, even, or neither.
An even function satisfies the property:
f(-x) = f(x).
And an odd function satisfies the property:
f(-x) = -f(x)
We substitute x by -x on each function as follows:
Note the function g(-x) is the inverse (negative) of g(x), thus,
g(x) is odd
Now test h(x):
Comparing h(-x) and h(x) we can see none of the properties are satisfied, thus:
h(x) is neither odd nor even
Let's now test j(x):
Since j(-x) and j(x) are equal,
j(x) is even