this post was submitted on 12 Dec 2023
858 points (96.3% liked)

Memes

45158 readers
3105 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
858
6÷2(1+2) (programming.dev)
submitted 9 months ago* (last edited 9 months ago) by wischi@programming.dev to c/memes@lemmy.ml
 

https://zeta.one/viral-math/

I wrote a (very long) blog post about those viral math problems and am looking for feedback, especially from people who are not convinced that the problem is ambiguous.

It's about a 30min read so thank you in advance if you really take the time to read it, but I think it's worth it if you joined such discussions in the past, but I'm probably biased because I wrote it :)

you are viewing a single comment's thread
view the rest of the comments
[–] CarbonScored@hexbear.net 5 points 9 months ago* (last edited 9 months ago) (1 children)

A fair criticism. Though I think the hating on PEDMAS (or BODMAS as I was taught) is pretty harsh, as it very much does represent parts of the standard of reading mathematical notation when taught correctly. At least I personally was taught its true form was a vertical format:

B

O

DM

AS

I'd also say it's problematic to rely on calculators to implement or demonstrate standards, they do have their own issues.

But overall, hey, it's cool. The world needs more passionate criticisms of ambiguous communication turning into a massive interpration A vs interpretation B argument rather than admitting "maybe it's just ambiguous".

[–] wischi@programming.dev 3 points 9 months ago* (last edited 9 months ago) (2 children)

The problem with BODMAS is that everybody is taught to remember "BODMAS" instead of "BO-DM-AS" or "BO(DM)(AS)". If you can't remember the order of operations by heart you won't remember that "DM" and "AS" are the same priority, that's why I suggested dropping "division" and "subtraction" entirely from the mnemonic.

It's true that calculators also don't dictate a standard but they implement what conventions are typically used in practice. If a convention would be so dominating (let's say 95% vs 5%) all calculator manufacturers would just follow the 95% convention, except maybe for some very special-purpose calculators.

[–] CarbonScored@hexbear.net 3 points 9 months ago

In fairness, I did quite like the suggestion to just remove division and subtraction! One that should be taken to heart :)

[–] kogasa@programming.dev 0 points 9 months ago* (last edited 9 months ago) (1 children)

Calculators do not implement "what conventions are typically used in practice." Entering symbols one by one into a calculator is a fundamentally different process from writing them in a sentence. A basic traditional calculator will evaluate each step as you enter it, so e.g. writing 1 + 2 * 3 will print 1, then 3, then 6. It only gets one digit at a time, so it has no choice. But also, this lends itself to iterative calculation, which is inherently ordered. People using calculators get used to this order of operations specifically while using calculators, and now even some of the fancy ones that evaluate expressions use it. Others switched to the conventional order of operations.

[–] fallingcats@discuss.tchncs.de 3 points 9 months ago* (last edited 9 months ago) (1 children)

Entering symbols one by one into a calculator is a fundamentally different process from writing them in a sentence.

Citation needed.

No but seriously, why do you think it necessarily needs to be different? There are calculators that use actual fraction notation and all that

[–] kogasa@programming.dev 0 points 9 months ago

It's not that it needs to be different, it's that it is. The fact that there are calculators with fractional notation is completely irrelevant.