Comment on A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E

<- View Parent
SmartmanApps@programming.dev ⁨1⁩ ⁨day⁩ ago

did addition before subtraction instead of left to right

No, what you actually did was put it inside brackets, thus changing the number of terms. Doing addition first gives the exact same answer as doing subtraction first…

subtraction first 10-1+1=9+1=10

addition first 10+1-1=11-1=10

You did 10-(1+1), hence the wrong answer. It doesn’t matter which order you do it, though often students make mistakes with signs when they change the order, which is why we teach to do left to right.

source
Sort:hotnewtop