Is 7^n-1 Divisible by 6 for All Non-Negative Integers n? Prove with Induction

  • Thread starter jonroberts74
  • Start date
In summary, the conversation discusses proving the formula 6|7^{n}-1 for all n greater than or equal to 0 using induction. The formula is first verified for the base case of n=0, and then the inductive step is shown using the formula for x^n - a^n. The use of induction is questioned, but it is ultimately shown to be a valid approach.
  • #1
jonroberts74
189
0
prove (induction) [tex]6|7^{n}-1; \forall n \ge 0[/tex]






P(0)

[tex]6|7^0 -1[/tex]

6|0

P(k)


[tex]6|7^k-1[/tex]


what I want to show: [tex]6|7^{k+1}-1[/tex]




I know I'll kick myself but this one isn't jumping out at me.

[tex]7 \cdot 7^k-1[/tex]

maybe something with [tex](6+1)^k(6+1)-1[/tex]
 
Physics news on Phys.org
  • #2
You undoubtly know the formulas ##x^2 - a^2 = (x-a)(x+a)## and ##x^3 - a^3 = (x-a)(a^2 + ax+ x^2)##. Do you know how it generalizes to ##x^n - a^n##?
 
  • #3
[tex]x^n−a^n=(x−a)(x^{n−1}+x^{n−2}a+x^{n−3}a^2+…+xa^{n−2}+a^{n−1})[/tex]

so

replace x with 7 and a with 1??
 
Last edited:
  • #4
jonroberts74 said:
[tex]x^n−a^n=(x−a)(x^{n−1}+x^{n−2}a+x^{n−3}a^2+…+xa^{n−2}+a^{n−1})[/tex]

so

replace x with 7 and a with 1??

Yep!
 
  • #5
[tex]7^{k+1}−1^{k+1}=(7−1)(x^{k}+7^{k−1}1+7^{k−2}1^2+…+(7)1^{k−1}+1^{k})[/tex]

I had to alter it cause its k+1, correct?
 
  • #6
jonroberts74 said:
[tex]7^{k+1}−1^{k+1}=(7−1)(x^{k}+7^{k−1}1+7^{k−2}1^2+…+(7)1^{k−1}+1^{k})[/tex]

I had to alter it cause its k+1, correct?

Sure, this is correct. Notice that you don't really need induction for this!
 
  • Like
Likes 1 person
  • #7
thanks!
 
  • #8
With induction you don't really need that long sum:
If [itex]7^k- 1[/itex] is a multiple of 6 then [itex]7^k- 1= 6m[/itex] for some integer m so that [itex]7^k= 6m+ 1[/itex].

[tex]7^{k+1}- 1= 7(7^k)- 1= 7(6m+1)- 1= 6(7m)+ 7- 1= 6(7m)+ 6= 6(7m+1)[/tex]
 
Last edited by a moderator:
  • #9
HallsofIvy said:
With induction you don't really need that long sum:
Is [itex]7^k- 1[/itex] is a multiple of 6 then [itex]7^k- 1= 6m[/itex] for some integer m so that [itex]7^k= 6m+ 1[/itex].

[tex]7^{k+1}- 1= 7(7^k)- 1= 7(6m+1)- 1= 6(7m)+ 7- 1= 6(7m)+ 6= 6(7m+1)[/tex]

Yes. If you were told to use induction this seems to be more like what they wanted you to do.
 

1. What does the equation "7^n-1 is divisible by 6" mean?

The equation means that when you raise the number 7 to any power (n) and then subtract 1 from the result, the resulting number is divisible by 6.

2. Why is this equation important in mathematics?

This equation is important because it is a prime example of how numbers and their properties can be used to solve problems and make predictions in various fields of science and mathematics.

3. Can you provide an example of how this equation is used in real life?

One example of this equation being used in real life is in computer science, specifically in the field of cryptography. The equation is used in algorithms to generate large prime numbers, which are crucial for secure encryption.

4. How can we prove that 7^n-1 is always divisible by 6?

There are a few different ways to prove this, but one way is to use mathematical induction. We can show that the equation is true for n=1, and then assume it is true for n=k and use that assumption to prove it is also true for n=k+1. This will show that the equation holds true for all values of n.

5. Are there similar equations for other numbers besides 7 and 6?

Yes, there are similar equations for other numbers. For example, "3^n-1 is divisible by 2" or "5^n-1 is divisible by 4". These types of equations, where a number raised to a power minus 1 is divisible by another number, are known as "divisibility rules" and can be found for many different numbers.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
544
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
795
  • Precalculus Mathematics Homework Help
Replies
1
Views
772
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
23
Views
1K
Back
Top