this post was submitted on 12 Dec 2023
879 points (96.5% liked)
Memes
45608 readers
1090 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
And note that it doesn't work if the multiply was an addition. e.g. 6/2+3=6 but 6+3/2=7.5. Multiplication and division are both binary operators, and you can't move them around unless you also move the term to the left with it. i.e. 6/2+3=6. 3+6/2=6.
No, to the left of the 6 is an actual plus sign, but we don't write plus signs if it's at the start of an expression. +6 and x6 aren't the same thing at all (and, since x is a binary operator, you couldn't write just x6 anyway - there would have to be a term to it's left). No expression ever starts with x6.
It's not a valid notation for multiplication either - both multiplication and division are binary operators and must be written with 2 terms.