- #1
TinaSprout
- 2
- 0
I am attempting to solve the problem to prove 6 is divisible by 7n-6 Is my logic all correct If it is, i can use it on similar problems!
Proof by induction:
Base case 6 is divisible by 71-1 True! We can continue
Step 2: Assume n=k is true, prove k+1 is true.
Since n=k is true, 6m = 7k-1
therefore, 7k = 6m+1
6 | 7k+1 -1
6 | 7 * 7k -1
6 | 7 * 6m + 1 - 1 (substitute 7k for 6m+1)
6 | 6m * 7
Any multiple of 6 must be divisible by 6.
I feel like I am mistaken somewhere, so feel free to correct me if I'm going on the wrong direction,
Thank You!
Proof by induction:
Base case 6 is divisible by 71-1 True! We can continue
Step 2: Assume n=k is true, prove k+1 is true.
Since n=k is true, 6m = 7k-1
therefore, 7k = 6m+1
6 | 7k+1 -1
6 | 7 * 7k -1
6 | 7 * 6m + 1 - 1 (substitute 7k for 6m+1)
6 | 6m * 7
Any multiple of 6 must be divisible by 6.
I feel like I am mistaken somewhere, so feel free to correct me if I'm going on the wrong direction,
Thank You!