• AItoothbrush@lemmy.zip
    link
    fedilink
    English
    arrow-up
    46
    ·
    7 days ago

    I mean not really cause base one would just be 111 + 111 = 111111. On the other hand if its baseless it still doesnt work cause then its 3 + 6 = 9? But with that it could just be base 10. One thing that could work is that its actually a split base 4 and 8 system where the first 3 digits of a number are base 4 and the rest are base 8 but this is a very confusing system and the opposite of what is usual. It could also be a system where 1, 2, 3 are used for whole parts of numbers and 4, 5, 6 were added when they inveneted fractions so they represent the fractional part of numbers? Thats what im gonna put my money on tho im probably ignoring something obvious.

    • abbadon420@sh.itjust.works
      link
      fedilink
      arrow-up
      28
      arrow-down
      1
      ·
      7 days ago

      I disagree with you definition of base 1. Since base 10 is 0 through 9, and base 2 is 0 and 1, therefor base 1 must be only 0.

      The real question is: How do we continue?
      What is base 0?
      Is that equal to base 1?
      Are the negative bases?

      • AItoothbrush@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        This is completely true but i kinda shortcut to a zeroless base 1, basically a counting system. Another way you could make it work is of you had a seperate numeral for each factor of 2. So 1->1, 2->2, 3->4, 4->8, etc. So 123 is just 1+10+100->111 in base 2 so 123+456=123456 is true because 7+56 is 63. Idk i think we are overcomplicating a meme but thats what the internet is for and i think this system is actually not even that cursed.

  • cally [he/they]@pawb.social
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    1
    ·
    6 days ago

    This is slop, look at the “108” in the middle. I hope you found it somewhere and didn’t realize it was AI-generated.

  • Deestan@lemmy.world
    link
    fedilink
    arrow-up
    33
    ·
    7 days ago

    Popmath youtubers: “123+456=123456 😱” actual explanation depends on an obscure redefinition of numbers, + and =.

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      6 days ago

      Not exactly. In base 1 they don’t have to be in a row because the order doesn’t matter. For example, 16 could be 16 ones in a row, or 4 rows of 4 ones, 2 rows of 8, or 16 in a circle, an X, or a completely disorderly bunch.

  • howrar@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    6 days ago

    This holds when + is a group operation (concatenation) acting on the set of all possible finite strings.

  • Lasherz@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    6 days ago

    I feel like this well represents one of my first coding mistakes in VB, right before I started way overusing conversion calls

    • JasonDJ@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      6 days ago

      I asked python to do this, and it checks out…

      a = "123"
      b = "456"
      c = a + b
      print(c)
      123456
      
  • Kairos@lemmy.today
    link
    fedilink
    arrow-up
    3
    ·
    6 days ago

    Before anyone calculates this: it’s not possible in base 10 or any base because 3+6 ≠ 6