Dr.Peterson
Elite Member
- Joined
- Nov 12, 2017
- Messages
- 16,850
Scratching my head on this one.
a = 4 b = -3
a – b2
I maintain that the way to solve this is
(4) – (-3)2
4 – (9)
-5
My colleague says the following is correct
(4) – (-3)2
4 + 32
13
Please let me know what is the right answer, my way or my colleague's way.
Thank you!
You didn't state how your colleague was thinking, but possibly he saw to negatives in a row and thought the cancel, as they would in 4 - (-3). The trouble here is that in between them, logically, there is a squaring, which changes the sign. Ultimately, this would be an "order of operations" issue.