Thread
:
(x^k) - 1 = (x - 1)*(x^(k-1) + x^(k-2) + ... + x + 1)
View Single Post
Feb9-12, 10:33 PM
#
3
Dickfore
Use mathematical induction:
[tex]
x^{k+1} - 1 = (x^{k+1} - x^k) + (x^k - 1) = (x - 1) x^k +(x^k - 1)
[/tex]