.:.impossible Posted March 10, 2015 Report Posted March 10, 2015 (7x7)+(7/7)+(7-7)=(49)+(1)+(0)=50 PIMDAS Quote
king ubu Posted March 10, 2015 Report Posted March 10, 2015 not sure what/who pimdas or pemdas is, but if you just add things chronologically as you read (as jazz musicians do when they improvise a chorus, you might say), it's of course 56 Quote
jazztrain Posted March 10, 2015 Report Posted March 10, 2015 The answer, as some others have noted, is 50. There are some basic rules of arithmetic, also carried over into programming, whereby multiplication and division operations take place before sums and additions. I'd parse it as follows: 7 + (7/7) + (7 x 7) - 7 = 7 + 1 + 49 - 7 = 50 Quote
Hardbopjazz Posted March 10, 2015 Author Report Posted March 10, 2015 The answer, as some others have noted, is 50. There are some basic rules of arithmetic, also carried over into programming, whereby multiplication and division operations take place before sums and additions. I'd parse it as follows: 7 + (7/7) + (7 x 7) - 7 = 7 + 1 + 49 - 7 = 50 That's how I came up with 50. Quote
ejp626 Posted March 10, 2015 Report Posted March 10, 2015 Every year it seems that this order of operations stuff crops up. The odd thing is that it turns out at least some software is not programmed with the proper order of operations (or it might lose track after 4 or 5 operations). I find it is an important reminder that you really ought to use brackets to ensure the program is doing what you intend it to do. Quote
aparxa Posted March 10, 2015 Report Posted March 10, 2015 Naah, no need of brackets, if the math software isn't well programmed enough to compute the most basic operations, use another one. Quote
ejp626 Posted March 10, 2015 Report Posted March 10, 2015 Not trying to argue that Excel is great math software, but if you poke it (or nearly any other software) there will be something that was programmed differently from the way a math professor would do it. In this case it has to do with exponentiation.I found this an interesting (if long) exchange on the issue: http://mathforum.org/library/drmath/view/69058.htmlBasically, I would still argue that you ought to start throwing brackets around once you get past 3 or 4 terms and operations. Quote
.:.impossible Posted March 10, 2015 Report Posted March 10, 2015 PEMDAS is the order of operations: Parentheses, Exponents, Multiplication, Divison, Addition, Subtraction. Quote
Scott Dolan Posted March 10, 2015 Report Posted March 10, 2015 To answer in the form of a question, Jeopardy-style: why do I hate math so much? Quote
JSngry Posted March 10, 2015 Report Posted March 10, 2015 The answer, as some others have noted, is 50. There are some basic rules of arithmetic, also carried over into programming, whereby multiplication and division operations take place before sums and additions. I'd parse it as follows: 7 + (7/7) + (7 x 7) - 7 = 7 + 1 + 49 - 7 = 50 The answer, as some others have noted, is 50. There are some basic rules of arithmetic, also carried over into programming, whereby multiplication and division operations take place before sums and additions. I'd parse it as follows: 7 + (7/7) + (7 x 7) - 7 = 7 + 1 + 49 - 7 = 50 That's how I came up with 50. jazztrain is perfectly correct. This. By default, multiplications/divisions are always performed before additions/subtractions. If the intent is otherwise, group it accordingly. Otherwise, yes, 50. Quote
.:.impossible Posted March 10, 2015 Report Posted March 10, 2015 Please Excuse My Dear Aunt Sally Kids these days use: Please Excuse My Dope Ass Swag This is the basic law of arithmetic. Please Excuse My Dear Aunt Sally Kids these days use: Please Excuse My Dope Ass Swag This is the basic law of arithmetic. Quote
Rooster_Ties Posted March 10, 2015 Report Posted March 10, 2015 50 here, but I was a comp-sci major in a previous life (25 years ago). Quote
JSngry Posted March 11, 2015 Report Posted March 11, 2015 You know, shit like this is open to interpretation, like, you know, WHO SAYS? THEY SAYS! and all that, but that's Art Math, Interpretational Equationality. And that's cool, all kinds of non-traditional equations to get to alternate conclusions, but if you wanna get paid right and/or not fall out of that tree because you choose to interpret gravity before recognizing it, hey, learn how "they" do it. Cover that and THEN interpret. Quote
johnblitweiler Posted March 11, 2015 Report Posted March 11, 2015 56, but I merely add, divide, add, multiply, and subtract in that order. Quote
Jazzmoose Posted March 11, 2015 Report Posted March 11, 2015 Caught myself in time and got 50, but I think I was on my way to 91 or something... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.