Generally, what are the rules for simplifying answers?
I had this question:
Given $f(x) = \frac{1}{x}$, evaluate $\frac{f(x) - f(a)}{x-a}$.
Why is the following a bad answer:
$$\frac{\frac{1}{x} - \frac{1}{a}}{x-a}$$
The better answer is:
$$\frac{-1}{xa}$$
Why is this? Is it generally just bad to leave fractions in either the numerator or denominator? So we should try to eliminate the fraction in the numerator by solving the equation first on the top by using a common denominator?
"Is it generally just bad to leave fractions in either the numerator or denominator?"
Yes, exactly. Intuitively, the simplified form of an expression is supposed to be the, well, simplest form. Exactly what constitutes "fully simplified" is subjective and can vary from person to person (is $\sqrt{2}\over 2$ simpler than $1\over\sqrt{2}$?), but some things are pretty much constant across the board, one being that "fractions inside fractions" are to be avoided unless getting rid of them would add significant complexity to the expression.