Use order of operations to sovle the expression

20 ÷ (4 - (10-2^3))

a
0
b
10
c
6.67
d
3

To solve the expression using order of operations, we should start by solving any operations inside parentheses first:

2^3 = 8
So, the expression becomes: 20 ÷ (4 - (10-8))
10-8 = 2
20 ÷ (4 - 2)

Now, we perform the subtraction inside the parentheses:
4 - 2 = 2
So, the expression becomes: 20 ÷ 2

Finally, we divide 20 by 2:
20 ÷ 2 = 10

Therefore, the answer is b) 10.