Comment on A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E
AbouBenAdhem@lemmy.world 2 weeks agoIf it helps to conceptualize, you can always replace inverse operations with their equivalents:
a - b
= a + -b
= a + (-1*b)
and
a / b
= a * b^-1^
= a * (1/b)