Select all the numbers divisible by 9 from the list: 234, 243, 256, 270
Note
A number is divisible by 9 if the sum of its digits is divisible by 9: 234 → 2+3+4=9, 243 → 2+4+3=9, 270 → 2+7+0=9; but 256 → 2+5+6=13, so it is not.
Select all the numbers divisible by 9 from the list: 234, 243, 256, 270
A number is divisible by 9 if the sum of its digits is divisible by 9: 234 → 2+3+4=9, 243 → 2+4+3=9, 270 → 2+7+0=9; but 256 → 2+5+6=13, so it is not.