The question is to prove (or disprove) by mathematical induction the following statement:
For $ n, a, r, \in \mathbb Z,$ and $n, a, r \in Z_{>0},$ and $r ≥ 2$ $$S(n) = \sum_{i=0}^n ar^{i-1} = an$$
The sample answer given by the book is this
$$S(2) = \sum_{i=0}^2 ar^{i-1} = a + ar = a(r+1)$$ $$≥ 3a\ (\text{ because }\ r≥2)$$ $$> 2a,\ S(2)\text{ is not true }$$
I don't understand how $S(2) = a + ar = a(r + 1)$?
Shouldn't it be $S(2) = a(2)$?
a + ar = a(r+1)come from? – Chan Jing Hong Jul 16 '17 at 10:46