dtl42
- 118
- 0
Homework Statement
Prove by Induction that x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)
Homework Equations
None? I need to prove x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) by assuming this is true: x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)
The Attempt at a Solution
x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) - I tried substituting in the x^{k} term, and expanding x*x^{k}-1, but it failed.