- 5,602

- England, Warwickshire
- GTP_Sigma
I see what you did there. I can do math but I can't figure out how to type it!![]()
You can't do probability.
I see what you did there. I can do math but I can't figure out how to type it!![]()
perl$ perl -e 'print 48/2*(9+3)'
288
PHP$ php -r 'print 48/2*(9+3);'
288
python$ python -c 'print 48 / 2 * (9 + 3)'
288
___48___
2 x (9+3)
Using order of operations, the answer is 288. Therefore 288 is obviously the correct answer. I'm not changing my view on this one, this is the math I'm good at, and excel at, so there's no chance in h:censored: that I'm wrong. 288! ITS 288!👍. Use BEDMAS, do the brackets, 9+3=12, then the division, 48 divided by 2=24, then multiply 24 by 12. 24x12=288.
In those examples you've used explicit multiplication, which is what leads to 288... because 2(9+3) won't compile/work correctly [language dependent] - as it's assumed to be a function call - you will always get 288 from a programming language. 48/2*(9+3) is not how the question is written, and in this case the addition of the multiply symbol affects the end result.[perl, php and python]
In those examples you've used explicit multiplication, which is what leads to 288... because 2(9+3) won't compile/work correctly [language dependent] - as it's assumed to be a function call - you will always get 288 from a programming language. 48/2*(9+3) is not how the question is written, and in this case the addition of the multiply symbol affects the end result.
If there was a language that supported implicit parentheses multiplication in some way (probably through the idea that function names can't begin with a digit, so if the compiler finds <digit>(<expression>) it treats it as a mathematical expression), then you would get 2.
I'm in the camp where the division symbol is a fractional separator and everything to the right of it is the denominator (2(9+3) in this scenario), unless otherwise stated through explicit grouping of terms using parentheses.
The exact same equation in my Casio returns... 2.![]()
Its 288.
So do you take 2/5x as written to mean 0.4x or 2/(5x)?
A multiplier is understood between the '2' and the '(' and as such gets taken care of before the divisor. Two it is.
I must respectfully disagree with Famine and say that the problem should be written:
48
x (9+3)
2
I can't even see what number that is![]()
Actually. Yes I do. But I left it like that because I'm stubborn and had to choose one.I refuse to waffle!
http://www.mathgoodies.com/lessons/vol7/order_operations.html
FWIW, Google says 288.![]()
These.
Written out correctly, the problem is:
___48___
2 x (9+3)
Now tell me that is "288"...
Anybody? Anybody? Bueller?
Written like that I would agree with you however before It could look like:
Error aside, no it couldn't. Read it out loud.
Back in the day, we were taught BODMAS - Brackets, Of, Divide, Multiply, Addition, Subtraction. As you pointed out earlier, 2(9+3), which resolves to 2(12) doesn't make much sense on its own - and others are pointing out that you have to assume a multiplication function. This is where "of" comes into play - 2(9+3) is "two lots OF 9+3". You don't have to assume anything - and of course 2(12) means you haven't actually dealt with the brackets at all yet...
Brackets = (9+3) = 12
Of = 2 lots of 12 = 24
Divide = 48/24 = 2
Read it out loud. "Forty-eight divided by two lots of nine plus three". Write it down correctly. "48/2(9+3)". It's a fraction - 48 is the numerator, 2(9+3) is the denominator.
To re-word the problem:
48÷2x(9+3)=
12
24 x 12 = 288
No
Ive learned VERY recently that numbers placed in front of perenthesis means to multiply.
The steps I learned way back was PEMDAS
Perenthesis
Exponents
Multiplication
Division
Addition
Subtraction
You start off with Perenthesis- 48/2(9+3)
After solving is complete (12), you move on to the next step.
After that, we move on to multipliying. However, in problems like these, we have the option of skipping to Division as we have not yet solved 48/2. 48/2= 24
I honestly dont see how people are getting 2.
FamineBrackets = (9+3) = 12
Of = 2 lots of 12 = 24
Divide = 48/24 = 2
Read it out loud. "Forty-eight divided by two lots of nine plus three". Write it down correctly. "48/2(9+3)". It's a fraction - 48 is the numerator, 2(9+3) is the denominator.
Note that you still have parentheses after you claim to have solved that step. (12) is still a number in parentheses. You haven't solved it, but have moved onto the next step...
Interesting. You get to skip a rule if you want to? Sounds a bit fudged to me...
I was just pointing out that we have solved and got 12. At the time 12 does not have perenthesis until it has been solved completely.
Yes, we learned that if you cannot do a step, you can skip it and return to it. However its only done with Multiplying and Dividing. It goes like this:
P
E
M-[Always before D unless the problem is unsolvable without first dividing]
D -[Always after M unless the problem cannot be solved without using M]
A
S
DriverD00d48÷2x(9+3)