• kameecoding@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    3 days ago

    For me it’s the arguments when there is a parentheses but no operator (otherwise known as implied multiplication) in these baits e.g. 15 + 2(4 - 2)

    If you don’t know operator orders I have given up long ago, but I have seen a few lengthy discussions about this

    • Mistic@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      3 days ago

      Oh yeah, that’s a fun one.

      Where I live, this would be considered juxtaposition, at least by uni professors and scientific community, so 2(4-2) isn’t the same as 2×(4-2), even though on their own they’re equal.

      This way, equations such as 15/2(4-2) end up with a definite solution.

      So,

      15/2(4-2) = 3.75

      While

      15/2×(4-2) = 15

      Usually, however, it is obvious even without assuming juxtaposition because you can look at previous operations. Not to mention that it’s most common with variables (Eg. “2x/3y”).