OK, let's say you want to make a geometric series converge to [itex]x[/itex] where we require [itex]0 < x <[/itex], and where we want a series in the form [itex]\sum a^n[/itex] where [itex]|a| < 1[/itex]. Now, we know (or at least some of us know, I don't know if you have covered this) that
[tex]
\sum a^n = \frac{1}{1-a}[/tex]
OK, so let's try this:
[tex]
\frac{1}{1-a} = \frac{1}{x}[/tex]
And let's solve for a:
[tex]
a = 1 - x[/tex]
Since [itex]|x| < 1[/itex] we have that [itex]|1-x| < 1[/itex], so this is a valid [itex]a[/itex]. Now we have this series:
[tex]
\sum a^n = \sum (1-x)^n = \frac{1}{1-(1-x)} = \frac{1}{x}[/tex]
Now, this isn't [itex]x[/itex]. So, let's take [itex]r = x^2[/itex]. Now, we know that
[tex]
\sum ra^n = \frac{r}{1-a}[/tex]
So, let's take [itex]r = x^2[/itex] so that we have:
[tex]
\sum ra^n = \sum x^2(1-x)^n = \frac{x^2}{1-(1-x)} = x[/tex]
So, unless I screwed up somewhere, this is a series that converges to and [itex]x[/itex] such that [itex]0 < x < 1[/itex]. 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 [itex]r[/itex] and [itex]a[/itex] 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 [itex]r[/itex] and [itex]a[/itex] shouldn't keep you from understanding).