Let N=¯abc be a three-digit integer with distinct digits a, b, and c. What is the largest possible integer N such that, when N is cubed, the resulting integer ends with the same three digits as N?
Here is what I did:
I know that N3≡N(mod1000). That means that N3−N≡0(mod1000) or N(N−1)(N+1)≡0(mod1000). However, I don't know how to quickly find numbers that fit the properties without brute force. What do I do?
No comments:
Post a Comment