There's a lot of people saying 'both are correct because the problem is ambiguous', but when you are faced with an ambiguous problem, you are supposed to refer to the order of operations, which guarantees only one correct answer for a simple evaluation problem like this. Now, I never needed any stupid, misleading acronyms to remember this. I just memorized it properly, and Wikipedia agrees with my memory.
terms inside brackets
exponents and roots
multiplication and division
addition and subtraction
Start with the obvious:
48/2(9+3)
48/2(12)
The key thing to notice from the order of operations is that multiplication and division have the same priority. Now, since our knowledge of math comes from cultures where written language is left-to-right, this is also how we solve the problem.
48/2(12)
24(12)
288
Why is this still being debated?