• Sonotsugipaa
    link
    fedilink
    English
    25 months ago

    Nope, went through “(6 × 5) + 6”. Slightly slower, but much more flexible since you can do that with any (base 10 representation of a) number that has a reasonable number of digits.

    • LainTrain
      link
      fedilink
      15 months ago

      What? How is multiplying by 5 more convenient than any other number?

      • Sonotsugipaa
        link
        fedilink
        English
        4
        edit-2
        5 months ago

        When dealing with base 10 representations, multiplying by 10 is a simple matter of adding zeroes;
        dividing numbers that end with a zero by two is (usually) an afterthought;
        doing both operations in that sequence is (usually) equally trivial, the only effortful thing I have to do is adding or subtracting a multiplicand, once or twice or thrice.

        It’s not easier than having the result imprinted in my memory, but it cuts away ~ three quarters of the table.