• Count Regal Inkwell
    link
    fedilink
    1615 hours ago

    “This is called ‘maths’. Or ‘math’ if you’re American, as they’re only allowed to have one. Due to… I don’t know budget cuts or something”. — ASHEN, Stuart

  • *Tagger*
    link
    fedilink
    1102 days ago

    51 has to be the non-prime number that feels the most prime

  • Nougat
    link
    fedilink
    422 days ago

    51 --> 5+1 = 6, 6 is divisible by 3. This means that 51 is divisible by 3.

    60 is divisible by 3, 60/3 = 20.

    51 is 9 less than 60. 9 is divisible by 3. 9/3 = 3.

    20 - 3 = 17.

    • @[email protected]
      link
      fedilink
      English
      17
      edit-2
      2 days ago

      Only way I managed it to make sense is:

      17 is 10 and 7

      10 * 3 = 30

      7 * 3 = 21

      30 + 21 = 51

      Phuu air. I can breath again. Don’t do this to me.

      • @[email protected]
        link
        fedilink
        21 day ago

        This is how I see it, 30 + 21, doesn’t come up that often obviously, but also we don’t have to love every composite number. In fact, we hates most of them. Add 51 to the pile.

      • @[email protected]
        link
        fedilink
        372 days ago

        Yep. If the sun of the numbers is divisible by 3, the number is divisible by three.

        Works great for 6 too, as if it’s divisible by 3 and even, the number is divisible by 6.

        And 9 is the same thing, but the sum has to be divisible by 9 (e.g. 12384 is divisible by 9 because the sum of the digits is 18, which is divisible by 9)

        There’s also good rules for 4 and 8 as well. If the last 2 digits are divisible by 4, the whole number is (e.g. 127924 is divisible by 4 because 24 is) and if the last 3 numbers are divisible by 8, the whole number is (e.g. 12709832 is divisible by 8 because 832 is.)

        • @[email protected]
          link
          fedilink
          82 days ago

          You just casually dropping in that 832 is divisible by 8 makes me feel as if there’s a small gap in our abilities to do mental math

          • @[email protected]
            link
            fedilink
            92 days ago

            832 is 800 + 32

            800 is obviously divisible by 8, so it can also be negated like the first few digits. 32 is also divisible by 8.

            • @[email protected]
              link
              fedilink
              3
              edit-2
              2 days ago

              This is insane stuff. 13 is truly mesmerizing. Although I don’t think I’m sharp enough for the proofs. Even the divisibility by 2 proof looks hellish.

          • @[email protected]
            link
            fedilink
            22 days ago

            I have discovered a truly marvelous demonstration of this proposition that this comment section is too narrow to contain.

          • Hjalmar
            link
            fedilink
            22 days ago

            Il do it for disability by three and a three digit numbers with the digits a, b and c. The value of that number then is 100a + 10b + c. They concept is the same for nine.

            100a + 10b + a mod 3 =
            a + b + a
            

            This means that, mod 3, a three digit number is equivalent to the sum of it’s digits and therefore preserves disability by 3.

  • @[email protected]
    link
    fedilink
    English
    332 days ago

    What blew my mind is this. What is the sum of the infinite series

    1, -1, 1, -1, ...

    One answer is to look at it like this:

    (1 - 1) + (1 - 1) + ... = 0

    Another answer is to look at it like this:

    1 + (-1 + 1) + (-1 + 1) + ... = 1

    But then it gets weirder. What if you add two of the series together like so:

    1 + -1 + 1 + -1 + ...

    ____ 1 + -1 + 1 + ...

    (Please ignore the underscores. They’re just there because otherwise Lemmy messes up the whitespace.)

    All the terms cancel out except that first 1 again. But this time it’s the sum of two of these series, which means that the sum of one series is 0.5 and somehow not an integer.

    The correct answer is that you’re not allowed to add up infinite series like this so that’s why you get contradictory results if you try.

    • @[email protected]
      link
      fedilink
      102 days ago

      You are actually allowed to add up infinite series like this.

      Only that the infinite series have to be convergent, or else you get little of value. The series in your example oscillates forever (and the oscillation distance remains constant), therefore it diverges.

      Take the infinite series 1 + 0 + 0 + 0 + ... and add it like you did:

      1 + 0 + 0 + 0 + 0 + ...
      ___ 1 + 0 + 0 + 0 + ...

      And you just get 1 + 1 + 0 + 0 + 0 + ... which is just 2 * (1 + 0 + 0 + 0 + ...)