Persen,

At least calculator provides answers.

quindraco,

Remember not to upvote people who post SMBC comics without posting the votey.

Lime66,

179288872.22473

n0m4n, (edited )

This checks. I estimated it to under 1/5 billion.

To the OP, some periods or commas would have been nice.

To the 4ists, Yeah. Well, ya know, that’s just, like, your opinion man.

Lime66,

Yeah I know, I had copied it from a calculator but thought it had copied the commas

n0m4n,

I was just jesting. No commas, (or periods for overseas friends), made the cartoon harder, which made the post funnier.

Good post!

ComradeKhoumrag,
@ComradeKhoumrag@infosec.pub avatar

Pretty sure it’s 4

FlyingSquid,
@FlyingSquid@lemmy.world avatar

That other number is long and complicated and scary. I looked into my heart and found that 4 was the answer that spoke to me the loudest.

baseless_discourse,

“it is 4” – Me 1:1

whotookkarl,
@whotookkarl@lemmy.world avatar

Well there’s a 4 in it so it’s basically a 100% true prediction, buy my book to see the next one

RainfallSonata,

I mean, that sounds like the reasoning behind the order of operations, to me. At least that’s the only reason I’ve ever been given.

nelly_man,

The order of operations is a convention created by humans so as to ensure a consistent understanding of mathematical expressions. The reason for them being the way they are is merely because that’s what we’ve agreed upon.

frezik,

All order of operation rules are made up, but some of them are more useful than others. Rules that jive with associative and communtative laws are preferred.

Or come over to RPN and stop worrying about it.

SmartmanApps,
@SmartmanApps@programming.dev avatar

All order of operation rules are made up

None of them are made-up. They are all a natural consequence of the way things have been defined. e.g. 2x3 is shorthand for 2+2+2, so if you don’t do multiplication before addition then you get the wrong answer, hence the order of operations rules.

Whoresradish,

To add, I believe regardless of order of operations if we used () for every part of the equation it would no longer matter, but that would get tedious so as you said humans agreed on a shorthand for consistency.

psivchaz,

I wish I could have been in the room. You know someone was like, “Eh, just left to right. We’ll use parentheses to specify an order when it’s necessary.” Then someone else said, “What if we use this system of various rules instead.” If I were there, I would have killed that person to save mankind.

SmartmanApps,
@SmartmanApps@programming.dev avatar

No, they have to be the way they are as a result of the way the operators have been defined. e.g. 2x3 is shorthand for 2+2+2, so if you don’t do multiplication before addition then you get the wrong answer, hence the order of operations rules.

deaf_fish,

The order of operations is made from consensus. Just like we all agree the first letter of the alphabet is “A”. You could make the order of operations whatever you like, you would just need to rewrite equations to reflect that change.

SmartmanApps,
@SmartmanApps@programming.dev avatar

The order of operations is made from consensus.

No it isn’t. It’s a natural consequence of the definitions in the first place. e.g. 2x3 is shorthand for 2+2+2, so if you don’t do multiplication before addition then you get the wrong answer, hence the order of operations rules.

deaf_fish, (edited )

Your argument is circular in nature. The right answer is dependent upon the order that you do the operations. So you can’t use the argument that the order of operation matters. Because if you do the math not using the correct order of operations, the answer comes out incorrectly.

For example, we could just do away with order of operations all together and explicitly use parentheses everywhere. While the system would be extremely painful to use, it would result in a consistent mathematics.

So there’s nothing inherently correct about our current order of operations. I will say that I like it and that it makes sense to me.

If you want a fun Wikipedia trip look up reverse polish notation (RPN). If I have to do away with the current order of operations, I might look to this as a possible alternative.

SmartmanApps,
@SmartmanApps@programming.dev avatar

Your argument is circular in nature

No it isn’t. The order of operations rules are derived from the definitions of the operators - there’s nothing circular about that.

The right answer is dependent upon the order that you do the operations

And so to get the correct answer, you have to do the operations in the correct order, yes.

So you can’t use the argument that the order of operation matters

But you just said it did when you said “The right answer is dependent upon the order that you do the operations”!

if you do the math not using the correct order of operations, the answer comes out incorrectly

Exactly! Glad you agree with me. :-)

we could just do away with order of operations all together and explicitly use parentheses everywhere

Except I showed here that most people put brackets in the wrong place to begin with.

So there’s nothing inherently correct about our current order of operations

I already gave the proof of why it is. We already know that 2x3=2+2+2 by definition, so therefore 2+2x3=2+6=8. If you did addition first you’d get 2+2x3=4x3=12, which is demonstrably wrong. Welcome to how the order of operations rules were derived to begin with.

I will say that I like it and that it makes sense to me

