this post was submitted on 31 May 2025
201 points (90.0% liked)

Technology

73698 readers
4480 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HereIAm@lemmy.world 11 points 2 months ago (41 children)

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) ๐Ÿ˜„

[โ€“] vithigar@lemmy.ca 6 points 2 months ago (35 children)

The same priority operations can be done in any order without affecting the result, that's why they can be same priority and don't need an explicit order.

6 ร— 4 รท 2 ร— 3 รท 9 evaluates the same regardless of order. Can you provide a counter example?

[โ€“] Robust_Mirror@aussie.zone 3 points 2 months ago (1 children)

Another person already replied using your equation, but I felt the need to reply with a simpler one as well that shows it:

9-1+3=?

Subtraction first:
8+3=11

Addition first:
9-4=5

Addition first: 9-4=5

Nope. Addition first is 9+3-1=12-1=11. You did 9-(1+3), incorrectly adding brackets and changing the answer (thus a wrong answer)

load more comments (33 replies)
load more comments (38 replies)