$$ 7000 = \sum_{n=1}^{5} \frac{ \ 1000}{(1 + x)^n} + \sum_{n=6}^{10} \frac{\ 2000}{(1 + x)^n}. $$
I need to solve the equation above. Since it generates a $10th$ degree polynomial, the equation must be solved by some numerical method. However, I'm unfamiliar with numerical methods, so I need a little hand.