Question 620548: Find the largest 5-digit palindrome that is divisoble by 101.
Found 3 solutions by Alan3354, solver91311, richard1234: Answer by Alan3354(69443) (Show Source): Answer by solver91311(24713) (Show Source): Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! Suppose our palindrome is abcba, where a,b,c are digits, and
1010b is already divisible by 101, so we can say that the above expression is equivalent to
Modulo 101, and . Therefore,
. Optimize and let a = 4, c = 8. Our choice of b doesn't matter, because 1010 is already 0 mod 101. Therefore, let b = 9. The largest palindrome multiple of 101 is
49894
|
|
|