meeklobraca
- 188
- 0
Homework Statement
1+(x+1)+(x+1)^2+(x+1)^3 + ... if lx+1l < 1
Homework Equations
Sn=a/1-r
The Attempt at a Solution
My attempt:
so I have a = x+1 and r = x+1
from there i get x+1/1-(x+1)
which is x+1/1-x-1
from there x+1/-x
multiply by the reciprocal
my solution is x^2 + x + 1 with the 1 coming from the original sequence.
What do you think?