• ledtasso@lemmy.world
        link
        fedilink
        arrow-up
        16
        ·
        edit-2
        9 months ago

        This one has always bothered me a bit because …999999 is the same as infinity, so when you’re “proving” this, you’re doing math using infinity as a real number which we all know it’s not.

        • Snazz@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          9 months ago

          You can also prove it a different way if you allow the use of the formula for finding the limit of the sum of a geometric series on a non-convergent series.

          Sum(ar^n, n=0, inf) = a/(1-r)

          So,

          …999999

          = 9 + 90 + 900 + 9000…

          = 9x10^0 + 9x10^1 + 9x10^2 + 9x10^3…

          = Sum(9x10^n, n=0, inf)

          = 9/(1-10)

          = -1