To determine if a number is divisible by 3, use this simple trick:
Divisibility Rule for 3
Sum the Digits: Add all the digits of the number together.
Check the Sum: If the resulting sum is divisible by 3, then the original number is also divisible by 3.
Example
- For the number 123:
- Add the digits: .
- Check if 6 is divisible by 3: Yes, because .
So, 123 is divisible by 3.
Another Example
- For the number 456:
- Add the digits: .
- Check if 15 is divisible by 3: Yes, because .
So, 456 is divisible by 3.
This method provides a quick and effective way to check for divisibility by 3.
0 comments:
Post a Comment