Wolfram alpha is giving inconsistent results to this problem:
When I enter:
16÷2( 8-3(4-2) )+1 the result is 17.
When I enter:
16÷2[ 8-3(4-2) ]+1 the result is 5.
and
16÷2*[ 8-3(4-2) ]+1 brings us back to 17.
I attribute the third case to the explicit multiplication, meaning the division occurs before the 2 is distributed over the bracket. But should the first two not yield the same result?
NOTE: The original problem was intentionally ambiguous, with the purpose of showing the dangers of the ÷ operator, so let's not talk about that.