The 9 rule works for 3 too The 6 rule is if (divisible by 3 and divisible by 2)
Comment on And 299999999 is divisible by 13
darkpanda@lemmy.ca 1 week agoIf all of the digits summed recursively reduce to a 9, then the number is divisible by 9 and also by 3.
If the difference between the sums of alternating sets digits in a number is divisible by 11, then the number itself is divisible by 11.
That’s all I can remember, but yay for math right?
levzzz@lemmy.world 1 week ago
TwilightKiddy@programming.dev 1 week ago
Well, on the side of easy ones there is “if the last digit is divisible by 2, whole number is divisible by 2”. Also works for 5. And if you take last 2 digits, it works for 4. And the legendary “if it ends with 0, it’s divisible by 10”.
darkpanda@lemmy.ca 1 week ago
There’s also the classic “no three positive integers a, b, and c to satisfy a**n + b**n = c**n for values of n greater than 2“ trick but my proof is to large to fit in this comment.
JamesStallion@sh.itjust.works 1 week ago
Fucking lol
Scubus@sh.itjust.works 1 week ago
Its never divisible by zero, and its always divisible by one
wicked@programming.dev 1 week ago
Never say never. 1/0 = 0
LordTrychon@startrek.website 1 week ago
Interesting read. Thank you.