Answer:
Below.
Step-by-step explanation:
To prove this for mathematical induction, we will need to prove:
Part 1) That [tex]7^n-1[/tex] is a multiple of 6 for n=1.
Part 2) That, if by assuming [tex]7^{n}-1[/tex] is a multiple of 6, then showing [tex]7^{n+1}-1[/tex] is a multiple of 6.
----------------------------------------------------------------------------------------------
Part 1) If n=1, we have [tex]7^n-1=7^1-1=7-1=6[/tex] where 6 is a multiple of 6 since 6 times 1 is 6.
Part 2) A multiple of 6 is the product of 6 and k where k is an integer. So let's assume that there is a value k such that [tex]7^n-1=6k[/tex] for some number natural number [tex]n[/tex].
We want to show that [tex]7^{n+1}-1[/tex] is a multiple of 6.
[tex]7^{n+1}-1[/tex]
[tex]7^n7^1-1[/tex]
[tex](7)7^n-1[/tex]
[tex](7)7^{n}-7+6[/tex]
[tex]7(7^{n}-1)+6[/tex]
[tex]7(6k)+6[/tex] (this is where I applied my assumption)
[tex]6[7k+1][/tex] (factoring with the distributive property)
Since 7k+1 is an integer then 6(7k+1) means that [tex]7^{n+1}-1[/tex] is a multiple of 6.
This proves that [tex]7^n-1[/tex] is a multiple of 6 for all natural n.