Use order of operations to sovle the expression 20 ÷ (4 - (10-2^3))

First, solve for the exponent within the parentheses:

2^3 = 8

Now, plug the value back into the expression and solve it according to the order of operations:

20 ÷ (4 - (10 - 8))
20 ÷ (4 - 2)
20 ÷ 2
10

Therefore, the solution to the expression 20 ÷ (4 - (10-2^3)) is 10.