It makes sense because it’s been proven to be correct.

deaf_fish,

Ok, but why does 2 * 3 = 2 + 2 + 2 mean that we should prioritize multiplication and division over addition and subtraction? I don’t understand this argument. This seems to be your central point, but I don’t see how math would be broken if we flipped the order? It just feel like a story you are overly attached to. I’ll take a source if you got one.

Take 2 + 3 * 4 for example. If you use our normal order of operations. We would interpret this as (2 + (3 * 4)) = 14. This is correct and fine. If you flip the order of operations it becomes ((2 + 3) * 4) = 20. This is also correct and fine. All the order of operations does is dictate how we interpret the equation. As I listed in my post there are even notations where equations can be written without considering the order of operations like RPN. In RPN ((2 + 3) * 4) becomes 4 2 3 + *

And so yeah, if everyone agreed to flip the order of operations, we would need to re-write a lot of equations, but we could do it and there wouldn’t be an issue. Heck we could all agree to switch to RPN and then we could get rid of the order of operations all together, because it just a way to interpret equations that are ambiguous due to infix notation. I am not saying we should, I am saying we could and nothing would break.

SmartmanApps, (edited )
@SmartmanApps@programming.dev avatar

Ok, but why does 2 * 3 = 2 + 2 + 2 mean that we should prioritize multiplication and division over addition and subtraction?

Because multiplication is shorthand for addition, and if you don’t expand it before doing the addition you get wrong answers. Let me show you…

Multiply first (i.e. correct)

2+3x4=2+3+3+3+3=14 - the right answer, by the very definition of 3x4=3+3+3+3

Now let’s see what happens if we do the addition first…

2+3x4=5x4=5+5+5+5=20 - which we know is the wrong answer! (because we already know the right answer is 14, because we already know that the actual original fully expanded expression was 2+3+3+3+3, so the rules of Maths have to guide us back to getting the same thing the original author started with, or it all breaks down! The author took 2+3+3+3+3 and wrote it as 2+3x4, so the rules of Maths have to make sure when we see that we get back to 2+3+3+3+3)

So the fact that we know multiplication is shorthand for addition, means we have to multiply before we add. Similarly, exponents are shorthand for multiplication (2³=2x2x2), so we have to do exponents before we do multiplication… which we have to do before we do addition! It all comes from what these very things have been defined as meaning in the first place.

I’ll take a source if you got one

Well, I just showed you by doing the Maths myself, which is one of the great things about Maths - some things you can prove it to yourself! :-) And that’s another topic I wrote about here and here.

deaf_fish,

I still don’t see where the correctness is coming from. Also, when I was asking for sources I was looking for other experts to backup your claims. Otherwise I can just counter source you with my previous posts.

2 + 3 * 4 only has a correct answer if you assume the current order of operations. Without order of operations, this equation is meaningless and has no value. This is why I’m saying your arguments are circular. You are saying that 14 is the correct answer because of the order of operations. And you’re saying the current order of operations is correct because the answer is 14. These arguments don’t stand on anything except for themselves. Am I missing something?

SmartmanApps, (edited )
@SmartmanApps@programming.dev avatar

You are saying that 14 is the correct answer because of the order of operations

No, I am saying that is because that’s the number that we started with and we wrote the expression based on the operator definitions.

Let me try this again, but be more explicit about each step…

Teacher is writing a test. Has decided the answer for this question is going to be 14. What can he make the question? Well, we can throw in some addition, so let’s change it to 2+3+3+3+3. What else can we do?

Well, that 3+3+3+3 part there, we have a shorthand version of that in multiplication, that being 3x4, so now let’s change it to 2+3x4.

So, now we’ve turned 14 into 2+3x4. None of that had anything to do with order of operations, just the definitions of the operators - + means addition, and x is shorthand for multiple additions.

So, we already know that the answer is 14, because that’s what the teacher started with.

Now we need some rules of Maths to make sure that anyone who tries this question gets 14 as the answer.

And as we already saw, we have to do multiplication first or we arrive at the wrong answer - 20. And the reason we can only get the correct answer from doing multiplication first is because multiplication is shorthand for repeated additions, which was the first step the teacher made from having started from 14.

Similarly, we have defined exponents as being shorthand for multiplication, so for the very same reason we will need to solve exponents before we solve multiplication or we won’t end up at 14.

And welcome to the order of operations rules! As I said, they are a natural consequence of the way that we have defined the operators. So, with the way we have defined addition, multiplication, and exponents, solving any such expression requires that we do them in the order E M A. In other words, we have to undo all the shorthand in the opposite way to how it was written to begin with, until we end up with just additions, and from there we arrive at the correct answer of 14.

