A cryptographer uses a combination of two functions to develop the initial "key” in a sequence of coded numbers. The functions are:
f(x) = log5(x) – 8
g(x) = x3 + 3
Which is h(x) = f(x) – g(x)?
h(x) = log5(x) – x3 – 5
h(x) = log5(x3) – 3
h(x) = log5(x) – x3 + 11
h(x) = log5(x) – x3 – 11