Floating Among Stars

1.5M ratings
277k ratings

See, that’s what the app is perfect for.

Sounds perfect Wahhhh, I don’t wanna
fancy-feast-official
dajo42

5001 being divisible by 3 doesnt feel right

dajo42

image
image
shinyhappygoth

Shortcuts to determine if an integer is divisible by:

  1. This is a given.
  2. If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
  3. If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
  4. Like the rule for 2, but check if the last two digits are divisible by 4.
  5. If it ends in 5 or 0.
  6. If the rules for both 2 and 3 apply.
  7. No shortcut. Alas.
  8. Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
  9. Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
  10. If it ends in 0.
fancy-feast-official
dduane

PSA.

I think my W11 machine has already had this update (must check when I get up) and is Ok. But others seem not to have been so lucky. This article details a temporary fix.