Poll: What is the answer to 48/2(9+3)?

Recommended Videos

Senaro

New member
Jan 5, 2008
554
0
0
Yes you do brackets first, but after you do the addition inside the brackets you're supposed to go to the division on the far left.
 

SeaCalMaster

New member
Jun 2, 2008
464
0
0
Trivun said:
SeaCalMaster said:
Trivun said:
Foxbat Flyer said:
Seems everyone has one of theese, I learnt this one in year 6, BOMDAS Brackets or multiplication (If there is brackets) devision then addition and subtraction. so by my method, it becomes
48/2(9+3)
48/2(12)
24(12)
24*12
288
Sorry, but that's wrong. As I pointed out to someone else in my previous post. Your mistake is that you've forgotten that the (12) is still on the bottom of the fraction, and thus your third line should still read 24/12, not 24(12).
What makes you think this is a single fraction? There is nothing in the problem to indicate that. If we translate the problem directly into English, we get "Multiply 48 by the multiplicative inverse of 2 and then multiply by the quantity (9+3)." The division sign only applies to the next term (i.e. 2) and not to everything to the right.
I mentioned in another post I study university-level maths.
So do I. In fact, in May I will be graduating from the best undergraduate-level mathematics program in the United States. Stop saying this like it's important or impressive.

Trivun said:
The fraction continues, because the 2(9+3) is implied to be 2*(9+3) by the conventions of modern mathematical writing. The way that mathematicians nowadays write fractions, formulae and equations of this sort, including the way I was taught, shows that the fraction is correct in the way I interpreted it, as having 48 as the numerator and 2*(3+9) as the denominator.
You still haven't answered my question. Why do you take this to be a single fraction? What I see (and so does almost every other serious mathematician) is not a fraction but a series of operators. The '/' operator applies only to the next element in the expression; by convention, that element is 2 and not 2(9+3). The latter case would require a set of parentheses to indicate that the entire thing was to be taken as a single element.

If you've ever written a parser, you'll understand what I mean when I say that '/' and '*' bind at the same level, again by convention. You seem to have given '*' priority, violating both the convention and the acronym that you held up earlier, which seems to imply that '/' binds more closely than '*'.
 

Vrach

New member
Jun 17, 2010
3,223
0
0
Trivun said:
Vrach said:
Trivun said:
And for the record, Google Calculator is wrong here. The reason being because it hasn't been programmed to recognise the multiplication that should be included between the '2' and the '(9+3)' bits. That multiplication step is directly implied by the standards of writing mathematically, as I stated in my previous post (with a subject-approved source, no less). The programming simply doesn't take that into account, but if you put brackets around them then it works fine.
Right with ya on the previous part, but here's where the problem lies. "Writing mathematically". Nothing has stated that this equation has been written mathematically, rather than say, in a way a computer would understand it :p
I think we can safely assume it's a maths problem, as it deals with numbers, mathematical relations and operations, and a mathematical solution. If it was stated as being a programming problem then I'd understand that, but as that's not being said, it is automatically assumed to be a maths problem, and thus remains so unless the OP says otherwise.
As a programmer, I take issue with your assumption :D
 

jp201

New member
Nov 24, 2009
259
0
0
Eclectic Dreck said:
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).
This is the most properly explained counter to those who believe the answer is 2 and not 288.

well done.

as posted just before it should be written as http://twitpic.com/4i5yam the first problem is what he is asking and the second one is what some others may be seeing.
 

Eclectic Dreck

New member
Sep 3, 2008
6,660
0
0
spacecowboy86 said:
that's the problem is that some of us are unsure wether it is properly written as (48/2)(9+3) or if it should be written as 48/(2(9+3)) meaning that the the 2 and 9+3 are denominators under the numerator 48. at least, that's why I think it is 2, because I am visualizing this as a fraction with all but 48 in the denominator, meaning that whatever the result of the equation 2*(3+9) is, is what you divide 48 by.
I understand the confusion, certainly, but it simply has no basis for existing even if you explicitly follow PEMDAS correctly. Here is the step by step process as I go through the list:

P: 48/2(12)
E: 48/2(12)
MD: 24(12) = 288
AS: 288

You sort out the part in parenthesis first (yielding a sum of 12). There is no exponent so you move on to multiplication and division. These two operands have the same precedence and thus are calculated from left to right. No addition and subtraction are necessary.
 