Let’s say though, way back in time, that instead they had defined exponents as shorthand for multiplication, and x as shorthand for exponents. Then, with these different definitions the order of operations rules would be M E A (because these definitions have exponents and multiplication the opposite way around to how we actually have defined them).

Do you see it now? If there’s something you don’t understand, then just ask me.

deaf_fish,

I think I understand what your argument is now. My problem is I just don’t find it convincing. In fact, I find it pretty unrelated to the problem.

Sigh…

I looked back through the conversation to figure out what initially sparked this debate. You seem to take issue with my claim that the order of operations is based on consensus and that any order could be used. I still think this claim is true.

What I will say is I think that your rationale is probably the basis for the current order of operations that we use. So from a historical perspective I think it has some merit.

But it doesn’t prevent us from using any other order of operations. Literally any order of operations can be used because it’s not really a math thing, it’s more of a reading an equation off the page thing. There exist systems (RPN) where the order of operations is not needed. If our entire world was built off of RPN we wouldn’t even be having this debate. Order of Operations would not even exist.

I feel like you and I have been repeating ourselves a lot in this thread and if this doesn’t convince you, I think we’re at an impasse.

Feel free to reply if you want, but I’m probably going to stop at this point in time.

SmartmanApps, (edited )
@SmartmanApps@programming.dev avatar

the order of operations is based on consensus and that any order could be used

No, as per example I gave, if you changed the order to addition first, you get a different answer (20 instead of 14), therefore demonstrably you can’t use a different order of operations. You can only have a different order if you have different definitions of the operators to begin with… and again the order of operations would be derived from what definitions you used in that case.

I still think this claim is true

So you didn’t understand the proof then.

your rationale is probably the basis for the current order of operations that we use

It’s not my rationale - it’s a mathematical proof. We started with 14. We therefore know any rules we make have to end up back at 14. Any rules which don’t lead you back to 14 are demonstrably wrong and ruled out. That is the whole purpose of the rules of Maths in the first place - there is only 1 correct answer, and we have to have rules which can only give you that 1 answer when you follow them. It’s the same thing the original authors of the order of operations would’ve done. There’s no “consensus”, there’s just a Mathematician doing Maths and arriving at the rules which work. Then tells others what they are so that they don’t have to go through working it out themselves (though some might if they want to confirm that what they’ve been told is correct. As I said, that’s the beauty of Maths - you can do the Maths yourself and confirm that what you’ve been told is correct, like I just did).

But it doesn’t prevent us from using any other order of operations.

Of course it does. If you try using a different order of operations you no longer get 14 (as demonstrated when we do addition before multiplication with our current operator definitions).

deaf_fish,

Here’s where I think we disagree.

I think without order of operations, 2 + 3 * 4 has no answer because the question is incomplete. You think that it does have an answer.

SmartmanApps, (edited )
@SmartmanApps@programming.dev avatar

I think without order of operations, 2 + 3 * 4 has no answer… You think that it does have an answer

I started with the answer. I started with 14, and then I found different ways to write that using Maths definitions. The first different way to write that was 2+3+3+3+3. We know that’s equal to 14 because…

  1. that’s what I started with
  2. it’s just a simple number line exercise anyway (which is what everything boils down to) - start at 0, jump 2, jump 3, jump 3, jump 3, jump 3. Where am I on the number line now? 14.

Then I went “what’s yet another way we can write that using Maths definitions?”. Well, 3x4 is shorthand for 3+3+3+3, so now we can also rewrite that as 2+3x4, and we know the answer to that is 14 because that’s what we started with, and now, ok we’re happy with that, we’ll make that the question to use in the test.

Note that I haven’t done anything using order of operations rules yet, I’ve only rewritten the answer using different Maths notation definitions.

And now, as we already know, any order of operations rules which don’t get 14 as the answer are wrong, so we know that the only order of operations rules which get us 14 is M A… and the reason that they’re the only rules which work is because multiplication is shorthand for addition, so we have to expand that before we do addition. In other words, the steps we have to take to solve it - the order of operations rules - have to be in the opposite order to which the expression was created. An analogy to this is if I take 3 steps East, then I take 3 steps West to get back to where I started (just like we do on a number line) - if I take 3 steps North then I end up somewhere else than where I started, which is the wrong destination if I’m wanting to get back to where I started.

deaf_fish,

You’ve lost me even harder now. How did we start with 14? Why couldn’t we start with 77? Can we start with 2 + 3 * 4 + 5 = 14? Does the equation even matter in the situation?

It looks to me like you’re jumping from floating island to floating island. I’m impressed. I don’t know how you’re doing it. And I certainly don’t know how to follow you.

I don’t know man. I’m beginning to think you are trolling me hard. I really don’t know how to bridge this gap.

