Good Divisibility Rule to remember:
Given any integer in which all the digits are the same (44, or 444, or 4,444)
If you have a Count of those digits that is a multiple of 3, then the number will be divisible by 3.
It’s not something that needs to be remembered, since it can be seen by applying logic.
Adding the same number several times is the definition of multiplication.
If we add 4 three times: 4 + 4 + 4 = 3(4)
If we add 4 six times: 4 + 4 + 4 + 4 + 4 + 4 = 6(4)
As long as there is a multiple of 3 being multiplied, the result of the product will be divisible by 3
Further, to determine whether any (2)^Nth Power divides evenly into an Integer, you need to look at the Last N Digits of the Number and see if (2)^N divides evenly into those Last N Digits
Thus: (2)^2 will divide evenly into a number of the last 2 digits are divisible by (2)^2 or 4
Thus: if we make the last 2 digits 4 and 4 ——-> 4 will divide evenly into the integer
And
To have the integer be divisible by 3, we need a “Multiple of 3 Count” of the Same Digit ——-> smallest number that works is 444, which is three of the same Digit 4
444 will be divisible by 4 and 3
(A) 3 digits is the minimum
Posted from my mobile device