Select all numbers from the list that are divisible by 3.
Note
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 5+6+7=18, so 123 and 567 are divisible by 3.
Select all numbers from the list that are divisible by 3.
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 5+6+7=18, so 123 and 567 are divisible by 3.