Sign In
Use the fact that when a is divisible by b, it means that there is a natural number r such that a = b* r. Use this to write an equation from the nductive hypothesis.
See solution.
Let's begin by recalling that when a is divisible by b, it means that there is a natural number r such that a = b* r. We will use this and mathematical induction to prove that the statement below is true for all positive integers. 7^n - 1 is divisible by6.
We begin by verifying that the statement is true for n= 1. 7^1 - 1 = 7-1 = 6 Since 6 is divisible by 6, we have that the statement is true for n=1.
Next, we assume that the given statement is true for a natural number k. Inductive Hypothesis 7^k - 1 is divisible by6 Using the definition of divisibility, we have that the statement above implies that there is a natural number p such that 7^k - 1 = 6* p.