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 :)

  • @[email protected]
    link
    fedilink
    27 months ago

    if it was 6÷2x(2+1) they suggested do division and mult from left to right, but 6÷2(2+1) implied a relationship between the number outside the parenthesis and inside them, and as soon as you broke those () you had to do the multiplication immediately that is connected to them. Like some models of calculatora do. wasn’t till a few yeara ago that I heard people were doing it differently.

    • if it was 6÷2x(2+1) they suggested do division and mult from left to right, but 6÷2(2+1)

      Correct! Terms are separated by operators and joined by grouping symbols, so 6÷2x(2+1) is 3 terms - 6, 2, and (2+1) - whereas 6÷2(2+1) is 2 terms - 6 and 2(2+1), and the latter term has a precedence of “brackets”, NOT “multiplication”. Multiplication refers literally to multiplication signs, which are only present in your first example (hence evaluated with a different order than your second example).

      Also noted that the OP has ignored your comment, seeing as how you pointed out the unambiguous way to do it.