SmartmanApps,
@SmartmanApps@programming.dev avatar

How did we start with 14?

It was just a number I picked for the proof - any number works!

Why couldn’t we start with 77?

We could! Let’s go…

Teacher is writing a test. Decides the next question to be written will have 77 as the answer. How else can we write that? Let’s start with 7+70. We know the answer to that is 77 because…

  1. it’s what we started with
  2. we can show it’s so on the number line - start at 0, jump 7, jump 70, where are we now? 77!

Now, we can also write that as a repeated addition. i.e. 7+10+10+10+10+10+10+10 - yet another way that we can write 77 (which we already know is the answer). What else?

We also know, by the definition of multiplication, that multiplication is short for repeated addition, so now let’s rewrite that as 7+10x7, and we still know that the answer to this is 77 - all we have done is rewrite it in different ways based on the definitions of operators.

So now we need to look at what order of operations rules we need to make sure anyone doing this gets 77, because we already know the answer is 77!

So let’s try addition first…

7+10x7=17x7=119. Nope, not 77, that doesn’t work.

Now let’s try doing multiplication first…

7+10x7=7+70=77. Yes! We got the right answer. Welcome to our first order of operations rule - multiplication before addition.

Can we start with 2 + 3 * 4 + 5 = 14

Let’s see…

First let’s pull out the 2…

14=2+12

Now let’s pull out that 5…

14=2+7+5.

Can we make that 7 in the middle equal to the 3x4 you wrote? No, we can’t. 3x4 by definition is equal to 3+3+3+3, which is equal to 12, which isn’t equal to 7, so no, we can’t write 14=2+3x4+5 by the definition of the operators of add and multiply.

Again, no order of operations in there, simply can we write this with our current Maths operator definitions, and the answer is no, we can’t. i.e. the order of operations rules are derived from the definitions of the operators themselves. We can’t write 14=2+3x4+5 while 3x4 is still defined to mean 3+3+3+3. To make your equation work, we would have to make 3x4=7, which is what + already means, and why would you make the multiply operator mean the same thing as the addition operator? That would be redundant.

It looks to me like you’re jumping from floating island to floating island

I’m going from proof to proof.

I don’t know how you’re doing it.

By knowing how arithmetic works. The rules of Maths work for all numbers and all operators - they were written for that specific purpose!

I really don’t know how to bridge this gap

Are you a visual learner? Do you want me to actually draw it up on a number line? Cos that’s what it all boils down to - jumps on the number line. We’re only dealing with 1 Dimensional Maths here.

deaf_fish,

Ok, I think I got something with 77.

So we start with 77. One way to make 77 is (7 * 10) + 7. But there are several ways to get 77. You can also do ((3 + 4) * 10) + 7 = 77. There are several different permutations up to and including 77 * 1. Ok, but none of that has anything to do with order of operations. Using parentheses we can ignore order of operations altogether.

Another way to look at it is to ask the question does 3 + 4 * 10 + 7 equal 77? Assuming the normal order of operations, it does not. But there is some order of operations that will get us 77 as seen above. Do you believe the statement above is true?

Assuming we use a completely reversed order of operations, we can get 77 this way. (7 * 10) + 7. This implies that the order of operations alone does not give you the correct answer. The combination between the equation and the order of operations that gives you the correct answer in infix notation. And because you can get the correct answer with any order of operations given that the equation is written correctly, then it follows that the order of operations is not critical for computation. To put it plainly the order of operations does not matter. We could use any order of operations and still do math correctly.

SmartmanApps,
@SmartmanApps@programming.dev avatar

but none of that has anything to do with order of operations

Yep, you nearly had it there. I’ve been saying this repeatedly in my proofs, but you’ve been missing what that means.

Using parentheses we can ignore order of operations altogether

Only if you put them in the right place! With your example (7x10)+7=77, if we move the brackets 7x(10+7)=490, which is a different answer… which demonstrates why we can’t change the order of operations - you get different answers. The order of operations rules are there to make sure everyone gets the same answer from the same expression.

Also, using brackets isn’t ignoring the order of operations rules - brackets are part of the order of operations rules.

does 3 + 4 x 10 + 7 equal 77

I already addressed a similar question like this from you in my previous post, and you’ve ignored my answer (sigh). I’ll do this again and if you ignore my response again I’m giving up (it seems to me that you’re just being disingenuous now, ignoring my responses to your examples which prove they don’t work).

3+4x10+7

Recall that by definition - i.e. this is nothing to do with order of operations - 4x10=4+4+4+4+4+4+4+4+4+4

therefore…

3+4x10+7=3+4+4+4+4+4+4+4+4+4+4+7=50, which is not 77, so no, 3+4x10+7 does not equal 77, and again, that has nothing to do with order of operations, that is only using the definition of multiplication as repeated addition.

