Explain the method of mathematical induction, and use it to prove that
xn - 1 is divisibe by x - 1
-------------------------------------------
when n = 0,
xn - 1 =0 which is divisible by x-1
Assume true for n=k and prove true for n=k+1
xk -1 = M(x-1)
xk+1 - 1 is divisble by x-1
=xk . x -1
=[M(x-1) + 1]x -1
=(Mx-M +1)x - 1
=Mx2-Mx + x -1
=Mx(x-1) +1(x-1)
=(x-1)(Mx+1) which is divisble by x-1
--------------------------------------------------------------------------------
a)Is this method correct?
b)book has HINT : xk+1 -1 = x(xk -1) + (x-1)
--------------------------------------------------------------------------------------------------------
Another one.
Prove the following by mathematical induction, for integers n>= 1 [greater than or equal to]
If Tn+1 = 2Tn + 1 and T1 =1, then Tn = 2n - 1
xn - 1 is divisibe by x - 1
-------------------------------------------
when n = 0,
xn - 1 =0 which is divisible by x-1
Assume true for n=k and prove true for n=k+1
xk -1 = M(x-1)
xk+1 - 1 is divisble by x-1
=xk . x -1
=[M(x-1) + 1]x -1
=(Mx-M +1)x - 1
=Mx2-Mx + x -1
=Mx(x-1) +1(x-1)
=(x-1)(Mx+1) which is divisble by x-1
--------------------------------------------------------------------------------
a)Is this method correct?
b)book has HINT : xk+1 -1 = x(xk -1) + (x-1)
--------------------------------------------------------------------------------------------------------
Another one.
Prove the following by mathematical induction, for integers n>= 1 [greater than or equal to]
If Tn+1 = 2Tn + 1 and T1 =1, then Tn = 2n - 1
Last edited: