https://zeta.one/viral-math/

I wrote a (very long) blog post about those viral math problems and am looking for feedback, especially from people who are not convinced that the problem is ambiguous.

It’s about a 30min read so thank you in advance if you really take the time to read it, but I think it’s worth it if you joined such discussions in the past, but I’m probably biased because I wrote it :)

  • atomicorange@lemmy.world
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    1 year ago

    Great write up! The answer is use parentheses or fractions and stop wasting everyone’s time 😅

    • wischiOP
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      That’s actually a great way of putting it 🤣

      • LemmysMum@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Funny how using parentheses gets you the same answer as if implicit multiplication doesn’t have a higher order… It’s almost like considering implicit multiplication as having an advanced order is an invalid assumption to make when looking at a maths equation.

        Edit: I’m wrong, read below.

        • Kogasa
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          It’s not invalid or even uncommon. It’s just not necessarily correct. Implicit multiplication can be used intentionally to differentiate from explicit multiplication and context can suggest there is a difference in priority. For example, a/bc is likely to be read as a/(bc) because the alternative could be written less ambiguously as ac/b. If I wanted to convey to you that multiplication is associative, I might say ab*c = a*bc, and you’d probably infer that I’m communicating something about the order of operations. But relying on context like this is bad practice, so we always prefer to use parentheses to make it explicit.