Assuming we use a completely reversed order of operations, we can get 77 this way. (7 * 10) + 7

Huh?? That’s not a reversed order of operations - that’s our current order of operations! Multiply before adding!

This implies that the order of operations alone does not give you the correct answer

WTH?! It PROVES that order of operations alone gives you the right answer. (7x10)+7=77. 7x10+7=77. Same answer, no brackets needed! Because of the order of operations rules.

And because you can get the correct answer with any order of operations given that the equation is written correctly

No, you can’t. 7+10x7 is written correctly, and we know the answer is 77. Let’s try a different order of operations and do addition first. 7+10x7=70x7=490 which isn’t 77, so it’s wrong. There is only one order of operations which gives the correct answer of 77, and that’s multiplication before addition and that’s because multiplication is defined as being shorthand for addition!

it follows that the order of operations is not critical for computation

I’ve shown you, repeatedly, that in fact it is. 490 is not equal to 77.

put it plainly the order of operations does not matter

Only if getting the right answer “does not matter”.

We could use any order of operations and still do math correctly

In what world exactly are 490 and 77 the same answer?

deaf_fish, (edited )

Okay. Well then it sounds like we agree.

It seems like we agree that we can’t change the order of operations without changing the equations, otherwise we won’t get the same answer.

I was never arguing against this.

All I was saying was that we could use any order of operations we want. It’s just a way of interpreting the equation. We don’t have to use the current order of operations. We could use a different order of operations. As long as we update the equations we use as well. So it doesn’t really matter which order of operations we use.

For some reason I was getting pushed back from you on this. Now it seems like you have no problem with it.

So I think we agree also. I’m very confused how we got here in the first place.

Edit:

By the way, you can stop expanding x * 3 = x + x + x. I understand how multiplication works. I just don’t find it a very convincing argument for why we have to use the current order of operations that we are using today. I think it has interesting historical note. I wouldn’t be surprised if it was the basis for why we have the current order of operations. But I don’t think it limits the order of operations we could use.

SmartmanApps,
@SmartmanApps@programming.dev avatar

Well then it sounds like we agree

If you think that then you haven’t understood anything I’ve said

It seems like we agree that we can’t change the order of operations without changing the equations

No, we can’t change the order of operations without changing the definitions of the operators. We have to do multiplication before addition because multiplication is shorthand for addition. If you wanted to have a “different” order of operations, where we didn’t do multiplication before addition, then multiplication can’t be shorthand for addition anymore. To have a “different” order of operations, you could swap the definitions around, so that addition is shorthand for multiplication, and then yes, you would be doing addition before multiplication, but that’s the only way you can change the order of operations - by changing the definitions of the operators to begin with… and you would still end up with what we have now, except you’re calling addition “multiplication” and calling multiplication “addition”. All you would’ve done in reality is swapped the names around.

All I was saying was that we could use any order of operations we want

No, we can’t. And yes, you’re only saying that - you haven’t actually tried it. You gave me some examples which I proved don’t work, and yet you’re still saying the same thing whilst doing absolutely no Maths at all to back up that claim - it’s just words, and I’m showing you that it doesn’t work.

It’s just a way of interpreting the equation.

As with anything in Maths, there is a right way, and a wrong way. Only one way works. You might as well say “we could interpret 1+1 as equal to 3”. Try doing some actual Maths using 1+1=3 and let me know how far you get.

As long as we update the equations

The definitions.

So it doesn’t really matter which order of operations we use.

It really does, otherwise you just get wrong answers. Again, you haven’t actually tried doing it a different way, you just keep saying we could do it a different way (even though actually trying to do it a different way proves it doesn’t work).

I’m very confused how we got here in the first place

Because you’re still saying the same thing you said to begin with - that we can “choose” to use a different order of operations. No we can’t. The order of operations rules come directly from the definitions of the operators. If we define multiplication as being a shorthand form of addition, then that means we have to do multiplication before addition, it’s that simple, yet you continue to not see it. Doing addition before multiplication only gives wrong answers.

By the way, you can stop expanding x * 3 = x + x + x.

No, you can’t - they’re the same thing! That’s like saying “By the way, you can stop writing Maths as Mathematics”. One is just an abbreviation of the other, and you’re failing to see how multiplication being an abbreviation of addition means there’s only one right answer and we can only get that answer by doing multiplication before addition, hence the order of operations rules!

I understand how multiplication works

Apparently not, or you’d understand why the order of operations rules are what they are.

2+3x4=2+3+3+3+3=14. That’s it, that’s the only correct answer by definition (I didn’t use any order of operations rules there, just the definition of multiplication as shorthand for addition). Now, show me “a different order of operations” which still gives 14 as the answer. This is what your claim is, so prove it!

