Brawndo said:
ProfessorLayton said:
I don't know why you want us to do your homework for you, but I got 288... after you do the parentheses, you're supposed to do them from left to right. I think it's a poorly written problem, though.
lol it's not a homework problem man, I'm not in middle school. This question is blowing up other forums and reddit.
48/2(12) = 2 using PEMDAS
Common misconception with PEMDAS is on display here. The reality is the order is (P)(E)(MD)(AS). In other words, parenthesis come first, then exponents. Multiplication and division are done from left to right; Multiplication does NOT always come first as it has equal precedence to division. Addition and subtraction are much the same.
The correct answer is 288 because of this as it could be (correctly) rewritten as (48/2) * (9+3). In a radically different style of notation that would be (* (/ 48 2) (+ 9 3)).
-EDIT- I will also not concede that the problem was written incorrectly. The ambiguity people seem to complain about is unfortunately necessary to demonstrate the problem outlined above with a misinterpretation of precedence rules. It is
widely accepted that a statement k(c) is equivalent to saying k*(c). Even the argument that it
might mean (2*9 + 3*9) is invalid given that, if one correctly follows rules of precedence, we get 24*9 + 24*3 (48/2), which simplifies to 216 + 72, which is 288. If you want an utterly unambiguous rewrite it would be ((48/2)*9)+((48/2)*3).