I have the following series $\displaystyle \sum_{n=1}^\infty\frac{(-1)^nn}{5^n}$ which I have to estimate to within 0.0001.
But I don't know how to solve the inequality $\displaystyle \frac n{5^n}<0.0001$ to get $n$. Is this right? If so, how do I proceed?
$\frac n{5^n}<0.0001$ is the correct inequality to set up, and the smallest admissible value of $n$ will be the final one required to estimate the alternating sum to within the specified tolerance.
Noting that $0.0001=10^{-4}=\frac{5^{-4}}{16}$, we may rearrange the inequality: $$16n<5^{n-4}$$ and then test values of $n$ from 4 upwards until the inequality is satisfied. In this case, the smallest such $n$ is 7; the estimated sum then works out to be $-0.1389056$. (The exact infinite sum is $-\frac5{36}=-0.13\overline8$.)