I am trying to understand what is seemingly basic arithmetic that is causing a divide amongst my colleagues
$$ 8÷2(2+2) $$
To me respecting the order of operations it would appear the answer is 16
while others say it is 1
. The latter value is coming from a colleague is quoting the distributive property having implicit brackets and thus should be 8÷2×(2+2)
.
Apologies if this is too simple of a question for this exchange.