Interesting number theory question

AI Thread Summary
The discussion centers on determining the natural numbers n for which (10^n) - 1 is divisible by 73. It is established that n must be a multiple of 8, particularly noting that n works for powers of two greater than 8. The application of Fermat's Little Theorem indicates that n = 72 is valid, leading to further exploration of other multiples like 24 and 40. The greatest common divisor (gcd) calculations reinforce that multiples of 8 satisfy the divisibility condition. The conclusion is that any natural number n that is a multiple of 8 will ensure (10^n) - 1 is divisible by 73.
lugita15
Messages
1,553
Reaction score
15

Homework Statement


For what natural numbers n is (10^n)-1 divisible by 73?


Homework Equations


N/A


The Attempt at a Solution


I have already found that it holds when n is a power of two greater than 8. (That means when n is great than 8, not the eigth power of 2)
What other natural numbers n satisfy the above condition?
 
Physics news on Phys.org
How about 24,40,48 etc?
 
Not sure how I got there but I think I have the right answer... thought it could be trivialized by Fermat's Little Theorem.

10^{\phi(73)} \equiv 1 (mod 73)
since 73 is prime
\phi(73) = 72

So n=72 works... But Dick commented about numbers less then 72 so I figured it couldn't be that... I took the gcd(72,24) got 24, gcd(72,40) got 8, gcd(72,48) got 24. Then I took the gcd(24,8) and got 8, so it's every multiple of 8 -- and that worked but not really not sure maybe someone else can make sense of it...
 
Once you have 10^8(mod 73)=1 the rest is pretty much a foregone conclusion.
 
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...

Similar threads

Back
Top