Comment Re:Must be a rounding error... (Score 1) 39
I better clarify:
(MBA + AI) - AI
= (MBA + AI) + (-AI)
= MBA + [AI + (-AI)]
= MBA + 0
= MBA
Note that the associative property is not applied to the subtraction operation here.
I better clarify:
(MBA + AI) - AI
= (MBA + AI) + (-AI)
= MBA + [AI + (-AI)]
= MBA + 0
= MBA
Note that the associative property is not applied to the subtraction operation here.
False. The only operation involved here is addition because the subtraction operation is defined as adding to something the additive inverse of something else. Hence, the OP correctly applied the AP.
Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.