I just don’t find it a very convincing argument

It’s a proof. If you get the wrong answer with a different set of order of operations, then you can’t use that order of operations. We can only use order of operations which give the right answer (noted that you ignored my point about 490 vs. 77 - you keep ignoring every time I point out why what you said is wrong).

I wouldn’t be surprised if it was the basis for why we have the current order of operations

It is!!

But I don’t think it limits the order of operations we could use

IT DOES. This is what you’re failing to understand - the order of operations rules come from the definitions of the operators themselves, and only one way works. Literally the only way to change the order of operations rules is to change the operators themselves. i.e. their definitions. As long as multiplication is defined as being shorthand for addition, you’ll still have to do multiplication before addition, there’s literally no other way to get the right answer, hence there is only one set of order of operations rules which works - all other variations only give the wrong answer.

deaf_fish, (edited )

No, we can’t. And yes, you’re only saying that - you haven’t actually tried it. You gave me some examples which I proved don’t work, and yet you’re still saying the same thing whilst doing absolutely no Maths at all to back up that claim - it’s just words, and I’m showing you that it doesn’t work.

Ok, here you go, here is my example that you can change the order of operations and equation and still get the right answer:

2 + 3 * 4 = 14 using the order of operations [parenthesis, multiplication, addition].

2 + (3 * 4) = 14 using the order of operations [parenthesis, addition, multiplication].

There, two different orders of operation, the same answer.

Edit:

I found your counter example to this. You changed my equation, so of course it is going to be wrong.

If I changed your 2 + 3 * 4 to (2 + 3) * 4, then then your answer would be 20 and that would be “wrong”. So I feel it is not a fair attack on my argument.

Edit Edit:

Again I feel like we are stuck in this loop of the right answer is 14 because that is what the order of operations give us and the order of operations is correct because it gives us the right answer of 14. This is circular logic. Nothing to be ashamed of. It’s an easy trap to fall into. But it isn’t a good argument.

SmartmanApps,
@SmartmanApps@programming.dev avatar

2 + 3 * 4 = 14 using the order of operations [parenthesis, multiplication, addition].

2 + (3 * 4) = 14 using the order of operations [parenthesis, addition, multiplication].

There, two different orders of operation, the same answer.

But they’re the same order of operations - you didn’t do multiplication last in the second example, you did it first, because it was inside brackets.

In terms of BEDMAS…

2+3x4=2+12=14 M A

2+(3x4)=2+12=14 B A

Same order of operations rules! This is what I keep saying to you - there’s no way around it! We didn’t choose it, it’s a law of nature. The only thing we chose is how to write it. It’s the same with the Laws of Physics - they are laws of nature, and we just chose how to write them.

You changed my equation, so of course it is going to be wrong

No, I didn’t. I simply substituted addition for multiplication, as per the definition of multiplication as shorthand for addition, which in the previous comment you weren’t contesting. Analogy, if you wrote 2, and I substituted 1+1, then that doesn’t change the answer because 1+1=2. In the same way, 4x10=4+4+4+4+4+4+4+4+4+4

You said…

does 3 + 4 * 10 + 7 equal 77

And so I did the Maths. We know, by definition 4x10=4+4+4+4+4+4+4+4+4+4, therefore I can swap those around with each other and it doesn’t change the answer. So…

3+4+4+4+4+4+4+4+4+4+4+7=50, which does not equal 77! The answer is wrong, because the answer is, you know, wrong.

If I changed your 2 + 3 * 4 to (2 + 3) * 4, then then your answer would be 20 and that would be “wrong”.

No, because adding brackets around addition does change the answer, because now you’re doing the addition first, because it’s inside brackets. (2+3)x4 does equal 20, and 2+3x4 does equal 14 - they are 2 different equations, and have different answers. You changed the answer when you added the brackets to say “do this addition first instead of the multiplication”.

right answer is 14 because that is what the order of operations give us

NO, because that’s what arithmetic gives us - nothing to do with order of operations.

Here it is on a number line (no order of operations involved at all)…

https://programming.dev/pictrs/image/42c298e4-2403-449c-aa2f-2e9f9488a714.png

And now, since we already know that the answer is 14, we can deduce the order of operations rules needed to make it so… which is multiplication before addition, and that is because multiplication is a shorthand form of addition! There are no other order of operations rules which work, only this works.

deaf_fish,

No, they’re not the same order of operations. If I left out the parentheses the answer would have been 20 instead of 14. Stop assuming my example are incorrect or I have made some kind of error.

