SOLUTION: Palindromes are numbers that read the same backwards and forwards, like 5665. What is the least possible positive four-digit palindrome that is divisible by 3?

Algebra.Com
Question 248626: Palindromes are numbers that read the same backwards and forwards, like 5665. What is the least possible positive four-digit palindrome that is divisible by 3?
Answer by jsmallt9(3758)   (Show Source): You can put this solution on YOUR website!
Let's call the first and last digit "x" and the middle two digits "y". So our 4-digit number is in the form: xyyx. In order for this to be divisible by three, the digits must add up to a number divisible by three. So:
x+y+y+x = 2x + 2y = 2(x+y)
must be divisible by three. I wrote it in factored form because it gives us a clue to the solution. Since 2 is not divisible by 3, it must be the (x+y) which is divisible by three. And what are the two small numbers that add up to something divisible by 3? Answer: (1 and 2) or (3 and 0)

So our possible 4-digit numbers are:
1221
2112
3003
(Note: x cannot be zero or else the number would not actually be a 4-digit number). As we can see, the smallest of these is the first one: 1221.

RELATED QUESTIONS

I have before me three numeric palindromes (numbers which read the same backwards and... (answered by richwmiller,Edwin McCravy)
A palindrome is a positive integer that is the same when read forwards and backwards.For... (answered by ankor@dixie-net.com)
A palindrome is a positive integer whose digits are the same when read forwards or... (answered by solver91311)
Numbers that are palindromes read the same forward and backwards. For example, 30203 is a (answered by josmiceli)
A palindrome is a number that reads the same forwards and backwards. The sum of a... (answered by ankor@dixie-net.com)
A palindrome is a number that reads the same forwards and backwards. The sum of a... (answered by ankor@dixie-net.com)
A number that is a palindrome reads the same foward and backward. 90 three-digit... (answered by scott8148)
How many positive integers less than 1000 a) have exactly three decimal digits? b) have (answered by Alan3354)
A palindrome is an integer that reads the same forward and backwards. For example, 31213... (answered by Edwin McCravy)