I can do everything up to medium difficulty algebra.
I'm relatively decent at equations and expressions.
Math was never my strong suit.
I'm relatively decent at equations and expressions.
Math was never my strong suit.
There's more to maths and CS than writing code; sometimes I have to write maths, sometimes I write reports on my code, which involves plucking out particular sections and dissecting them. In that case, if I were to consistently write statements like x+y*y-z/a*b, they would mark me down. Yes, I was exaggerating when I implied I'd be instantly failed for writing one particular line, but for my maths projects I'd be seriously penalised if every statement was written obtusely, even if it's still possible to understand it with liberal application of BIDMAS. Also, indentation isn't necessary for code to compile in a lot of languages, and it's still possible for humans to read it without indentation.Mortai Gravesend said:What, they're crawling through all your code line by line? I think you're not telling the truth. Certainly best to be clear, but I highly doubt they'd throw your project out for a single line like that and I'm doubtful they'd necessarily scrutinize it enough to see that.
In the same way that commas aren't required to be there in certain cases by convention. I'm not saying that every single bracket is 100% necessary, in the same way that a lot of the commas I used weren't necessary. None of the brackets in 1+(5*5)-((7/1)*9) are necessary if you follow BIDMAS, but the statement is suddenly so much easier for everyone to read.Which is an inaccurate comparison. Parentheses really aren't required to be there in certain cases by convention.
Bear in mind that you read the entire thing with punctuation first, and also that just because you (one person) could read it that time doesn't mean that it's a sensible thing to write and expect everyone to be able to read. We don't write things down to be elitists and say "well I can read it so obviously everyone else can. We write things so that other people can read them and learn the same things we learned. To that end, if there's any opportunity to make your writing less obtuse, you must take it.No, it means that some people made a mistake. What you wrote isn't really that hard to read at all.
Nah, I realized it was an acronym, I was just following up my statement with my reasoning as to why I found the Aunt Sally method easier to remember.Rems said:The op says that PEMDAS is simply an acronym of Please Excuse My Dear Aunt Sally.Syzygy23 said:The Mnemonic method I was taught was
Please
Excuse
My
Dear
Aunt
Sally
I find it much easier to remember the order of operations with that rather than PEMDAS.
What the FUCK is a PEMDAS?
My issue with such things, like the order of operations, is nobody will explain WHY we HAVE to use the order of operations. Why is using any other method not legitimate?
As to why we use orders of operations, it's established convention. If everyone did maths however they felt like they'd get different answers. That wouldn't bode well for anything involving maths with multiple people involved (like engineering, programming or a multitude of other occupations). It's all about consistency.
As long as you follow the grouping (parenthesis) (exponents) (multiplication and division) (addition and subtraction). Inside each grouping everything is equal in importance and should be done from left to right, but each group needs to be done in their individual placement. I am sure there is a better way to learn the O of O, PEMDAS is just how I learned it.Syzygy23 said:Nah, I realized it was an acronym, I was just following up my statement with my reasoning as to why I found the Aunt Sally method easier to remember.Rems said:The op says that PEMDAS is simply an acronym of Please Excuse My Dear Aunt Sally.Syzygy23 said:The Mnemonic method I was taught was
Please
Excuse
My
Dear
Aunt
Sally
I find it much easier to remember the order of operations with that rather than PEMDAS.
What the FUCK is a PEMDAS?
My issue with such things, like the order of operations, is nobody will explain WHY we HAVE to use the order of operations. Why is using any other method not legitimate?
As to why we use orders of operations, it's established convention. If everyone did maths however they felt like they'd get different answers. That wouldn't bode well for anything involving maths with multiple people involved (like engineering, programming or a multitude of other occupations). It's all about consistency.
But to the meat of my question, if PEMDAS is simply there as a common method to keep people from getting off track, does it REALLY matter what order you perform an operation in? To an extent, I'm sure, but is it possible to get better, more accurate, or faster results using alternate methods?
I've actually been seeing a lot of this style of response. I actually agree that these problems use poor syntax. The issue is that people should know the O of O for this very reason. Not every problem they receive in life will be wrapped up in a nice neat package. I know when I am in a hurry I often don't use proper syntax (personal problem as I am the only one that reads my equations).Acrisius said:Poor people, those stupid math problems on facebook are deliberately poorly written. Real mathematicians like to make things looks neat and simple, they use parenthesis to divide the numbers and to make it easy to look at.barbzilla said:Lately I have been noticing a disturbing trend on Facebook. People post simple math problems, and others will post the answer. The issue being that usually 60% or more of the people commenting get these problems wrong.
The order of Operations dictates what order you should follow when calculating a string of basic function math (I.E. 1+5*5-7/1*9). Many people on Facebook are doing the problem from left to right, and this is just not the correct way to do math. When you get a multiple function math problem you follow the Order of Operations to ensure you end up at an accurate number.
The Order of Operations is P.E.M.D.A.S.
Parenthesis
Exponents
Multiplication
Division
Addition
Subtraction
An easy way to remember the order is with the phrase Please Excuse My Dear Aunt Sally (I thought everyone was taught this in elementary school). By doing your math in this order you will ensure an accurate result, and we can all rest a bit easier knowing that our country will at least be able to balance their checkbooks.
To encourage discussion what is your highest level of Mathematical knowledge, and how do you use it in your job/hobby/every day life?
The facebook ones do the exact opposite. And math education these days being what it is, many do indeed not know the order of calculating properly =/
I'm studying to become a civil economist, so math is fairly important. First semester now, I'm studying national economics as the first course. I've never been good at math, but I'm starting to get the hang of it.
This is where I expected the average person to be. Most people don't use high level math in their daily lives, so no real reason to retain all of that knowledge. But basic math skills taught to you in elementary school and then used in the subsequent years should be retained just from the frequent usage (or so I thought).M920CAIN said:Wait, I thought you guys were talking about trigonometry, integrals, limits, polynoms... that makes my head hurt but I get it... uhm most of it. But the usual algebra and geometry? bring it on!
I think it's hilarious to see discussions between people who are REALLY FUCKING good in math discussing what comes first of those two. I guess they have never tried to see for themselves that there's no difference and just remembered the acronym.Rems said:It makes no difference what order multiplication and division come in your acronym. They have the same operational rank.
There's nothing disturbing about this. Those math questions on Facebook don't tell you anything reliable about how good people are at math; they just tell you how good people are at switching mental processes. Facebook deals primarily with reading and writing, and if you're browsing Facebook your brain is going to be in that mode. When you encounter a math problem that exists specifically to test understanding of the Order of Operations you have to switch mental gears from "read things left to right" to "look at the entire line and figure out which part to read first". Some people switch those gears easily while others don't. Those problems are specifically designed to trip up people who are in "Reading Sentences" mode rather than "Reading Math" mode.barbzilla said:Lately I have been noticing a disturbing trend on Facebook. People post simple math problems, and others will post the answer. The issue being that usually 60% or more of the people commenting get these problems wrong.
I would also like to point out that Parenthesis is often known as Brackets to many. BEMDAS.barbzilla said:The Order of Operations is P.E.M.D.A.S.
Parenthesis
Exponents
Multiplication
Division
Addition
Subtraction
Only real difference is subtraction and division are associative (2/3 is not 3/2, 10-2 is not 2-10), while multiplication and addition are commutative (2*3=3*2, 2+10=10+2).DoPo said:Well, division is multiplication by the reciprocal. I'm not entirely sure when the order of the two would matter that much. I'm pretty sure you can switch subtraction/addition around and it would still give you the same result.
Woulda been 'order', I think.Keoul said:Powers (forgot what the word was but it's exponents)
Awesome, I hope you go all the way with it.Jeffrey Crall said:I'm a huge fan of mathematics, and I view that I'm quite good at it, last year I won a conference math-meet, and I made it to the final 3 in State. This was against people who had an extra year on me, I plan on winning this year. I want to become a computer hardware engineer, so math is quite important.