Find the smallest number of terms needed so that the error of the partial sum is less than $10^{-4}$
$$ \sum_{n=1}^\infty\frac{200(-1)^n}{75n^{0.89}+58} $$
Having trouble trying to even do this. If anyone has an example of can lead me to the final answer that would be great.
The error of the partial sum of the first $n$ terms of an alternating series is $E\leq| a_{n+1} |$. In your case, you are trying to solve $10^{-4}\geq\frac{200}{75(n+1)^{0.89}+58}$ for $n$. Just treat this like a normal inequality, until you get something like $n\geq k$, where $k$ is some number. Then, you round $k$ up to get your final result, $n=k$.