Taerdin

New member
Nov 7, 2006
977
0
0
Trivun said:
for the record, Google Calculator is wrong here. The reason being because it hasn't been programmed to recognise the multiplication that should be included between the '2' and the '(9+3)' bits. That multiplication step is directly implied by the standards of writing mathematically, as I stated in my previous post (with a subject-approved source, no less). The programming simply doesn't take that into account, but if you put brackets around them then it works fine.
Why do you assume that the programming doesn't recognise that there's a multiplication there? Have you looked at the source code? Did you program the calculator? Did you even do a reasonable amount of testing on it?
 

Avatar Roku

New member
Jul 9, 2008
6,169
0
0
Taerdin said:
It is frightening to me that 42% of people got this question wrong. I mean... you're on the internet, you have access to websites that do math. This shouldn't be that difficult.

The answers 288 btw.
liquidangry said:
Holy sweet jesus people are stupid.... really!? This is split 60% and 40%?

It's 288 hands down, discussion over. I didn't need one but that huge percentage made me double check my graphing calculator just to make sure. Sure enough, written in the exact same format, this equation equals 288.

PEMDAS
Multiplication and division are interchangeable. When they're next to each other like that you go left to right ALWAYS! No wonder people think math is hard. This is 3rd/4th grade math people. Knowing the basics helps out in your algebra/trig/precalc/calc classes. If you can't get this equation right, then you can't pass any of these classes.
No, nobody here is stupid, the question is just worded horrendously. Basically, people are unsure which of the following it is:
48 48
------ -------- *(9+3)
2(9+3) 2

Neither side is wrong, as the question could honestly go either way as worded. It's awful.

EDIT: Format fail. I'm not doing it again, just look at this [http://twitpic.com/4i5yam] link someone else in the thread put up.
 

Imat

New member
Feb 21, 2009
518
0
0
Jarl said:
Ishadus said:
If the (9+3) was intended to also be in the denominator, it should have been written as:

48/(2(9+3))

As it is written, 48/2(9+3) , the answer should be 288 as the bracketed expression is a multiplier.

The disagreements stemming from this wouldn't be because the math is challenging, but because the way it is written is not ideal.
That's just silly.

If you wanted it to be 48/2 times (9+3), then why would you not put a clear symbol between the 2 and the parenthesis? You only omit that if you count that as a single entity. It's much more reasonable to assume that since the multiplication symbol is omitted between the two, they count as a single entity, as the denominator in the division. Any reasonable person I know would assume so, and would write it as "(48/2)*(9+3)" if they wanted to separate them. That's pretty much how you do these things.

I apologize for my double post, should no one have posted between then and now.
Computers will always generate 288 using the equation given (Unless your computer has been hacked to do otherwise, or it can't add in an implied * for x(y) meaning x*y). The parenthetical statement is evaluated first, then it scans left to right for multiplication and division operations, evaluating them in left/right order. Then it scans left to right for addition/subtraction and evaluates them in said order. This order of operations is set in stone for the vast majority of personal computers, no doubt including your own. Therefore the equation will be evaluated as (9+3) = 12, 48/2 = 24, 24*12 = 288.

The equation is written in such a way as to elicit some initial confusion from us mere mortals, but the confusion is obliterated by computers, which follow simple and accepted mathematical rules.
 

suicide samurai

New member
Jul 17, 2009
92
0
0
I'm a published writer who hates math, yet scores (several times) higher on math vs. English on tests.

I hate math due to its language and rules. This is a prime example.
 

floobie

New member
Sep 10, 2010
188
0
0
spacecowboy86 said:
Eclectic Dreck said:
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)).
that's the problem is that some of us are unsure wether it is properly written as (48/2)(9+3) or if it should be written as 48/(2(9+3)) meaning that the the 2 and 9+3 are denominators under the numerator 48. at least, that's why I think it is 2, because I am visualizing this as a fraction with all but 48 in the denominator, meaning that whatever the result of the equation 2*(3+9) is, is what you divide 48 by.
Bingo. I can absolutely see how people could arrive at either answer. I'm pretty sure most of us know the rules for dealing with (what should be) a simple problem like this.

