This is problem 24 from Chapter 2 of the Sampling: Design and Analysis textbook.
In a decision theoretic approach, two functions are specified:
L(n) = Loss or “cost” of a bad estimate
C(n) = Cost of taking the sample
Suppose that for some constants $c_0$, $c_1$, and $k$,
$L(n) = kV(\bar{y}_s) = k(1 - \frac{n}{N})\frac{S^2}{n}$
$C(n) = c_o + c_1n$
What sample size n minimizes the total cost L(n) + C(n)?
So, besides $L(n)$ resembling $e =$ margin of error $= z_{a/2}\sqrt{1-\frac{n}{N}}\frac{s}{\sqrt{n}}$, and seeing that $n = \frac{C(n) - c_o}{c_1}$, I have no idea how to solve this problem.