How to solve $a÷b(c+d)$?
For example, $2÷4(8+16)$.
Is it $($$\frac{2}{4}$$)(8+16)$ = $\frac{1}{2}$(8+16) = $\frac{1}{2}$(24) = 12?
or $\frac{2}{4(8+16)}$ = $\frac{2}{4*24}$ = $\frac{2}{96}$ = $\frac{1}{48}$?
Which one is the right one?
How to solve $a÷b(c+d)$?
For example, $2÷4(8+16)$.
Is it $($$\frac{2}{4}$$)(8+16)$ = $\frac{1}{2}$(8+16) = $\frac{1}{2}$(24) = 12?
or $\frac{2}{4(8+16)}$ = $\frac{2}{4*24}$ = $\frac{2}{96}$ = $\frac{1}{48}$?
Which one is the right one?
I'd argue that a better solution is to ask the person who wrote this expression down to re-write it in a more clear manner.
The purpose of notation (and implicitly, the order of operations rules people talk about) is not to torture and confuse students, but to communicate information successfully from one person to another. Expressions like $$ a \div b (c + d) $$ are technically unambiguous if we have all agreed on the order of operations beforehand. However, they aren't very clear (and hence are in practice ambiguous) and so a better solution is to either add more brackets before you write it down, or to write it as either $$ \frac{a}{b(c + d)} $$ or $$ \frac{a}{b}(c + d) $$ depending on which of those two is actually meant.
Written mathematics shouldn't be a guessing game for the reader. If they don't know what you meant due to potentially unclear notation, this isn't their fault.
They way it is written, assuming the usual order of operations, it should be $$2/4(8+16) = 2/4(24) = .5(24) = 12$$ since you do division OR multiplication from left to right, after parentheses and exponents.
Never forget your order of operations:
Parentheses
Exponentiation
Multiplication and Division
Addition and Subtraction
For the "and" lines: these operations have the same level of priority. Now you go left to right.
For example: $35 \cdot 2 / 7 \cdot 6 = 70 / 7 \cdot 6 = 10 \cdot 6 = 60$