• HereIAm@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 days ago

      The issue normally with these “trick” questions is the ambiguous nature of that division sign (not so much a problem here) or people not knowing to just go left to right when all operators are of the same priority. A common mistake is to think division is prioritised above multiplication, when it actually has the same priority. Someone should have included some parenthesis in PEDMAS aka. PE(DM)(AS) 😄

      • AnotherPenguin@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 days ago

        Another common issue is thinking “parentheses go first” and then beginning by solving the operation beside them (mostly multiplication). The point being that what’s inside the parentheses goes first, not what’s beside them.