Question 231924
The keys to this problem are to understand that<ul><li>Multiples of three are divisible by three.</li><li>Numbers are divisible by three if the sum of the digits of the number is divisible by three. For example, 104,652 is divisible by three becuase the digits add up to 18 (1+0+4+6+5+2 = 18) which is divisible by three.</li></ul>
So we a looking for numbers less than 1000 whose digits are 2, 5 or 9 and whose digits add up to a number divisible be 3.
<ul><li>One digit numbers: 9:</li><li>Two digit numbers: 99</li><li>Three digit numbers: 222, 555, 999, 225, 252, 522</li></ul>
I don't think there are any others.