Hidden 11 yrs ago Post by natsumehack
Raw
OP

natsumehack

Banned Offline since relaunch

K-97 said
I trust BIDMAS/BODMAS/PEDMAS. It's 9. 6÷2(1+2) is the same as (6÷2)*(1+2) if you follow BIDMAS. In order to get 1 following BIDMAS you must do 6÷(2(1+2)) and this isn't the same as (6÷2)*(1+2). Therefore you have to solve it (6÷2)*(1+2) which results in 3x3 which leads to 9. Proving once and for all that 9 is the answer and that Drakel (and his program) were right.


You lost me at I
Hidden 11 yrs ago Post by Overwatch
Raw
Avatar of Overwatch

Overwatch The Lord of Black Flames

Member Seen 4 yrs ago


It's 9.
Hidden 11 yrs ago Post by K-97
Raw

K-97

Member Seen 3 yrs ago

natsumehack said
You lost me at I


As long as you accept 9 is the answer I don't care enough to explain.
Hidden 11 yrs ago Post by natsumehack
Raw
OP

natsumehack

Banned Offline since relaunch

K-97 said
As long as you accept 9 is the answer I don't care enough to explain.


Nope.
Hidden 11 yrs ago Post by Drakel
Raw

Drakel

Member Seen 7 yrs ago

Drakel said But instead of that I'm just going to make the American flag instead :D




Boom
Hidden 11 yrs ago Post by natsumehack
Raw
OP

natsumehack

Banned Offline since relaunch

Drakel said



meh, make a pony.
Hidden 11 yrs ago Post by Turtlicious
Raw

Turtlicious

Banned Seen 7 yrs ago

It's written in a way that math isn't written in for a very good reason.

In other news, you people are still really dumb.
Hidden 11 yrs ago Post by mbl
Raw

mbl

Member Seen 8 yrs ago

For those confused
6÷2(1+2)= 9

6/2(1+2)= 1
Hidden 11 yrs ago Post by Jorick
Raw
Avatar of Jorick

Jorick Magnificent Bastard

Member Seen 5 yrs ago

