Prove that it is divisible by 8.

  • Thread starter Thread starter Michael_Light
  • Start date Start date
AI Thread Summary
To prove that 9n - 1 is divisible by 8 for positive integers n, the discussion suggests using mathematical induction. It highlights the importance of understanding modular arithmetic, specifically how powers of 9 behave under modulo 8. Participants are encouraged to analyze the results of multiplying by 9 and how they relate to the divisibility by 8. The conversation emphasizes breaking down the expression 9^(n+1) - 1 in relation to 9^n - 1 to facilitate the proof. Overall, the thread focuses on leveraging induction and modular concepts to establish the divisibility claim.
Michael_Light
Messages
112
Reaction score
0

Homework Statement



Prove 9n-1 is divisible by 8 such that n is positive integer.

Homework Equations





The Attempt at a Solution



It looks simple and i tried to apply everything i know but yet i can't prove it. Any hints?
 
Physics news on Phys.org
Do you know modular (clock) arithmetic? What is 9 modulo 8? What about 92? What happens each time you multiply by another factor of 9?

(If you aren't familiar with this device, think about a clock with "hours" from 0 to 7 [eight positions]. Start at "0" and count 9 "hours" forward; where do you end up? What happens for multiples of 9? Where is 92? What happens with higher powers of 9?

Also, where are all multiples of 8 located on the clock?)
 
Last edited:
Michael_Light said:

Homework Statement



Prove 9n-1 is divisible by 8 such that n is positive integer.

Homework Equations


The Attempt at a Solution



It looks simple and i tried to apply everything i know but yet i can't prove it. Any hints?

Hi Michael. It's very easy if you use induction.

Consider how you could write (9^{n+1} - 1) in terms of (9^n-1).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top