Interesting number theory question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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
Not sure how I got there but I think I have the right answer... thought it could be trivialized by Fermat's Little Theorem.

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

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...