Select all numbers that are divisible by 3: 123, 256, 1,002, 1,010.
Note
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 1+0+0+2=3, so 123 and 1,002 are divisible by 3.
Select all numbers that are divisible by 3: 123, 256, 1,002, 1,010.
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 1+0+0+2=3, so 123 and 1,002 are divisible by 3.