This problem and others like it are purposely written with shoddy notation to make two answers equally possible. The ÷ could mean a few different things (it is exactly the same as a / by the way, no difference in function even though it's a different symbol) and the 2 touching the parenthesis could mean two different things. You'll get one answer or the other depending on which interpretation you choose, but the other interpretations are just as valid. The order of operations is actually kind of irrelevant here, because it all comes down to how you interpret the shoddy notation. I could write this shit out in long form to explain all the various interpretations and why they're all valid, but I'll just give everyone the benefit of the doubt and assume they know basic algebra well enough (or have seen this stupid problem come up enough times) to get what I'm talking about.

There is no one correct answer, which is the entire purpose of this problem. It's essentially a really successful trolling tool, nothing more. People expect that math problems will have one correct answer and all others are wrong, thus when there's disagreement on these kinds of problems people get all butthurt and defensive about their answer because they think it has to be the one true answer. This problem is not a test of math skills, it is a purposely broken problem intended to piss people off. The fact that people still argue about it to this very day is proof of how successful it is.
Hidden 11 yrs ago Post by mbl
Raw

mbl

Member Seen 8 yrs ago

Jorick said
This problem and others like it are purposely written with shoddy notation to make two answers equally possible. The ÷ could mean a few different things (it is exactly the same as a / by the way, no difference in function even though it's a different symbol) and the 2 touching the parenthesis could mean two different things. You'll get one answer or the other depending on which interpretation you choose, but the other interpretations are just as valid. The order of operations is actually kind of irrelevant here, because it all comes down to how you interpret the shoddy notation. I could write this shit out in long form to explain all the various interpretations and why they're all valid, but I'll just give everyone the benefit of the doubt and assume they know basic algebra well enough (or have seen this stupid problem come up enough times) to get what I'm talking about.There is no one correct answer, which is the entire purpose of this problem. It's essentially a really successful trolling tool, nothing more. People expect that math problems will have one correct answer and all others are wrong, thus when there's disagreement on these kinds of problems people get all butthurt and defensive about their answer because they think it has to be the one true answer. This problem is not a test of math skills, it is a purposely broken problem intended to piss people off. The fact that people still argue about it to this very day is proof of how successful it is.


lolno, there is a difference between obelus (÷) and solidus (/) and a single correct answer to this problem. This isn't some magical problem that has multiple possible correct answers depending on the reader's interpretation, it simply exploits the fact that people have failed to learn the difference between the two symbols (As obelus is generally pointless to use past basic arithmetic) and causes confusion.

In basic arithmetic, the difference between obelus and solidus is grouping. Obelus is simply the division operator, while solidus implies a fraction that contains everything unless it is encapsulated in parenthesis.

6÷2(1+2) implies (6/2)(1+2) which works out to 9

while 6/2(1+2) implies (6)/(2(1+2)) which works out to 1
Hidden 11 yrs ago Post by mbl
Raw

mbl

Member Seen 8 yrs ago

Also, in computer programming the solidus takes obelus's place as the basic division operator, which is why drakel's program worked the problem the way it did.
Hidden 11 yrs ago Post by Drakel
Raw

Drakel

Member Seen 7 yrs ago

mbl said
Also, in computer programming the solidus takes obelus's place as the basic division operator, which is why drakel's program worked the problem the way it did.


I won't deny this... I was actually going to bring that up as well..

Because in programing I couldn't use the obelus's I had to write it out as " X = 6/2*(2+1)" to have it work to begin with. It is technically the same problem overall but just further simplified to work in the program... I also needed a variable ( "x") in there for the answer to fall into so it could be displayed... and just in case I set it as an Integer that would equal zero until the problem was solved. But that's neither here nor there and just some extra boring programming details that nobody wants to hear.

In any case thanks for clearing that up early Mbl. I was just about to ask until I saw this post lol.
Hidden 11 yrs ago Post by Jorick
Raw
Avatar of Jorick

Jorick Magnificent Bastard

Member Seen 5 yrs ago

mbl said lolno, there is a difference between obelus (÷) and solidus (/) and a single correct answer to this problem. This isn't some magical problem that has multiple possible correct answers depending on the reader's interpretation, it simply exploits the fact that people have failed to learn the difference between the two symbols (As obelus is generally pointless to use past basic arithmetic) and causes confusion.

In basic arithmetic, the difference between obelus and solidus is grouping. Obelus is simply the division operator, while solidus implies a fraction that contains everything unless it is encapsulated in parenthesis.

6÷2(1+2) implies (6/2)(1+2) which works out to 9

while 6/2(1+2) implies (6)/(2(1+2)) which works out to 1


Perhaps you were taught that there's a difference, but really, there's not. The obelus was used originally for all division operations, both simple division and to imply a fraction. Some math conventions say that the obelus means only simple division, but others do not. For instance, the math classes I took at the community college I went to said that the obelus only meant simple division, but the math classes I took at Portland State University had textbooks that used it both ways (if I had a camera I'd take a picture and post it, but alas). Also, if you go look at the origins of the symbol being used in mathematics (it was originally used when translating texts to mark passages that might be corrupted), it seems to stem from a German algebra book from 1659, and in that book it uses the obelus both for simple division and to imply a fraction in which everything after it is in the denominator. It did not start as meaning just the one kind, and today it is still used interchangeably with the solidus. Hell, many calculators even use it interchangeably: the button for division functions shows an obelus, but then when you press the button it inputs a solidus. The general trend does seem to be that people are trying to move away from using the obelus for anything other than simple division with no grouping shenanigans, but it's not even close to being set in stone.

Also, even if you were to say the obelus can only mean the one thing, that still doesn't leave you with one solid answer. You can't just arbitrarily decide that the lack of a fraction bar means that it's (6/2)(1+2), because simple division does not in any way, shape, or form preclude that 2 from being modified before division. Specifically, the 2(1+2) part could either work out to be 2*3 or 6 depending on just what kind of multiplication you think is being implied by the two being right next to the parenthesis. Just as you can't arbitrarily input a set of parentheses because it changes the meaning of the problem, you can't arbitrarily insert a multiplication sign between the two and the parenthesis just because it's implied, just in the same way that you can't actually rewrite 2x+1 as 2*x+1 because that utterly changes the meaning of the expression (the first is irreducible, the second equals 3*x or x*3 and that's not at all the same). It could be that the intent is that there should indeed be a multiplication sign in there, but it could also be intended that you have to distribute the 2 into the parentheses (or perform the multiplication of 2(3) to remove the parentheses, not just remove them and replace them with a * after the addition is done, same result either way) before you're done with the first step of the order of operations.

See what I mean about it being crafted with purposely shoddy syntax? No context to make you aware of the intent of the shoddy syntax means no one correct answer is possible. The only way anyone can try to proclaim that there is only one true answer is by arbitrarily adding things to the problem or arbitrarily changing things to try to make the syntax not shoddy. Seriously, like I said, it's made expressly for the purpose of fucking with people and getting them to argue over the answers. It's not a matter of math skills or math knowledge, it's a shitty problem that does not have a correct answer because it's meant to not have one correct answer. End of story.

EDIT: And I'm done with trying to explain what's going on here. I'll just fuck off and let people argue pointlessly about it some more if they really feel like it.
Hidden 11 yrs ago Post by K-97
Raw

K-97

Member Seen 3 yrs ago

mbl said
lolno, there is a difference between obelus (÷) and solidus (/) and a single correct answer to this problem. This isn't some magical problem that has multiple possible correct answers depending on the reader's interpretation, it simply exploits the fact that people have failed to learn the difference between the two symbols (As obelus is generally pointless to use past basic arithmetic) and causes confusion.In basic arithmetic, the difference between obelus and solidus is grouping. Obelus is simply the division operator, while solidus implies a fraction that contains everything unless it is encapsulated in parenthesis.6÷2(1+2) implies (6/2)(1+2) which works out to 9while 6/2(1+2) implies (6)/(2(1+2)) which works out to 1


TL;DR K97 IS RIGHT!!!

E. And reading Jorick's post, I'm wrong.
Hidden 11 yrs ago Post by mbl
Raw

mbl

Member Seen 8 yrs ago

Jorick said
Perhaps you were taught that there's a difference, but really, there's not. The obelus was used originally for all division operations, both simple division and to imply a fraction. math conventions say that the obelus means only simple division, but others do not. For instance, the math classes I took at the community college I went to said that the obelus only meant simple division, but the math classes I took at Portland State University had textbooks that used it both ways (if I had a camera I'd take a picture and post it, but alas). Also, if you go look at the origins of the symbol being used in mathematics (it was originally used when translating texts to mark passages that might be corrupted), it seems to stem from a German algebra book from 1659, and in that book it uses the obelus both for simple division and to imply a fraction in which everything after it is in the denominator. It did not start as meaning just the one kind, and today it is still used interchangeably with the solidus. Hell, many calculators even use it interchangeably: the button for division functions shows an obelus, but then when you press the button it inputs a solidus. The general trend does seem to be that people are trying to move away from using the obelus for anything other than simple division with no grouping shenanigans, but it's not even close to being set in stone.Also, even if you were to say the obelus can only mean the one thing, that still doesn't leave you with one solid answer. You can't just arbitrarily decide that the lack of a fraction bar means that it's (6/2)(1+2), because simple division does not in any way, shape, or form preclude that 2 from being modified before division. Specifically, the 2(1+2) part could either work out to be 2*3 or 6 depending on just what kind of multiplication you think is being implied by the two being right next to the parenthesis. Just as you can't arbitrarily input a set of parentheses because it changes the meaning of the problem, you can't arbitrarily insert a multiplication sign between the two and the parenthesis just because it's implied, just in the same way that you can't actually rewrite 2x+1 as 2*x+1 because that utterly changes the meaning of the expression (the first is irreducible, the second equals 3*x or x*3 and that's not at all the same). It could be that the intent is that there should indeed be a multiplication sign in there, but it could also be intended that you have to distribute the 2 into the parentheses (or perform the multiplication of 2(3) to remove the parentheses, not just remove them and replace them with a * after the addition is done, same result either way) before you're done with the first step of the order of operations.See what I mean about it being crafted with purposely shoddy syntax? No context to make you aware of the intent of the shoddy syntax means no one correct answer is possible. The only way anyone can try to proclaim that there is only one true answer is by arbitrarily adding things to the problem or arbitrarily changing things to try to make the syntax not shoddy. Seriously, like I said, it's made expressly for the purpose of fucking with people and getting them to argue over the answers. It's not a matter of math skills or math knowledge, it's a shitty problem that does not have a correct answer because it's meant to not have one correct answer. End of story.EDIT: And I'm done with trying to explain what's going on here. I'll just fuck off and let people argue pointlessly about it some more if they really feel like it.


Now I could make a post giving an in-depth explanation of how just because there are multiple interpretations of math syntax and the purpose of this problem is to cause debates over this differences in syntax doesn't mean that there isn't a most logical syntax and thus a best solution for this problem, and give multiple reasons as to why the syntax I explained was most logical, but I am in as little mood for a debate as you seem to be, so there's no point in continuing this.
Hidden 11 yrs ago Post by natsumehack
Raw
OP

natsumehack

Banned Offline since relaunch

What is wrong with spam, for having this thread go all the way untill now.
Hidden 11 yrs ago Post by Ace of Spades
Raw
Avatar of Ace of Spades

Ace of Spades ♠Class 'A' Offender♠

Member Seen 8 yrs ago

Parenthesis, Exponents, Multiplication, Division, Addition, Subtraction.

Following the proper order of operations, you do the problem in the parenthesis first.

(1+2)=(3)

You then multiply first.

2(3)=6

And then finally, we divide.

6/6=1

1.

It's completely dependent on your geographical location whether you are taught PEMDAS or BIDMAS. Here, we are taught PEMDAS.
Hidden 11 yrs ago Post by K-97
Raw

K-97

Member Seen 3 yrs ago

e. This post has turned out to more or less be pointless.
Hidden 11 yrs ago Post by Ace of Spades
Raw
Avatar of Ace of Spades

Ace of Spades ♠Class 'A' Offender♠

Member Seen 8 yrs ago

K-97 said
It's PEDMAS not PEMDAS.


Please Excuse Dear My Aunt Sally?

Yeah, no.
Hidden 11 yrs ago Post by K-97
Raw

K-97

Member Seen 3 yrs ago

Ace of Spades said
Please Excuse Dear My Aunt Sally?


Yeah I edited it to make a different point, you Americans learn it diffrently to Brits, we learn it BIDMAS or PEDMAS. And you may have noticed I realised something as I was criticising you.

I give up being smart.
↑ Top
© 2007-2024
BBCode Cheatsheet