this post was submitted on 03 Dec 2023
420 points (99.8% liked)

196

16327 readers
2615 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] nightwatch_admin@feddit.nl 5 points 10 months ago (1 children)

In PEMDAS M does not get priority over D so the equation has to be executed in order: 8/2=4, 4*4=16. You would be correct if all PEMDAS were a priority list., but it is not.

[โ€“] SmartmanApps@programming.dev 1 points 6 months ago

M does not get priority over D

And M refers literally to multiplication signs, of which there are none, and Brackets has priority over everything.

8/2(2+2) =8/(2x2+2x2) =8/8 =1