Choose all numbers that are divisible by 3: 123, 256, 891, 770
Note
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 8+9+1=18 are divisible by 3, while the others are not.
Choose all numbers that are divisible by 3: 123, 256, 891, 770
A number is divisible by 3 if the sum of its digits is divisible by 3: 1+2+3=6 and 8+9+1=18 are divisible by 3, while the others are not.