this post was submitted on 12 Dec 2023
858 points (96.4% liked)
Memes
45587 readers
1458 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
Interesting, I didn't know about strong implicit multiplication. So I would have said the result is 9. All along my studies in France, up to my physics courses at University, all my teachers used weak implicit multiplication. Could be it's the norm in France, or they only use it in math studies at University.
In a scientific context it's actually very rare to run into that issue because divisions are mostly written as fractions which will completely mitigate the issue.
The strong implicit multiplication will only cause ambiguity after a division with inline notation. Once you use fractions the ambiguity vanishes.
In practice you also rarely see implicit multiplications between numbers but mostly between variables or variables and their coefficients.
Def not a math major (BS/PharmD), but your explanation was like seeing through a visual illusion for the first time! lol
I was always taught PEMDAS growing up, and that the MD and the AS was read left to right in an equation like above. But stating the division as a fraction completely changes my mind now about how this calculation works. I think what would happen in a calculation I use every day if the former was used.
Example: Cockcroft-Gault Equation (estimation of renal function)
(140-age)(kg) / 72(SCr) vs (140-age) X kg ➗72 X SCr
In the first eq (correct one) an 80yo patient who weighs 65kg and has an SCr ~ 1.5 = 36.11
In the latter it = 81.25 (waaay too high for an 80yo lol)
edit: calculation variable
But division and fraction aren't the same thing - the former separates terms, the latter is a single term.
The different answers for these two isn't because of / vs ➗, but because in the second one you have added extra multiplications in, thus breaking up some of the terms, and SCr has consequently been flipped from being in the denominator to being in the numerator. i.e. AK/72Scr vs. AK/72xSCr.