THIS IS NOT HARD. Here's how you solve this any similar questions
We are given the function \(f(x) = x - \frac{1}{x}\)
We are then asked what does the function spit out when you input a certain value - in this case \(\frac{1}{x}\)
We can do just that
\(f(\frac{1}{x}) = \frac{1}{(1/x)}\)
Simplifies to \(\frac{1}{x}- x\)
then to \(\frac{1}{x} -\frac{x^2}{x}\)
then finally to \(\frac{(1-x^2)}{x}\)
Now, what happens if you simplify the original function f(x)?
\(f(x) = x - \frac{1}{x}\)
\(= \frac{(x^2 -1)}{x}\)
Don't you see that if we substitute \(-1\) out of \(f(1/x)\) i.e. \(\frac{(1-x^2)}{x}\) we get f(x) or \(= \frac{(x^2 -1)}{x}\)?
The trick with these questions is to see that the answer is some sort of different input that would produce a similar result
Look for the answer choice that would be the most likely contender. This is of course f(-x)
\(f(-x) = -x \frac{-1}{-x}\)
\(f(-x) = \frac{-x^2}{x} + \frac{1}{x}\)
\(f(-x) = \frac{(1-x^2)}{x}\)
Therefore\(f(-x) = f(1/x)\)