OK, let's say you want to make a geometric series converge to x where we require 0 < x <, and where we want a series in the form \sum a^n where |a| < 1. Now, we know (or at least some of us know, I don't know if you have covered this) that
<br />
\sum a^n = \frac{1}{1-a}<br />
OK, so let's try this:
<br />
\frac{1}{1-a} = \frac{1}{x}<br />
And let's solve for a:
<br />
a = 1 - x<br />
Since |x| < 1 we have that |1-x| < 1, so this is a valid a. Now we have this series:
<br />
\sum a^n = \sum (1-x)^n = \frac{1}{1-(1-x)} = \frac{1}{x}<br />
Now, this isn't x. So, let's take r = x^2. Now, we know that
<br />
\sum ra^n = \frac{r}{1-a}<br />
So, let's take r = x^2 so that we have:
<br />
\sum ra^n = \sum x^2(1-x)^n = \frac{x^2}{1-(1-x)} = x<br />
So, unless I screwed up somewhere, this is a series that converges to and x such that 0 < x < 1. Now, do you see how you can take this method and adjust it by adding a term and/or multiplying the series by a constant that will cause it to converge to any given value?
NOTE: I think most standard texts reverse the roles r and a from the way that I have done it. I always forget the formula, though, and end up having to re-derive it, so my apologies if this causes any confusion, but you should still be able to follow what I have written (at least, that transposition of r and a shouldn't keep you from understanding).