The problem is as follows. Suppose that a baseball trading card for sale receives successive bids $$\Delta_1,\,\Delta_2,\cdots,$$ which are independent random variables with geometric distribution $$\mathbb P(\Delta=k)=0.01\cdot(0.99)^k$$ for $k=0,\,1,\cdots$. If you decide to accept any bid over \$100, how many bids on average will you receive before an acceptable bid appears.
I am not quite sure if I understand the problem or not, but that's what I think:
I should calculate the expectation value of $0$ to $100$, $$0.01\times\left[0.99+2(0.99)^2+3(0.99)^3+....+100(0.99)^{100}\right]= 0.6276.$$ But the answer is $2.73$, which is totally different. Can anyone help?