Listen I have to bow out of this conversation. I haven’t found any of your arguments relevant let alone convincing. And every time you reply, you seem to intentionally miss any point that I’m making while being snarky and insulting. It’s extremely frustrating to me.

Seriously, I don’t know if this is sunken cost fallacy issue that you’re having. Or if you’re some kind of AI designed to maximize my frustration.

I’m sorry I have to end this conversation, but there other things I’d like to focus on in my life.

I wish you well.

SmartmanApps,
@SmartmanApps@programming.dev avatar

they’re not the same order of operations. If I left out the parentheses the answer would have been 20 instead of 14

No it wouldn’t. B E D M A S. I even showed you on the number line why it’s 14 (which you’ve ignored). No wonder you don’t understand what I’m talking about if you think the answer is 20.

Stop assuming my example are incorrect or I have made some kind of error

There’s no assumption - I’m a Maths teacher. If you think the answer is 20 then you did make an error.

you’re some kind of AI designed to maximize my frustration

No, just trying to show you how Maths works. Some other people thanked me.

SmartmanApps,
@SmartmanApps@programming.dev avatar

If I left out the parentheses the answer would have been 20 instead of 14

Did you get that answer from the Windows calculator? That’s a bug in “Standard” mode. You need to put it in Scientific mode to get the right answer (I guess no-one has noticed that the “standard” mode is wrong, cos no-one uses it usually).

https://programming.dev/pictrs/image/48929a18-99fc-4b37-a48a-71798792298e.png

SmartmanApps,
@SmartmanApps@programming.dev avatar
chocolateo,

They’d then go to war

Stupidmanager,

Those damn people worshipping their rabbit god when we know for a fact the duck god is the true god! Now they refuse to believe the answer is 4.

This means war!

Flax_vert,

I don’t understand the point of this one 😂

GladiusB,
@GladiusB@lemmy.world avatar

I would have said “42” and walked away

lntl,

then don’t disagree.

the “pretty sure it’s not 4” (you’re wrong) is irritating if you don’t have anything else to offer

lingh0e,

“Pretty sure it’s not 4, AND you’re an idiot.”

Better?

themusicman,

Better to admit you don’t know than to be confidently incorrect in your bullshit answer

meliaesc,

People have murdered millions because they got “irritated” at the suggestion it might not be 4.

WhiskyTangoFoxtrot, (edited )

People have murdered millions because they got irritated that the other guy wrote his "4"s with the top lines separated instead of coming together in a point.

FlyingSquid,
@FlyingSquid@lemmy.world avatar

WHAT MONSTER DOES THAT AND WHERE MAY I FIND HIS HOUSE SO THAT I MIGHT BURN IT DOWN?!

A_Very_Big_Fan,

valid

ColonelSanders,

Kinda fumbled on the title there didn’t ya? lol

AVincentInSpace,

elaborate

ColonelSanders,

*arithmetic

Apparently calling that out, however, was an unpopular decision.

elrik,

The product ends in a 5 so it is odd and cannot be divisible by 4.

FlyingSquid,
@FlyingSquid@lemmy.world avatar
vegantomato,
@vegantomato@lemmy.world avatar

Shouldn’t this meme apply to atheists sence they are making the opposite truth-claim, which is that God does NOT exist?

BedInspector,

You are mistaken. Atheism makes no claim about gods not existing. It simply rejects the claim that they do exist. This is called the null hypothesis and it is the default position. If you would like to have a legitimate conversation about this then you need to understand this difference. Otherwise you are just strawmanning atheists and that’s just intellectual dishonesty.

Flax_vert,

Humans have always been predisposed to believe in God. Look at societies and how they developed across the world. Athiesm is going against that human instinct because they expect to find a creator in the creation for some reason.

If anything is a delusion, it’s Athiesm.

MrNobody,

Theism is a learned behaviour, taught to children. It is not the default position. Religion spawned from asking ‘why’ and since knowledge was limited in the before times superstition came to be. That’s why most societies around the world have differring views on religion, if it was the default state there would be one religion not multiple.

wildginger,

Which is why different regions have completely unrelated gods who directly contradict each other on how god works, what god is, how many gods there are, what god wants, what god doesnt want, what god likes and dislikes, how god made us, how god made everything else, what god intends for us to do, and how god wants us to live.

Because its such a natural thing that we all correctly know intuitively. Right.

afraid_of_zombies,

The vast majority of people who identify with that label mean they don’t believe in a god or are not convinced. Not that they are asserting that there is no god.

Me personally? I am willing to assert that there is no 3-omni personal God. I am not willing to assert that I know 100% that there isn’t some weird-ass star trek like alien somewhere that has such cool tech we should properly call it a small g god. I don’t think that there is one but I can’t really claim that I know that.

player2,

