this post was submitted on 31 May 2025
215 points (90.3% liked)

Technology

71991 readers
3125 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
[–] AnotherPenguin@programming.dev 1 points 3 weeks ago (1 children)

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.

[–] SmartmanApps@programming.dev 0 points 1 day ago* (last edited 1 day ago)

Another common issue is thinking “parentheses go first”

There's no "think" - it's an absolute rule.

then beginning by solving the operation beside them

a(b) isn't an operation - it's a Product. a(b)=(axb) per The Distributive Law.

(mostly multiplication)

NOT Multiplication, a Product/Term.

The point being that what’s inside the parentheses goes first, not what’s beside them

Nope, it's the WHOLE Bracketed Term. a/bxc=ac/b, but a/b( c )=a/(bxc). Inside is only a "rule" in Elementary School, when there isn't ANYTHING next to them (students aren't taught this until High School, in Algebra), and it's not even really a rule then, it's just that there isn't anything ELSE involved in the Brackets step than what is inside (since they're never given anything on the outside).