State whether statement is true (T) or false (F) :
If the sum of the digits of a number is divisible by 3, then the number itself is divisible by 9.
False
Example: 33 is divisible by 3. Here the sum of digits 3+3 =6 is divisible by 3. But 33 is not divisible by 3.