Let's keep it easy. There's 2 + all the other number who results in 15 = 17.
Someone may mistake by doing 2+5 then the rest of the operation, resulting in 21. But is wrong.
A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.

Rules
This is a science community. We use the Dawkins definition of meme.
Let's keep it easy. There's 2 + all the other number who results in 15 = 17.
Someone may mistake by doing 2+5 then the rest of the operation, resulting in 21. But is wrong.
Could also fuck up and get 51
I got some people really angry at me when I suggested writing some math expression with parenthesis so it would be clearer. I think someone told me that order of operations is like a natural law and not a convention, and thus everyone should know it or be able to figure it out.
Using parenthesis can really help if you want to simplify a term or need to rewrite something. I do that all the time because a lot of times you then can just cross stuff out fast on equations or get a common term that just has some factor instead of having a convolutet equation.
I sometimes like to add unnecessary parentheses or brackets to section things off and improve legibility, but I don't do any math stuff collaboratively, so I have no idea whether others would find that disruptive or helpful.
I got really angry because the prettier code formatter insists on removing parentheses, making things less clear. Because it's an "opinionated" formatter you can't tell it not to do that without using ugly hacks.
Sure, logically there are times when you don't need them. But, often it helps to explain what's happening in the code when you can use parentheses to group certain things. It helps in particular when you want to use "&&" and "||" to say "do X only if Y fails".
I think you can do // prettier-ignore, because I remember facing that exact situation.
I've done that, but that's ugly.
I feel like I am getting trolled
Isn't 17 the actual right answer?
Some people insist there's no "correct" order for the basic arithmetic operations. And worse, some people insist the correct order is parenthesis first, then left to right.
Both of those sets of people are wrong.
I mean, arithmetic order is just convention, not a mathematical truth. But that convention works in the way we know, yes, because that's what's.. well.. convention