Select all the numbers from the list that are divisible by 9: 81, 234, 567, 725.
Note
A number is divisible by 9 if the sum of its digits is divisible by 9: 81 (8+1=9), 234 (2+3+4=9), 567 (5+6+7=18) are divisible, while 725 (7+2+5=14) is not.
Select all the numbers from the list that are divisible by 9: 81, 234, 567, 725.
A number is divisible by 9 if the sum of its digits is divisible by 9: 81 (8+1=9), 234 (2+3+4=9), 567 (5+6+7=18) are divisible, while 725 (7+2+5=14) is not.