Great read! Easy for everyone to understand, but also thorough. I loved the breakdown into the calculators functionality
Memes
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.
isn't that division sign I only saw Americans use written like this (÷) means it's a fraction? so it's 6÷2, since the divisor (or what is it called in english, the bottom half of the fraction) isn't in parenthesis, so it would be foolish to put the whole 2(1+2) down there, there's no reason for that.
so it's (6/2)*(1+2) which is 3*3 = 9.
the other way around would be 6÷(2(1+2)) if the whole expression is in the divisor and than that's 1.
tho I'm not really proficient in math, I have eventually failed it in university, but if I remember my teachers correctly, this should be the way. but again, where I live, we never use the ÷ sign, only in elementary school where we divide on paper. instead we use the fraction form, and with that, these kind of seemingly ambiguous expressions doesn't exist.
written like this (÷) means it’s a fraction?
No, that means it's a division. i.e. a÷b. To indicate it's a fraction it would need to be written as (a÷b). i.e. make it a single term. Terms are separated by operators and joined by grouping symbols (such as brackets or fraction bars).
put the whole 2(1+2) down there, there’s no reason for that.
There is - it's a single bracketed term, subject to The Distributive Law. i.e. the B in BEDMAS.
Interesting that Excel sees =6/2(1+2) as an invalid formula and will not calculate it (at least on mobile). =6/2*(1+2) returns 9 because it's executing the division and multiplication left to right (6/2=3*3=9).
Google Sheets (mobile) does't like it either and returns an error. =6/2*(1+2) also returns "9".
Excel and Google are both wrong. In fact, Microsoft excels 😂in this area, with Excel, the Windows calculator, and MathSolver all getting it wrong in different ways! dotnet.social/@SmartmanApps/111164851485070719