-24
A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E
(self.showerthoughts)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
Are you assuming all addition operations come before all subtraction operations, regardless of order?
Are you trying to tell me that using the order of operations addition is not done before subtraction?
The standard order of operations is
The operations on each row are equivalent, and are executed from left to right.
Thanks for being helpful. I am not sure how I mixed that up but for some reason in my head I was thinking "Do Addition then (should read "and") Subtraction in order from left to right". This is why it is a shower thought and why I am brushing up on my math. haha
If it helps to conceptualize, you can always replace subtraction and division with these equivalents without affecting the order:
a - b
= a + -b
= a + (-1*b)
and
a / b
= a * b^-1^
= a * (1/b)