#Palindrome problem
6 messages · Page 1 of 1 (latest)
<@&286206848099549185>
Me personally I’d just factor and “casework”. I think it’s easier that way and I don’t think you’d be able to go towards the answer with your approach
(Like after you get to the expansion just simplify the equation to some number times a + some other number times c == 0 mod 13 since the b term cancels out as you previously stated and then it gets easier)
If you want the answer it’s ||none as the question asks for 3 distinct integers but the a must = c for divisibility by 13 as seen from our equation a + 12c == 0 mod 13 -> a - c == 0 mod 13 -> a == c mod 13 and since they are digits, a = c||