So, as someone about 3 weeks away from getting my BSc in geology with a minor in geophysics, I can say that none of my classmates would ever write a problem that sloppily and ambiguously when an extra set of brackets would completely clarify everything.
 

The Apothecarry

New member
Mar 6, 2011
1,051
0
0
Calculator says 288, pen & paper says 2...
http://images1.memegenerator.net/ImageMacro/4746444/THERES-MAGIC-EVERYWHERE-UP-IN-THIS-*****.jpg?imageSize=Medium&generatorName=Magic-Clown
 

SeaCalMaster

New member
Jun 2, 2008
464
0
0
For the record: When you allow division as an operation, you have to go in order from left to right because division doesn't associate.
 

Okysho

New member
Sep 12, 2010
548
0
0
JakeTheSnakeMan said:
Generally speaking, when you write an equation like that, what is written in the parentheses is being multiplied by the whole fraction not just the denominator. Therefore the answer would be 288. Also, Wolfram Alpha agrees [http://www.wolframalpha.com/input/?i=48%2F2%289%2B3%29].
Hail wolfram alpha!!

wow, we do things a bit different in Canada.


BEDMAS

Brackets
Exponents
div
mul
add
sub

not that big a difference, just never heard pedmas before.

oh right...

288 left to right after brackets
 

mrdude2010

New member
Aug 6, 2009
1,315
0
0
Brawndo said:
What do you guys get for an answer, 2 or 288?
P
E
M/D
A/S

parentheses, exponents, multiplication/division, addition/subtraction

you get 288 because you do (9+3) first, then since everything else is either multiplication or division you do it from left to right, so you get 48/2 * 12
 

Taerdin

New member
Nov 7, 2006
977
0
0
Avatar Roku said:
Neither side is wrong, as the question could honestly go either way as worded. It's awful.
I can agree that it's not written in an obvious manner, but I would never even think to evaluate that statement in such a way as to get 2. I don't think it could go either way, it goes one way and that way is 288; and multiple math applications/devices say the same thing.

The only error here is with the people's work that brings them to the answer 2.
 

timeadept

New member
Nov 23, 2009
413
0
0
GodofCider said:
Strictly following the rules will lead you to an answer of 288.

The rules being: Parenthesis, Exponents, Multiplication, Division, Addiction, Subtraction. Solve your problem left to right.

Although, technically the steps of multiplication and division, addiction and subtraction, are interchangeable. Multiplication does not 'need' to be done prior to division in a problem(assuming there are no unique situations). Therefore it is possible to end up with the answer being 2 as well.

As such, I'd say it's a bit of a toss up between the two. Though as I stated in the first place: I think that the answer of 288 is more correct, than the answer of 2.
except that you're forgetting that once you get to the multiply and/or divide step you tackle the problem from left to right, in this case the division is done first.

I'm a little embarrassed to admit that i also put this into my TI-83, exactly as shown. The calculator will always pick to do the steps in the same order and it will always answer 288 in this case. there is no "toss up" there is nothing ambiguous about mathematics if you know the rules.
 

spacecowboy86

New member
Jan 7, 2010
315
0
0
Eclectic Dreck said:
spacecowboy86 said:
that's the problem is that some of us are unsure wether it is properly written as (48/2)(9+3) or if it should be written as 48/(2(9+3)) meaning that the the 2 and 9+3 are denominators under the numerator 48. at least, that's why I think it is 2, because I am visualizing this as a fraction with all but 48 in the denominator, meaning that whatever the result of the equation 2*(3+9) is, is what you divide 48 by.
I understand the confusion, certainly, but it simply has no basis for existing even if you explicitly follow PEMDAS correctly. Here is the step by step process as I go through the list:

P: 48/2(12)
E: 48/2(12)
MD: 24(12) = 288
AS: 288

You sort out the part in parenthesis first (yielding a sum of 12). There is no exponent so you move on to multiplication and division. These two operands have the same precedence and thus are calculated from left to right. No addition and subtraction are necessary.
but if the eqution is supposed to be writen the way I think it is you would have (48)/(2(12)) so you would either have to dive 48 by 2 and then 12 or multiply the two together and divide that way.

Also, if you're anything like the people in my class, I want you to know I'm having a friendly debate and defending my opinion, I think that your reasoning is also very likely and mean no offense by arguing.