Everybody is born without a belief in god. It should require extraordinary evidence to prove such an extraordinary claim. People just accept it because it’s comforting.

0ops,

No. There’s a difference between not believing in god (atheist), and believing she doesn’t exist (antitheist, I guess). It’s not that I believe that there is no god, it’s possible, I just don’t believe you when you tell me that there is. Why should I?

Cowbee,

No. Atheists being skeptical of the baseless claim that God exists makes perfect sense, the gnostic claim that God at least provides a hypothesis is perfectly baseless.

lntl,

in my experience, the “i dunno” fella is more irritating than the other

dream_weasel,

In your opinion you side with the short-cutting fuck-up that picks an obviously wrong answer instead of doing the work to find the right one.

At the end of the day, it’s all a test from the god of shit eating morons though.

lntl,

lol neither did any work, at least my guy took a guess

mondo_brondo,

I think it’s more admirable to admit when you don’t know something than it is to just make up some obviously wrong bullshit.

afraid_of_zombies,

Please tell me that you are not an accountant

FlyingSquid,
@FlyingSquid@lemmy.world avatar

Would you feel the same way about whether it was safe to eat a mushroom found in the woods?

“I didn’t check to see whether or not it was poison, but at least the dead guy took a guess.”

wildginger,

Did you just repeat the comics punchline? The one being mocked for being the obviously wrong answer, who sounds like an idiot for thinking the wrong answer has value for the only merit of just being an answer?

Did you want to reread the comic again?

Olhonestjim,

Being too lazy and stupid to find the real answer is not more admirable than doubting an easy answer from a fool.

can, (edited )
NeatNit,

I have a guy feeling that one of these days Zach will make the old URL format not work anymore. So here’s the same comic in the new format (found by going to the next comic, then the previous) www.smbc-comics.com/comic/2013-10-31

this changes nothing and I have nothing to add, have a nice day

notthebees,

It’s not that far off. Math philosophy gets nuts

starman2112,
@starman2112@sh.itjust.works avatar

I remember back in the day when we were all up in arms about sets

open_world,

The answer is 178,910,723.64382

Don’t ask me why I calculated that

LogarithmicCamel,

I don’t accept your answer. I know deep in my heart that it’s 4.

phorq,

I got the same thing on my phone’s calculator. Do you think the waterproofing will get in the way when I give it the baptism it clearly needs?

MightyWeaksauce,
@MightyWeaksauce@lemmy.world avatar

Ya beat me by seconds. Lemmy is truly blooming lol

RisingSwell,

Glad you did though, only opened the comments to see what the actual answer was.

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

Well, 4 wasn’t that far off, considering.

Blue_Morpho,

There’s a 4 in the more accurate answer. That is proof of the divine showing the truth before man could understand the full answer.

Bayz0r,

This guy apologetics.

Piemanding,

It was only a couple orders of magnitude off.

kewko,

2 is a couple, 9 is more like fewish

AnxiousOtter,

2 is a couple.

What’s a few, several, a bunch, a bit, many, a bundle?

n0m4n,

2 is a couple, nine is that pron crew.

themusicman,

That’s so ugly, it can’t be correct… 4 is much nicer

Test_Tickles,
iopq,

Do we really want to live in a world where this fraction is the answer? I would like my kids to grow up knowing it’s an integer

bitwaba,

No thank you! Integer is too close to the devil’s word: integration!

Zozano, (edited )

That is too complicated for me to understand, therefore, it is too complicated for everyone to understand. Why would anyone believe something that I can’t understand?

Stupidmanager,

Round down for simplicity. Yes, yes, I can see 4 being the easy answer.

afraid_of_zombies,

That is just a theory. You should present both sides. Also a majority of religious scholars say it is 4.

1024_Kibibytes,

Heathen! At that scale the digits after the decimal point aren’t significant. I’m sure you know that in your heart. Why can’t you accept an obvious universal truth?

harmsy,

I saw three different serious-looking answers, so I punched it into a spreadsheet to get my own answer. What I got matches your answer, but with an extra 2 at the end.

https://lemmy.world/pictrs/image/6aaa2277-1382-4e9d-a906-63c7761dda70.png

open_world,

Yeah, I reached my digit quota that day.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • atheistmemes@lemmy.world
  • DreamBathrooms
  • magazineikmin
  • ethstaker
  • khanakhh
  • rosin
  • Youngstown
  • everett
  • slotface
  • ngwrru68w68
  • mdbf
  • GTA5RPClips
  • kavyap
  • thenastyranch
  • cisconetworking
  • JUstTest
  • cubers
  • Leos
  • InstantRegret
  • Durango
  • tacticalgear
  • tester
  • osvaldo12
  • normalnudes
  • anitta
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines