to what number should be expression (((15/5)*2)*4-2+6) evulate

a)48
b)28
c)4
d)1
I think the answer is( b)

Just work your way from inside out:

(((15/5)*2)*4-2+6)
((3*2)*4-2+6)
(6*4-2+6)
24-2+6
22+6
28

We have a winner!

thank you :))))

To evaluate the expression (((15/5)*2)*4-2+6), follow the order of operations (PEMDAS/BODMAS):

1. Begin by simplifying within parentheses:
((15/5)*2)*4 = (3*2)*4 = 6*4 = 24

2. Next, perform multiplication and division from left to right:
24 - 2 + 6 = 22 + 6 = 28

So, the expression evaluates to 28. Therefore, your answer, b), is correct.