on a lighter note...

IMG_4914.png
 
And the correct answer is....

View attachment 678114
They're both wrong - the answer is 12.

The commutative property + Order of operations + disambiguation results in

6 + 6 + (6 x 6 x 0)

PS C:\WINDOWS\system32> 6 + 6 + 6 * 6 * 0
12

Python, C++, Java, C# - all yield the same result.

you could sort-of ignore OOO if the equation were re-written and evaluated left to right as

6 * 6 * 0 + 6 + 6

Without understanding the commutative property, you would end up with 2 different and "correct" answers.

But the commutative declares that 6 + 6 + 6 * 6 * 0 = 6 * 6 * 0 + 6 + 6. If we didn't have that property, computer programming would not work because math wouldn't work.
 
Last edited:

Forum statistics

Threads
69,137
Messages
1,540,825
Members
159,932
Latest member
DoraBivins
 

 

 

Latest posts

Latest profile posts

curt672 wrote on WoodencrossIII's profile.
just making sure my message went threw
30-06Ken wrote on ftothfadd's profile.
I'll take the Vortex scope cover you have listed in the Pay it Forward thread.

Ken [redacted]
Scott CWO wrote on mark-hunter's profile.
Hi Mark. My email is [redacted]
Selling real estate in dchum’s head
getting some work done in-between hunts!

 
Top