this post was submitted on 12 Dec 2023
848 points (96.4% liked)
Memes
45608 readers
776 users here now
Rules:
- Be civil and nice.
- 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not ambiguous at all. By the definition of Terms - ab=(axb) - a/bc is 2 terms and a/bxc is 3 terms. If we were to write it in fraction form (to illustrate the difference), in the former c is in the denominator, but in the latter it's in the numerator, hence a different answer. dotnet.social/@SmartmanApps/110846452267056791
It applies to operators, or more precisely division. When doing the divisions, you have to do them left-to-right, but other than that each of the operators can be done in any order. i.e. it doesn't matter what order you do the multiplications in, as long as you do them before the additions and subtractions. Unfortunately I've seen many people misremember left-to-right as an overarching rule, rather than only applying to division.