(6+6) / 4 + !
First, we need to evaluate the expression inside the parentheses:
6 + 6 = 12
Next, we divide the result by 4:
12 / 4 = 3
Lastly, we have to find the factorial of the previous result using the "!" operator:
3! = 3 * 2 * 1 = 6
So, the final result is 6.
(6+6) / 4+!
show your work
1 answer