PEMDAS is wrong

When it comes to order of operations (PEMDAS, BODMAS, BEDMAS, BIDMAS), who are you going to believe: your primary school teacher, or Richard Feynman? Applying PEMDAS to the viral maths puzzle "6/2(1+2) = ?" gives the answer 9, as explained in videos by MindYourDecisions and others, but is that the whole story...
I'm an online maths tutor. Go to thawom.com/tutoring to find out more. You can also follow me on twitter at / thawom0
References:
Abstract Algebra- The Basic Graduate Year by Robert B. Ash faculty.math.illinois.edu/~r-... p2
The Feynman Lectures on Physics Vol. I Ch. 6: Probability www.feynmanlectures.caltech.ed...
Basics of Mechanical Engineering by Paul D. Ronney ronney.usc.edu/ame101/ame101-l... p7 (page 15 of the pdf)
Oliver Knill - Ambiguous PEMDAS www.math.harvard.edu/~knill/pe...
AMS Guide for Reviewers May 2000 web.archive.org/web/200008152...
APS Physical Review Style and Notation Guide cdn.journals.aps.org/files/st... p21

Пікірлер: 6 400

  • @thelanavishnuorchestra
    @thelanavishnuorchestra Жыл бұрын

    This is why when I'm programming I put in extra parentheses to make it crystal clear what the formula is supposed to do and not rely on a compiler to interpret it the way I intended.

  • @Hclann1

    @Hclann1

    Жыл бұрын

    Are you saying compilers don't interpret mathematical e pressions correctly

  • @QuesoCookies

    @QuesoCookies

    Жыл бұрын

    @@Hclann1 They certainly do, if you make sure to tell them how.

  • @BobBeatski71

    @BobBeatski71

    Жыл бұрын

    ​@@QuesoCookies Currently extending Java code. PMD keeps telling me I have superfluous brackets in my equations. Err, no I don't.

  • @fernandogiongo

    @fernandogiongo

    Жыл бұрын

    ​​@@Hclann1 compilers do indeed use the traditional "left to right", i.e. multiplication and division are considered equal order of precedence. So in that sense, compilers (at least c and c++, the python interpreter too) are "incorrect". You cannot ommit parenthesis.

  • @Hclann1

    @Hclann1

    Жыл бұрын

    @@fernandogiongo I was not aware of this, thanks for letting me know.

  • @t3tsuyaguy1
    @t3tsuyaguy1 Жыл бұрын

    This is something I explained to my wife, early in our relationship. She was under the impression that she "just isn't good at math". She gave me examples of things she didn't understand. I found that, to a last, the problem was that her teachers had never actually explained the mathematical concept. They had instead simply had the students memorize procedural algorithms like PEMDAS. They weren't teaching mathematics. They were basically teaching handwritten calculators, a list of steps you follow to "get the right answer". At no point did any of her instructors help her understand the language of mathematics. I was the first person she had ever met, who referred to mathematics as the language of patterns. Once I started explaining the actual patterns the equations describe, she immediately caught up. She was never "bad at math". She'd just never actually been taught about math.

  • @AcmeRacing

    @AcmeRacing

    Жыл бұрын

    I used to tutor prep classes for the GMAT and GRE. My examples always started with a simple problem students could follow all the way through, and then I'd show them the general form of the equation once they understood what it was for. One of my students' evals said that she'd taken Algebra in high school and college, but she'd never "gotten" it until I showed it to her my way. For example, I'd explain compound interest by showing an account through two two compounding periods, _then_ give them the formula with exponents and variables.

  • @RWAKitty

    @RWAKitty

    Жыл бұрын

    I mean, pemdas is just a tool to get students to the point where you can start discussing how the maths actually work. But, like, you have to teach the tools correctly or they'll never get to that point... I've known there were issues with how kids are being taught, but this is just BASIC. I can't even. I've run into your experience a lot and it makes me so mad. EVERY person I've ever talked to who professed to be "bad at math" were just taught poorly. Usually the basic concepts, and then they were rushed into stuff they had no chance of understanding and just had to struggle memorizing meaningless number combinations so they could pass tests. Every one of these people immediately "got" the math once it was properly explained to them - though I often had to work through years and years of conditioned response.

  • @haakoflo

    @haakoflo

    Жыл бұрын

    Math is like an onion, it's got layers (to quote Shrek). At the deepest levels, it becomes so abstract that even the brightest minds struggle to wrap their intuitions around it. In some ways, this is also where many advanced topics, such as abstract and linear algebra, topology, calculus, real and complex analysis,etc, tend to merge into each other. As the level of abstraction goes down, the fields drift apart and operations become more procedural. Reduce the abstractions further, and topics simply become impossible to express. Eventually, we have basic arithmetic presented merely as a few procedures to memorize. Precisely because of the increasing levels of abstraction, students tend to be taught from the outside in. For instance, you can teach complex numbers in two ways: 1) The common way, it to introduce i=sqrt(-1), and c=a+bi. This is the procedural way, introducing i totally without justifying it or explaining why its useful or how to build intuition about it. But it can be taught in an hour. 2) The intuition based approach, is to first teach group theory,then introduce the SO(2) group, represented by the matrix R=[a, -b | -b, a] and the relation to the O(1) rotation group. NOW you can introduce c=a+bi as just a shorthand for this, and work from there. But this takes the average student perhaps 1-2 more years of study, and before you reach c=a+bi, you lost half the students. Primary school teachers have the same dilemmas, just at a lower level. The smartest students tend to see most patterns without explicitly learning them, while the least talented would never understand those patterns. Those in the middle MIGHT gain a little from learning those patterns explicitly.

  • @AcmeRacing

    @AcmeRacing

    Жыл бұрын

    @@RWAKitty I was sitting in a statistics class when the prof put a formula for the line of best fit for a data regression on the board, then asked what the slope would be. I told him "Beta sub one" immediately. He asked if I could do the proof. I admitted I couldn't, but if we rearranged the formula slightly and renamed the terms it became Y = mx + b, which is just the slope/intercept formula from algebra 1. I can't depict the beta symbols, subscripts and carets properly in a YT comment, but the terms were in the order y = b + mx for some reason.

  • @t3tsuyaguy1

    @t3tsuyaguy1

    Жыл бұрын

    @haakoflo Your reference to primary school suggests to me that you were not educated in America. I think your statements are correct. But understand that in America, it is common for the teachers themselves to have little comprehension, of even basic algebra. They aren't executing pedagogy, to lay the groundwork for understanding. They are often just regurgitating what is written in their teaching materials, without really grasping it themselves. There is a reason this country ranks near last in the world, in mathematics education.

  • @masterikej1
    @masterikej111 ай бұрын

    In engineering school we always wrote division operations as fractions, never in line. Not only did it keep things clear, but it shortened already lengthy equations. If we had to write things in line for whatever reason, copious parenthesis were used

  • @TheEulerID

    @TheEulerID

    10 ай бұрын

    "we always wrote division operations as fractions, never in line". Really? Have you never had to enter an expression into a computer programming language, or even Excel? There are a few programs out there, like Wolfram Alpha that will accept expressions in your favoured form, but those are relatively rare. For the great majority you do have to be prepared to enter them in line form.

  • @davidharris8268

    @davidharris8268

    10 ай бұрын

    Same in physics.

  • @masterikej1

    @masterikej1

    10 ай бұрын

    @TheEulerID we only ever used Excell to makes charts and graphs from data. My college did try to heavily push Matlab while I was there, but that "program" was such hot garbage that it was easier to do it by hand.

  • @The_Dark_Lord-69

    @The_Dark_Lord-69

    10 ай бұрын

    Until you start writing entropy units.

  • @sqlexp

    @sqlexp

    10 ай бұрын

    It isn't about engineering schools.

  • @brightidea1
    @brightidea111 ай бұрын

    As a retired engineer, I never saw any engineers use "÷". We always used "/" to keep equations as fractions. I agree with what you said.

  • @detroittigersandotherbaseb7220

    @detroittigersandotherbaseb7220

    10 ай бұрын

    But there is no "÷" on the keyboard. I had to copy and paste yours.

  • @irrelevant_noob

    @irrelevant_noob

    9 ай бұрын

    And it doesn't matter anyway. The same issue remains with 6/2(1+2), or with the later story which is actually using / instead of ÷ in the 2x/3y-1.

  • @CyberFlare-fn9kn

    @CyberFlare-fn9kn

    9 ай бұрын

    @@irrelevant_noobon paper you should clarify if 6/2 as a whole is multiplying or if 2 is and the equation is under 6 that’s just an issue with keyboards not Order of Operations

  • @octaviolopez9966

    @octaviolopez9966

    6 ай бұрын

    ALGEBRA WILL KICK PEMDAS ASS ANY TIME ANY WHERE ANY EQUATION!

  • @dogstar8871

    @dogstar8871

    6 ай бұрын

    honestly the solidus (/) is really only used if an expression must be written inline - for absolute clarity the vinculum (--) is the notation to use - it's all I ever saw used from Algebra I onward

  • @justinkane290
    @justinkane290 Жыл бұрын

    As an engineering student, I never use the division operator. Every equation or solution is in fraction form. I believe this would clear up a lot of confusion. Thanks for the video!

  • @speedspeed121

    @speedspeed121

    Жыл бұрын

    Nobody uses the division operator

  • @swedbp1

    @swedbp1

    Жыл бұрын

    Totally agree. The fraction bar is much clearer and is a grouping tool like parentheses. Solve all numerator stuff, solve all denominator stuff, the divide top by bottom. Division signs are dumb

  • @GremlinSciences

    @GremlinSciences

    Жыл бұрын

    They literally have the exact same meaning. The division operator signifies the exact same thing as the fraction bar. The symbol is even supposed to represent a fraction, with the equation to the left replacing the top dot and the equation to the right replacing the lower dot. The reason why it falls out of use in higher math is solely because certain countries decided to use the symbol for subtraction, so they dropped the symbol entirely to avoid confusion.

  • @swedbp1

    @swedbp1

    Жыл бұрын

    @@GremlinSciences the use of the division bar is confusing because the fraction bar is so clear. 6÷2+3 could be clarified so easily is the fraction bar was used because this problem is NOT supposed to read (6÷2) +3 but actually the numerator 6/(2+3) When written out without the division sign (which keeps everything on one line) it reads much more clearly because the bar serves as a grouping symbol

  • @GremlinSciences

    @GremlinSciences

    Жыл бұрын

    @@swedbp1 You only have confusion because you are giving two symbols with identical meaning and usage two separate meanings. there is as much difference between '/' and '÷' as between '*' and '×' and '⋅' 6÷2(1+2) is exactly equal to 6/2(1+2) The only difference is an arbitrary distinction you are imposing that is not part of either symbol's actual meaning.

  • @johnspathonis1078
    @johnspathonis1078 Жыл бұрын

    As an engineer, I agree 100% with you. Also it is up to the author of the equation to frame it with brackets etc where necessary to avoid any possible confusion of intent.

  • @edmondgautier8301

    @edmondgautier8301

    Жыл бұрын

    Comletely agree. If, as an engineer you write expessions like this one that are ambiguous, you are a moron. This kind of video is absolutely ridiculous.

  • @eliteteamkiller319

    @eliteteamkiller319

    Жыл бұрын

    Then you missed the slight of hand she pulled. She went from an OBELUS (which is NOT universally agreed upon with respect to its grouping or non-grouping conventions) to a slash which is literally defined in the sources she mentioned as functioning like a fraction bar. And yes, brackets should be used. And an OBELUS should NEVER be used, and it pisses me off that she equated an obelus with a slash, especially because in at least the last two sources they are clearly used in place of a fraction bar to save space.

  • @joenarbaiz1640

    @joenarbaiz1640

    Жыл бұрын

    @@eliteteamkiller319 There is no functional difference between an obelus and a solidus. Both of those division symbols do not have grouping properties. Only the vinculum or horizontal fraction bar has grouping properties.

  • @robertbingham8053

    @robertbingham8053

    Жыл бұрын

    Thank god I finally saw this. I've always said that needing to use PEMDAS is the sign of a sloppy equation. I absolutely hate those "trick" math problems on the internet.

  • @SpamSucker

    @SpamSucker

    Жыл бұрын

    Totally agreed, especially the part about the responsibility of the equation writer to be clear. If one uses the leaning slash “/“ as you would when typing, then make the effort to toss brackets on there to convey the grouped terms of the horizontal divide sign.

  • @matt-ko4cc
    @matt-ko4cc5 ай бұрын

    I tried to explain this in a twitter thread only to be bombarded by people telling me I'm an idiot who can't do "3rd grade math" despite being a maths grad, and stating it clearly both in the thread and my bio.

  • @Skank_and_Gutterboy

    @Skank_and_Gutterboy

    4 ай бұрын

    These threads always attract a lot of order-of-operations trolls. It's weird, I didn't even know it was a thing.

  • @anonnona8099

    @anonnona8099

    4 ай бұрын

    And reportedly even Nobel laureate scientists have almost come to blows arguing about the Monty Hall problem.

  • @peterthomas5792

    @peterthomas5792

    Ай бұрын

    Yeah, it's a bit like explaining tides and eclipses to flat earthers - pretty much pointless 🤣

  • @justanotherguy469

    @justanotherguy469

    23 күн бұрын

    @@Skank_and_Gutterboy It is a thing, and it should be utilized in linguistics as well.

  • @Skank_and_Gutterboy

    @Skank_and_Gutterboy

    23 күн бұрын

    @@justanotherguy469 Great, I'll go find some linguistics videos and start trolling their comments sections. Consider it done!

  • @user-ij3we9jp5j
    @user-ij3we9jp5j10 ай бұрын

    I remember that we were taught (70 years ago) that the horizontal line between dividend and divisor should be treated as parenthesis. This seems to make everything work

  • @GeorgeDCowley

    @GeorgeDCowley

    9 ай бұрын

    I might need an example.

  • @garymartin9777

    @garymartin9777

    9 ай бұрын

    which you cannot express in a computer language. Only parens provide grouping in computer languages.

  • @GeorgeDCowley

    @GeorgeDCowley

    9 ай бұрын

    @@garymartin9777 You could probably make a language that it works for, though that doesn't mean it exists.

  • @irrelevant_noob

    @irrelevant_noob

    9 ай бұрын

    @user-ij3we9jp5j Well that won't work for the story at 4:29... since it doesn't mark where the parenthesis end. :-|

  • @playfulpatyy57

    @playfulpatyy57

    9 ай бұрын

    ?

  • @UppsalaSal
    @UppsalaSal Жыл бұрын

    I’m a retired astronomer, have been doing math for 60 years and would have always come up with the answer 1 for this equation. As someone mentioned the confusion is eliminated with the use of brackets. I just ran the equation twice in Excel 2007. Written as = 6/2*(1+2) Excel gives 9. Written as = 6/(2*(1+2)) Excel gives 1. In the old days I programmed in Algol and FORTRAN and always used the brackets. I was taught to religiously test equations in the program before finalizing.

  • @jeromewaldemar6963

    @jeromewaldemar6963

    Жыл бұрын

    There is only 1 set of brackets in the equation. You got the answer 1 by injecting a second set of brackets which is not in the equation. I do not agree with PEMDAS. In fact, I never heard of PEMDAS until I was around 70 years old. The proper way to solve is left to right. Starting from the left the first step is 6/2. Because 6 is the first number, you deal with the 6 first. That is 3. The second step is 3x ( ) because (1+2) is the next number. In this case, 2x3. that is 9.

  • @edwardjackson9871

    @edwardjackson9871

    Жыл бұрын

    What if you typed in 6/2(1+2) without the Times symbol? Excel doesn’t even recognize it as a valid formula

  • @froreyfire

    @froreyfire

    Жыл бұрын

    @@jeromewaldemar6963 I haven't heard of PEMDAS either, mostly because I didn't grow up speaking English. Around here, the rule is "dot before dash" (because multiplication and division are written with dots). Yes, left to right, and that's also what PEMDAS seems to say, as explained in the video.

  • @jthemagicrobot3960

    @jthemagicrobot3960

    Жыл бұрын

    I got 1 also

  • @Milesco

    @Milesco

    Жыл бұрын

    @@jeromewaldemar6963 _"I do not agree with PEMDAS. The proper way to solve is left to right."_ Well that's just plain wrong, whether you accept the priority of implicit multiplication by juxtaposition or not. Are you saying that you believe 1+3×5 = 20?

  • @luminiferous1960
    @luminiferous1960 Жыл бұрын

    I'm a retired physicist with degrees in Mathematics and Engineering as well. It has always been a pet peeve of mine when someone is too lackadaisical to use parentheses to specify the order of operations explicitly when the order is open to multiple reasonable interpretations without them. In many applications, misinterpreting the order of operations in an expression can have dire consequences which could be avoided by simply putting in parentheses to explicitly show the order of operations. I also hate when people don't specify their units or mix unit systems, and when people don't label the axes in their graphs, or don't label multiple curves on a graph or don't provide a legend. All of these problems are far too common in the day-to-day practice of science and engineering for which paying attention to detail and being specific in technical communications are essential skills.

  • @trumanburbank6899

    @trumanburbank6899

    Жыл бұрын

    Well, there is some notation corner cutting, like when you write ds^2 = dx^2 + dy^2 + dz^2 . It's `understood' that ds^2 is (ds)^2 , instead of 2s ds. Same corner cutting for the denominator of the second derivative.

  • @luminiferous1960

    @luminiferous1960

    Жыл бұрын

    @@trumanburbank6899 However, ds is not two symbols like the product of d times s, it is a single symbol for the differential of s so that there is no ambiguity in the application of the exponentiation when writing ds^2 as there would be if one were intending to write the squaring of the product d*s for which ds^2 might mean (d*s)^2 or d*(s^2).

  • @trumanburbank6899

    @trumanburbank6899

    Жыл бұрын

    @@luminiferous1960 Actually it is the product of the operator d times the variable s. For example d(r^3) = 3r^2dr is the the product of the operator d with r^3. Also, a = dv/dt = (dv/dx)(dx/dt) = vdv/dx = (1/2) dv^2/dx . ds^2 = (ds)^2 is accepted by convention as an exception to the rule. I do agree that PEMDAS probably wasn't designed with operator algebra in mind, but it would be on par with Parenthesis.

  • @luminiferous1960

    @luminiferous1960

    Жыл бұрын

    @@trumanburbank6899 In your first example, d(r^3) = 3r^2dr, the operator is d/dr, i.e., the derivative with respect to the variable r. In the expression, d(r^3) is the differential element of r^3, not a product of d and r^3. In differential calculus, if s is a variable, then ds is the infinitesimal element or differential element of s, not an operator. The differential element is, as the name implies, elemental. Thus, ds is not a compound of d and s, i.e., it is not d times s, nor d of s. As such, no parentheses are needed around ds, and ds^2 = (ds)^2 is not an exception, and the parentheses are simply superfluous. Your example a = dv/dt = (dv/dx)(dx/dt) = vdv/dx = (1/2) dv^2/dx is an illustration of the fact that the derivative operator of one variable with respect to the other equals the differential element of that variable divided by the differential element of the other variable, and the fact that the differential elements are treated algebraically as variables. Thus, (d/dt)(v) = dv/dt, where d/dt is the derivative operator with respect to the variable t, dt is the differential element of t, v is a variable, and dv is the differential element of v. You also did not define your variables in this example, which is necessary since you use the fact that v = dx/dt when v = velocity, x = distance, and t = time. As a physicist, I recognize the equations relating acceleration a, to velocity v, distance x, and time t, but others may not.

  • @denki2558

    @denki2558

    Жыл бұрын

    ​@@luminiferous1960 There's just a `d` operator tho when doing implicit differentiation.

  • @QuikRay
    @QuikRay9 ай бұрын

    As I'm an Engineer, you are so right. I would never write an equation that way. There is a big confusion factor with that method.

  • @user-dc4xy7uk3b

    @user-dc4xy7uk3b

    6 ай бұрын

    if you are an engineer you'd know this is not an equation, it's an arithmetic expression...

  • @Skank_and_Gutterboy

    @Skank_and_Gutterboy

    6 ай бұрын

    @@user-dc4xy7uk3b If you have to do crap like this to flex how smart you are, you're not.

  • @Skank_and_Gutterboy

    @Skank_and_Gutterboy

    6 ай бұрын

    Exactly. Anybody's engineering boss would have their red pen all over that submission. If your submitted equation can be interpreted >1 way, you're doing it wrong.

  • @user-dc4xy7uk3b

    @user-dc4xy7uk3b

    6 ай бұрын

    @@Skank_and_Gutterboy don't show the world how thick you are...could affect your job prospects, assuming of course you're worth employing...

  • @Skank_and_Gutterboy

    @Skank_and_Gutterboy

    6 ай бұрын

    @@user-dc4xy7uk3b I'm a senior engineer and have been doing that job for 24 years, I think I'll manage. Disagreeing with you makes somebody an automatic moron? Nothing arrogant about that. You're only proving my point.

  • @weremuppet7625
    @weremuppet76255 ай бұрын

    I was taught the pemdas model but I was also taught that when there was an implied multiplication like for instance 2(1+2) or xy, that there was also an implied paranthesies around that segment, ie 2(1+2) is (2*(1+2)) not 2*(1+2) and xy is (x*y) not x*y.

  • @markprange2430

    @markprange2430

    5 ай бұрын

    ....were implied brackets around the parenthesis...

  • @ybunnygurl

    @ybunnygurl

    4 ай бұрын

    I'm discovering I learned math from mathematicians. Every teacher I had in middle school had their doctorate. The only bad math teacher I had after fifth grade was my geometry teacher who didn't know how to teach me. And give me enough but I somehow passed our state's very hard geometry assessment test with a 110%... A score that should have been technically impossible but because they say choose the best answer and then they had questions that actually had no correct answer I got the best answer correct so I got credit for the best answer and the question itself.

  • @markprange2430

    @markprange2430

    4 ай бұрын

    Yes, 2(1 +2) is a grouping. Sin 2(1 + 2) ≠ Sin 2 × (1 + 2). Just as 2pi and 2theta and 3.14 are grouped.

  • @avibhagan

    @avibhagan

    4 ай бұрын

    @@markprange2430 general substitution rules for integrating and differentiating by parts if f:(n) = a÷b(p+q) then let c= (p+q) therefore f: (n) = a÷bc if a=6, b=2, p=1 & q=2. a÷bc = 1 that MEANS , f:(n) = 1 The solution should be the same no matter HOW you work it. If I can work it 5 different ways to get 1, and only one way to get 9, then that way to get 9 must be wrong.

  • @avibhagan

    @avibhagan

    4 ай бұрын

    @@markprange2430 AND yes, when you have something like 2x, or 2y , if x = 2+1 , and y = 2+1 6÷2x = 1 6÷2y = 1 6÷2x does NOT mean (6÷2)*x

  • @PakShuMan
    @PakShuMan Жыл бұрын

    So, I'm from croatia and never heard of pemdas. Our textbooks always had fractions written unambiguously, and now I understand why. I coldn't understand at first how you got anything but a 1 out of that equation because my brain automatically saw it as 6/[2*(1+2)]😅

  • @gadeaiglesiassordo716

    @gadeaiglesiassordo716

    Жыл бұрын

    According to the pemdas thing it should have been (6/2)(2+1)

  • @rendclaw7

    @rendclaw7

    Жыл бұрын

    Nope. The number adjacent to the brackets is part of the brackets sub-equation. PakShuMan read it as pemdas/bodmas reads. This is so weird!

  • @raridino600

    @raridino600

    Жыл бұрын

    Despite being from America, i also got 1, as i aways do the parentheses with any number next to it (mostly because thats also technically multiplication)

  • @woodendoorgarage

    @woodendoorgarage

    Жыл бұрын

    Same in Czech Republic. Textbooks were never ambiguous - fractions and brackets everywhere. It was so thorough I never realized this problem even could exist until now. We were thought a trained to use brackets and fractions quite early. For me 6 : 2 · (1+2) and 6 : 2(1+2) are not a same thing and I am pretty sure every Czech child is thought that in primary school. My old Casio fx-4500P is PEJMDAS. It had to be because PEMDAS would drive me nuts.

  • @jimcobb3275

    @jimcobb3275

    Жыл бұрын

    @@woodendoorgarage I say you are correct. Those 2 equations are completely different and have different answers. That is how I was taught during my 7 years of honors math classes in the USA. It's exactly the same as when writing a sentence, a comma can change the entire meaning.

  • @Sauvenil
    @Sauvenil Жыл бұрын

    I frame this as not a problem of PEMDAS, but of the ambiguity of inline equations, which you touched on in this. You're always following PEMDAS, but you have to take the denominator as a whole before you do the rest. Since the denominator itself is the ambiguous part, different people get different answers. Good video overall!

  • @SpacePhys

    @SpacePhys

    Жыл бұрын

    I agree, inline equations are sometimes interpreted this way. But, I have seen it both ways In the literature, it is important to pay attention to the context. PEMDAS is often not used in inline equations, but this changes when it isn't. I don't remember it not being used when it was a stand alone equation.

  • @dobacetr

    @dobacetr

    Жыл бұрын

    @@SpacePhys Implicit parenthesis after the division symbol is a bad convention. A math equation should not require any context. The context forms the equation, at which point it is pure math.

  • @azmard4865

    @azmard4865

    Жыл бұрын

    Hihi I have always enjoyed explanation and argument for maths and stuff ❤

  • @pranavrk9752

    @pranavrk9752

    Жыл бұрын

    Yeah that's true, but the point she touches on is also true. When I see these kinds of questions being answered on reddit, yt etc, even adults who did not go deep into stem or use advanced maths they would use pemdas. So pemdas/order of operations is a tool for younger kids to have a better grasp on how to do comparatively difficult questions a bit easier. So the point she touches on is valid

  • @johnguilfoyle3073

    @johnguilfoyle3073

    Жыл бұрын

    If the person seeking an answer gave us the problem to be solved, they would tell you how to solve it. In the given example 2x/3y-1, PEDMAS could be used if you will equate ÷ with /. In the video, the presenter uses the Division Slash / to represent Division when doing the Order of Operations, but while reading the problem she said 2x OVER 3y-1. That would necessitate it being a fraction of 3(x) ÷ (3y-1) or 3(x) / (3y-1).

  • @jimbarrett5930
    @jimbarrett593010 ай бұрын

    Thank you for figuring this out. My integral calculus instructor, who also taught nuclear engineering labs, made this basic algebra. He used to say “Calculus is easy. It’s the algebra that trips most people up”.

  • @Andrew-it7fb

    @Andrew-it7fb

    8 ай бұрын

    It's not that people struggle with algebra. It's that there are inconsistent conventions. Writing something in an ambiguous manner and blaming others for misinterpreting it is the writers fault.

  • @jimbarrett5930

    @jimbarrett5930

    8 ай бұрын

    @@Andrew-it7fbNo, he saw errors in algebra.

  • @Andrew-it7fb

    @Andrew-it7fb

    8 ай бұрын

    @@jimbarrett5930 I'm sorry that you don't understand the difference between math and convention.

  • @jimbarrett5930

    @jimbarrett5930

    8 ай бұрын

    @@Andrew-it7fb I do. Intimately.

  • @Andrew-it7fb

    @Andrew-it7fb

    8 ай бұрын

    @@jimbarrett5930 If you did, we wouldn't be having this conversation.

  • @GhettoFabulousLorch
    @GhettoFabulousLorch10 ай бұрын

    I was taught PEMDAS but I was also taught to multiply by juxtaposition before moving on to division. For reference I was in elementary school in the 1990s. When 6÷2(1+2) came around I thought the world had gone insane or that I was being gaslit. Thank you for making this video.

  • @gardenjoy5223

    @gardenjoy5223

    10 ай бұрын

    In 1979 I was taught this in 7th grade and I guess I had a good teacher, for it was ever so simple! First 'in between the brackets', then what's 'attached to the brackets'. Then the rest according to EMDAS (we of course already used EMDAS within the 'P' part of the brackets too).

  • @leighz1962

    @leighz1962

    6 ай бұрын

    A(B+C) is A * (B+C) The A is not in parentheses and does not solve during P, in PEMDAS.

  • @flummer7

    @flummer7

    6 ай бұрын

    @@leighz1962 Incorrect. Guess you never heard of the Distributive Law. The Distributive LAW states: A(B+C) = (AB + AC). This is actually one of the fundamental laws of Math. So the facts are the number attached to the parenthesis should be moved into the parenthesis since that is actually a LAW in Math.

  • @cordogg01

    @cordogg01

    5 ай бұрын

    It's 100% NOT a law. It's called the distributive PROPERTY of multiplication and its no more powerful than the operation next to it. There is no division or subtraction really. All of it can be reduced to multiplication and addition (of inverses) so that they are closed under the respective operations. I'm actually a little annoyed that this presenter referenced the laziness of book writers to cite that Pemdas means nothing. There IS an order of operations and it's not helpful to have something like this go viral.

  • @zalard6896

    @zalard6896

    4 ай бұрын

    Except 6÷2(1+2) would = 9. If you wanted the multiply first you'd simply add the bracket or right it as a fraction properly. Her whole explanation is bullshit. Paraphrased as "people don't write things properly so order of operations shouldn't apply". Theirs absolutely no ambiguity with pemdas. People who argue ambiguity just don't follow the order. And people that write the equation and claim to want a different order should write it properly

  • @bostonlinuxandunix
    @bostonlinuxandunix Жыл бұрын

    I've had this argument numerous times on facebook; it seems to come up in my feed at least three times per year. The most recent time, I had someone respond that they had been teaching math for 15 years, and that they always taught strict PEMDAS, and therefore I was wrong. My response to them was that they have been teaching it wrong for 15 years.

  • @bensimort30o7

    @bensimort30o7

    6 күн бұрын

    It's the same for me but on instagram. And it's always the replies of "You are wrong, you don't know how to do basic maths" or the "No, but PEMDAS" and I'm like: Dude, you probably don't even know why the priority of operations even exists and why is it like it is. Do not tell me to use something that you do not even understand

  • @Unshou
    @Unshou Жыл бұрын

    I think half the problem is trying to write out a statement on a single line using symbols like ÷ or /. For as long as I can remember, I always carried out multiplication by juxtaposition first. 1/2πi has always been in my eyes 1 over (2πi).

  • @Milesco

    @Milesco

    Жыл бұрын

    *_Exactly._*

  • @rrteppo

    @rrteppo

    Жыл бұрын

    ÷ and / are two different symbols entirely is the issue same as A*B and AB are different (those two are more similar though). ÷ means you are doing division of A divided by B. where / marks the right side OVER the left side, which can be broken up by a *. So A/BC and A/B*C are different, but A÷BC and A÷B*C are the same (in this case A/B*C is also the same). You almost never see A÷BC though because it's ugly and unintuitive.

  • @NunoRVOliveira

    @NunoRVOliveira

    Жыл бұрын

    1s is one second 2s is 2 seconds Are you telling me that 1/2s is not half a second but 0.5hertz?????

  • @Milesco

    @Milesco

    10 ай бұрын

    @@NunoRVOliveira "s" is not a constant or a variable. It is a unit of measure. Also, according to the International Bureau of Weights & Measures (the BIPM), there is supposed to be a space between the number and the unit. So one second should be written as "1 s". Two seconds should be written as "2 s". And half a second, if written as an in-line fraction, should be written as "1/2 s". If the rules are followed, there is no confusion.

  • @taoliu3949

    @taoliu3949

    Жыл бұрын

    ​​@@MilescoI would still argue it's not clear. It's not uncommon to write units in the denominator in certain fields such as Physics. The context matters.

  • @rpruneau68
    @rpruneau685 ай бұрын

    Simply put, don't rely on your systems algorithm to work the way you expect. Control the outcome and reduce the probability for logical errors by utilizing parenthesis whenever ambiguity in the order of operation may exist.

  • @runmarkrunheinrich
    @runmarkrunheinrich5 ай бұрын

    Thank you for being a glimmer of sanity against the winds of smug KZread math PEMDAS zealots ignoring implicit conventions pervasive among people actually using math for useful things like science, engineering, etc.

  • @ronaldt6875
    @ronaldt6875 Жыл бұрын

    when i learned the order of operations in algebra in eighth grade, we were told to NEVER use the ÷ and to ALWAYS use the fraction bar (vinculum) because that is a grouping symbol whereas the ÷ is not. And you can never use too many parentheses for clarification. Thank you Ms Goslee!!!!

  • @RS-fg5mf

    @RS-fg5mf

    Жыл бұрын

    You didn't learn the Order of Operations until 8th grade?? Wow. _______ 2(1+2) two grouping symbols (2(1+2)) two grouping symbols q 6÷(2(1+2))=1 6÷2(1+2) does not equal 1

  • @suineitling

    @suineitling

    Жыл бұрын

    ​@@RS-fg5mf Can you please tell me the difference between ÷ and /

  • @suineitling

    @suineitling

    Жыл бұрын

    ​@@RS-fg5mf please

  • @RS-fg5mf

    @RS-fg5mf

    Жыл бұрын

    @@suineitling there is no mathematical difference. The obelus ÷ and the solidus / are both equal signs of division and neither one serves as a grouping symbol. The solidus / is more prominent these days when writing inline infix notation mainly because the obelus ÷ is used in some countries to represent subtraction instead of division. Anther reason is that prior to 1917 some text book printing companies pushed the use of the obelus in a manner similar to the vinculum because the vinculum took up too much vertical page space, was difficult to type set and more costly to print with the printing methods at that time. However, this was in direct conflict with the Order of Operations and the various properties and axioms of math that were established in the early 1600's when Algebraic notation was being developed in order to eliminate ambiguity and to minimize the unnecessary and excessive use of parentheses when dealing with inline infix notation so the ERROR was corrected post 1917. This ERROR i.e. misuse of the obelus by the text book printing industry to try and save time and money was wrong and means that 1 is not and has never been the correct answer... 6÷2(1+2) and 6/2(1+2) are mathematically the same. Both equal 9

  • @williejohnson5172

    @williejohnson5172

    Жыл бұрын

    @@suineitling Practically there is no difference. As a rule of thumb just do what the equation tells you. 6/2(1+3). This equation says 6 OVER 2 times 1+3. Or it says divide 6 by the product of 2 times 3. Practically, if you see a division sign or slash then everything to the left is the numerator and everything to right is the denominator. Let parenthesis tell you anything different.

  • @fluffymcdeath
    @fluffymcdeath Жыл бұрын

    It's funny that you can actually show people how real mathematicians and people who use mathematics professionally understand these expressions and still have people arguing its wrong because it's not what their junior school math teacher told them. .

  • @okaro6595

    @okaro6595

    Жыл бұрын

    These are people who have over-reliance in rules. They see the rules as something absolute and not conventions. Ask them why is multiplication done before before addition and they can only say PEDMAS. The answer is simply. If you buy 5 apples à 2 € and 7 oranges à 3 € how much does it cost. It is nice if you can write 5*2 + 7*3.

  • @ILoveCunnilingus

    @ILoveCunnilingus

    Жыл бұрын

    I did not see any example showing ÷ symbol. Either because they don't know how to write/type the symbol or real mathematicians or people who use mathematics professionally don't use the ÷ symbol. The examples showed if there is / that means group numerator and then denominator. 6 ÷ 2(1+2) ≠ 6 / 2(1+2)

  • @jc3drums916

    @jc3drums916

    Жыл бұрын

    The video showed nothing. The original expression contained ÷, which is the source of ambiguity, and then immediately pivoted to using the fraction bar. They are not the same thing.

  • @Channel-ns7cr

    @Channel-ns7cr

    Жыл бұрын

    And then there are English teachers who say, "Never begin a sentence with a conjunction." But good writers aren't held to such silly limitations, are they?

  • @emphyriohazzl1510

    @emphyriohazzl1510

    Жыл бұрын

    @@ILoveCunnilingus that symbol ÷ (called the obelus) is no longer of use according to ISO 80000-2, only "/" is used (a consequence of it being used in most programming languages and of keyboards not having the obelus symbol I think), and it was rarely used by mathematicians and scientists either in the first place, it was mostly used in some printed books). But ÷ and "/" were always the same thing. 1÷ab was also 1/(a*b).

  • @balkanleopard9728
    @balkanleopard972810 ай бұрын

    Absolutely. I've been an engineer for 50 years and your presentation exactly matches what I, and my colleagues, have been doing during my entire university studies and engineering career. If in there is any possibility of misinterpretation / doubt, parentheses (brackets) are utilised.

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    YES!!!! No matter how many you have to use. Otherwise that spaceship might be lost.

  • @cliffordschaffer5289

    @cliffordschaffer5289

    8 ай бұрын

    @@aspenrebel The Guiness Book of World Records used to list the most expensive typographic error as a multi-hundred million-dollar launch that failed for similar reasons. Parentheses are cheaper.

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    @@cliffordschaffer5289 yup!! Did I ask this question, somewhere? What is 6 ÷ ab? Where a=3 and b=2. The Answer: 1. But the "woke", New World Math, Globalist will tell you it is 4. "ab" is one complete term. Just as "2(1+2)" is one complete term. I cannot see anyway to write 6 ÷ 2(1+2) =, under the PEDMAS-er's Rules, to make the answer 1. Yet under centuries old pure math, the answer is 1.

  • @chrisakins692
    @chrisakins69210 ай бұрын

    Thank you!! I graduated from the Naval Academy. This is how we were taught in our math, engineering, and science classes as well. This issue isn't just a fun brain teaser, it's important. If you are designing a bridge or a building, or worse - a more complex dynamic system, math matters.

  • @garymartin9777

    @garymartin9777

    9 ай бұрын

    And if you attempt to use a computer or calculator to assist computation for such endeavor you had better be aware that that device is likely to use PEMDAS to parse expressions. Simply do not write ambiguous expressions -- use parens to coerce an exact parsing.

  • @herbie_the_hillbillie_goat

    @herbie_the_hillbillie_goat

    9 ай бұрын

    It is a "fun little brain teaser" though because NO ONE writes an elementary expression like that. It's completely academic. Furthermore, I hope you meant to say you were taught PEMDAS in the Naval Academy. "If you are designing a bridge or a building, or worse - a more complex dynamic system, math matters." I agree. That's why mathematicians, scientists, and engineers don't write stupid little "trick" problems like this. Nevertheless, even as written, the expression is NOT ambiguous. It's 9.

  • @herbie_the_hillbillie_goat

    @herbie_the_hillbillie_goat

    9 ай бұрын

    @@garymartin9777 The expression isn't ambiguous. It's 9.

  • @GanonTEK

    @GanonTEK

    7 ай бұрын

    ​@@garymartin9777100%. This is the actual correct answer.

  • @otacon8790

    @otacon8790

    6 ай бұрын

    That is an answer by computation alone. The correct answer is 1. If we read the equation plainly, it is simple to see how the answer is derived. 6 is being divided by twice the sum of 1 and 2.

  • @robertleggewie4121
    @robertleggewie4121 Жыл бұрын

    Brilliant! As a math tutor for elementary, high school, and college students, I've been fighting against the tide of PEMDAS forever. Allowing the use of the ÷ and / symbols has been the greatest detriment! Thanks again for your presentation here!

  • @drinkoldcoke

    @drinkoldcoke

    Жыл бұрын

    What is really stupid is the new CORE math my kids had to learn, what a dumb confusing mess of nonsense !

  • @tylerian4648

    @tylerian4648

    10 ай бұрын

    ​@@drinkoldcokeIs that the same one that required us to do black out poetry during my Physics class back in High School?

  • @halweiss8671

    @halweiss8671

    10 ай бұрын

    @@drinkoldcokeCommon Core is what educators came up with when they analyzed what all the countries that had high math scores and successful math programs, had in common.

  • @Clarinetboy82
    @Clarinetboy82 Жыл бұрын

    This was the way I was taught PEMDAS by my math teachers, at least starting in 7th grade algebra (we didn't use PEMDAS before that), that multiplication came before division. I was very confused when I started seeing people online trying to solve these math equations and they were doing multiplication and division in the order they came, and not giving multiplication priority. I should also note, that none of them wrote in-line equations when it came to division. It's just not how we were taught, but then again starting in 6th/7th grade is when we started algebra and then moved to geometry and trig in high school.

  • @347Jimmy

    @347Jimmy

    Жыл бұрын

    I was also taught this method

  • @lyrimetacurl0

    @lyrimetacurl0

    Жыл бұрын

    We were taught BODMAS (as you can see D comes before M) but still 6 ÷ 2(1+2) is obvious to do the juxtaposed multiplication first. Mainly because if it wasn't meant to be first then they would have written it in a way that doesn't suggest that it is first.

  • @TimRubel

    @TimRubel

    Жыл бұрын

    I was also taught multiplication first

  • @MannonMartin

    @MannonMartin

    10 ай бұрын

    Same here. Which makes it seem kinda weird when she says PEMDAS is wrong and yet the right rule follows PEMDAS exactly as it was taught to me. Makes me think the thing of doing multiplication and division in the order written must be a newer thing I think and PEMDAS the way we learned it was older? So it's not so much that PEMDAS is wrong, but that it's being taught to mean different things.

  • @ian_b

    @ian_b

    10 ай бұрын

    Same. I never knew people did the blindly following the order of division and multiplication until the internet.

  • @SilntObsvr
    @SilntObsvr10 ай бұрын

    Even in college calculus and engineering classes (and computer programming) we were never *told* that PEMDAS was a limited case -- but we very quickly absorbed by example this juxtaposition precedence and learned to add parentheses if needed for clarity when linearizing an equation or formula.

  • @praiseYAHalways

    @praiseYAHalways

    9 ай бұрын

    It seems that if you have to 'add' parentheses to an already stated question you actually change the question. But if you actually use PEMDAS as written and not worry about the left to right issue, then in this question presented the answer still comes to 1(I seem to remember learning both ways in HS and then the traditional left to right order in college)

  • @leighz1962

    @leighz1962

    6 ай бұрын

    Look up PEMDAS rules. Ties(MD or AS) are done left to right. The answer is 9 and other answers are not correctly done using PEMDAS. NYT has an article from 2019 covering this. 8÷2(2+2) = 16.. not 1.

  • @J-kd2qc

    @J-kd2qc

    6 ай бұрын

    PEMDAS is a mnemonic for the order of operations. The order of operations must always be equal otherwise two people would get two different answers. 8+2*4 = 8 + 8 = 16 using the order of operations. 10 * 4 = 40 just going left to right. Which is correct? The order of operations is not just some random process someone came up with. Why the order of operations? P - Parentheses - groupings. If someone emphasized a group then that should be done first. a + (b - c), b-c should come before adding a. E - Exponents - exponents are just a group of multiplications. 3^2 = (3*3) M - Multiplication is just a group of additions, 2*4 = 2 + 2 + 2 + 2, thus 8 + 2 * 4 = 8 + (2 + 2 + 2 + 2) = 16. D - Division is just a group of subtractions, 12 / 4 = 12 (- 4 - 4 - 4) = 3 -Multiplication and Division are inverses of each other thus they are of the same precedence, 12/4 = 3, 3*4 = 12. Addition and Subtraction are just the last operations, the most basic so they're saved for last. In this issue 6/2(1+2), the 1+2 are first, then it comes down to 6/2(3) which is only division and multiplication, the same precedence, so they're done from left to right, 6/2 = 3, 3(3) = 9. This could also be written as 6 * 1/2 * (1+2). Multiplication can be done in any order thanks to the communitive property, this 1/2 of 3 is 1.5, 6 * 1.5 is 9. The only answer for 6/2(1+2) is 9.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    @@leighz1962 PEMDAS does not treat juxtaposition properly, so it gets the wrong answer, as the video demonstrated.

  • @5BlockNeo

    @5BlockNeo

    Ай бұрын

    @@leighz1962 Damn bro never knew the new york times, a bunch of journalists, know more than actual mathematicians! Might as well remove mathematics as a major and replace it with more courses in journalism as they clearly know more!

  • @michaelkent6121
    @michaelkent61218 ай бұрын

    I’m an engineer and I would say the answer is 1. I think the simplest way of explaining it is that multiplication by juxtaposition comes first. In this case the 2 is also effectively part of the bracketed term which should be executed first under Bodmas / Pedmas. I would argue that under bodmas the precedent is of the arithmetic symbols used in primary education, when juxtaposition is not typically taught. When juxtaposition is used there is either no symbol or as in this case there is a bracket which you could say comes first in bodmas. That is how most people would do it in algebra as well (imagine substituting 1 and 2 with x and y). Which gives: 6 / 2(1+2) = 6 / (2+4) = 6 / 6 = 1

  • @cliffordschaffer5289

    @cliffordschaffer5289

    8 ай бұрын

    As a programmer I would say that parentheses remove all doubt.

  • @TheeMoonstar
    @TheeMoonstar5 жыл бұрын

    Is anyone else as impressed as I am that she can write that well with a mouse/pointer/clicker???

  • @THaWoM

    @THaWoM

    5 жыл бұрын

    I'd love to claim those mad skills, but I'm using a stylus on a yoga 260 thinkpad :)

  • @TheeMoonstar

    @TheeMoonstar

    5 жыл бұрын

    @@THaWoM ohhh I see! 😝 Still very satisfying handwriting nonetheless! Also love your voice 🤭

  • @aydenwhidby6540

    @aydenwhidby6540

    4 жыл бұрын

    No one asked

  • @bored7878

    @bored7878

    4 жыл бұрын

    EZc1apz Rude

  • @dicksilk

    @dicksilk

    4 жыл бұрын

    I'm a bit concerned that she writes the letter "x" by using two mirrored "c" characters.

  • @gavintillman1884
    @gavintillman1884 Жыл бұрын

    So glad you posted this as I think the same. I remember reading Donald Knuth’s argument that multiplication written as juxtaposition binds more tightly than PEMDAS suggests, whereas expressions using multiplicatio and division signs would tend to proceed left to right. I remember presenting a view about the viral problem, playing devil’s advocate, and seeing both sides but preferring to the the juxtaposition multiplication first, and I had so many rude comments, one person telling me I should hand back my maths degree certificate as I didn’t deserve it!

  • @pandoorloki1232

    @pandoorloki1232

    Жыл бұрын

    Where did Donald Knuth argue this? (Just asking for the source, not disputing it--it is certainly true.)

  • @gavintillman1884

    @gavintillman1884

    Жыл бұрын

    @@pandoorloki1232 the textbook to one his programs, METAFONT. It’s basically a programming language for building fonts, but the rules for building expressions include multiplication by juxtaposition, not generally seen in either typical high level languages or Excel. And multiplication by juxtaposition binds more tightly than multiplication by *. It’s in his METAFONTbook.

  • @garymartin9777

    @garymartin9777

    Жыл бұрын

    that complicates parsing and was probably rejected early on for that reason.

  • @mgancarzjr

    @mgancarzjr

    Жыл бұрын

    Mathematician: mn is mathematically equivalent to m*n! Programmer: That's a totally different variable. You could do mn = m*n. Mathematician: That's illegal! Programmer: You telling me dy/dx is three different variables?

  • @silphv

    @silphv

    Жыл бұрын

    As a programmer, I apologize for our abuse of the equals sign. As annoying as it (sort of) is to write := or similar for assignment in the languages that use it, it's probably a saner choice.

  • @TheEngineer28
    @TheEngineer28 Жыл бұрын

    I'm an engineering student, and it is almost always beneficial in the field to represent division with a fraction. We use fractions A LOT in calculations, so using it as a division symbol is kinda killing two birds with one stone most of the time. There were many times in calculus where I needed to cancel out terms in a fraction to make an equation more doable. Having the numerator be physically on top of the denominator lets me better see if there is something that I can cancel out. There are also advanced mathematical concepts like Laplace Transforms that are, most of the time, completely reliant on fractions to rewrite tough equations into something more doable. In addition, using a fraction eliminates the need to put more parentheses in an equation to clarify what a division symbol is dividing from what. It just makes things more clear in my opinion.

  • @AudriusN

    @AudriusN

    11 ай бұрын

    not the best thing to dumb it down. Example 5:5+5=? vs 5/5+5=? If dumbed down to "use fractions" one can interpret as 5 divided by the result of 5+5 when 5 divided by 5 then add 5 needed.

  • @mauriziograndi1750

    @mauriziograndi1750

    10 ай бұрын

    Correct

  • @badnewsBH

    @badnewsBH

    10 ай бұрын

    Absolutely. Sometimes we try to write, or type equations out on one line, and it confounds things. I definitely found writing the equation out long form on multiple lines for fractions made this make much more sense.

  • @TheEngineer28

    @TheEngineer28

    9 ай бұрын

    @@AudriusN For the question 5/5+5=?, the fraction would be with the 5 in the numerator and the other 5 in the denominator, and then the +5 would be completely outside of the fraction. That or if you did want to do 5/(5+5)=?, putting the 5+5 in the denominator would also send the message that you wanted the 5+5 to be done first before the division. It is super useful and concise to use fractions in engineering math problems because sometimes you need to divide a number by the result of a bunch of variables that need to be added and/or subtracted together and it's nice to show it on 2 lines, like 10/(1+b(60/a)).

  • @raipier
    @raipier10 ай бұрын

    The 2 is linked with the parentheses, and is reinforced by the distributive property. The 2 is still connected even after adding. This is proven by distributing it out which forces the expression to become 6÷[(2×1)+(2×2)]. In the end, using proper notation when developing problems is important. Also knowing ir stating the conditions placed on expressions for the format in use. To quote Pirates of the Caribbean - "It is more what you'd call guidelines than actual rules" 😊

  • @corwyncorey3703

    @corwyncorey3703

    10 ай бұрын

    *This* 100%. The expression 2(3) has not yet been resolved as a parenthetical operation, and is not equal to 2*(3). Just because people misinterpret the rules, does not in any way make the rules wrong... just improperly taught/understood. Ignorance of the Law is no excuse.

  • @drift_ah1518

    @drift_ah1518

    10 ай бұрын

    have seen a lot of this misinterpretation of PEMDAS and was extremely shocked to find out that even Google algorithms use the misinterpretation Its probably necessary to overload any equation or expression with parentheses to avoid ambiguity Strangely enough when I learnt BODMAS i learnt that the O stood for both Order (Exponetial) as well as Of which meant evaluate completely any expression within or adjacent to parenthesis so in this case 2(3) has to be evaluated before the division. Reading the expression would be 6 divided by 2 of 3. 2 of 3 means you have two sets of 3 but these guys have turned this completely around and decided that this statement should read 6 divided by 2 times 3 which is not quite the same thing

  • @raipier

    @raipier

    10 ай бұрын

    @@drift_ah1518Yep. This is why I used the Distributive Property in my example. This is an actual mathematical "law" where as PEDMAS is only a procedural ranking based on a set of conditions and in this case based on the "grammar" of writing it in one line rather than long form on paper.

  • @corwyncorey3703

    @corwyncorey3703

    10 ай бұрын

    @@drift_ah1518 adding in additional (and needlessly complicated and completely irrelevant) parentheses into a mathematical expression, only to hold the hand of people who never understood the concept loses some of the elegance math is capable of. When leading Trolls and Ogres through a Magical Forest, they are bound to mash some flowers into the mud. Better to teach them the *right* way to do it, as some of these KZreadrs try to, with the assistance of others. And maybe fix the education systems that pass people ho don't actually know what they ere taught.

  • @drift_ah1518

    @drift_ah1518

    10 ай бұрын

    @@corwyncorey3703 lol - am having quite the debate elsewhere with someone that just wont see the logic

  • @johnnychinstrap
    @johnnychinstrap Жыл бұрын

    As one that taught engineers, we did teach BEDMAS as a rule of thumb. But we also put the onus on the student to make sure it was clear to the guy giving the marks what your math meant. Like I read below, you can never have too many brackets to group terms and processes in your solution.

  • @FrostSpike

    @FrostSpike

    Жыл бұрын

    >> you can never have too many brackets

  • @justbeyondthemath4559

    @justbeyondthemath4559

    Жыл бұрын

    @@FrostSpike machine code and assembly language.. Fast and efficient. no brackets.. lol just a pain in the ass professor that made sure there were no mistakes so my engineers understood everyone has to understand there work./

  • @AndyWTR
    @AndyWTR Жыл бұрын

    We did BODMAS in school but I think I remember learning to always aim to get rid of brackets before solving the whole problem, which in this instance gives the correct answer. I don't think I've ever heard the idea that we should deal with multiplication or division in order of left to right.

  • @toriless

    @toriless

    10 ай бұрын

    It is still wrong! DM can be MD

  • @Penddraig7

    @Penddraig7

    10 ай бұрын

    You have to deal with it from left to right with DM because we read from left to read and if you don’t then you end up with different answers, this is not the case for AS because the order doesn’t change the overall answer, it’s the same regardless of whether you do A first or S first.

  • @TheRookieWarrior

    @TheRookieWarrior

    10 ай бұрын

    I learned multiplication and division are in the same hierarchy so you do left to right, not multiplication then division, just left to right. think about 4/6*3, it wouldn't be 4/18, it would be 2, so the rules do infact matter. also it was only for 6/x, where x is 2(1+2), and the new rule states "when slashing a fraction, this is the accepted order of operations: raising to a power, multiplication, division, addition and subtraction" it's far different than the way we would do other equations without slashing fractions because pemdas/bodmas always do parenthesis, exponents, multiplication and division, addition and subtraction. left to right also only apply for multiplication and division, and addition and subtraction.

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    So with 6 ÷ 2(1+2) we get rid of brackets (parentheses) to get. 6 + 21 + 2 = ? Correct? Which, accordung to, PEDMAS, would give 6 ÷ 21 = 0.2857, then + 2 = 2.2857

  • @Penddraig7

    @Penddraig7

    8 ай бұрын

    @@aspenrebel no wrong, you are not using BODMAS/PEDMAS, you need to follow the order. I have no idea where you get 6 / 21 + 2 from 6 / 2(1+2) = 6 / 2(3) = 3 x (3) = 9

  • @oysteinsoreide4323
    @oysteinsoreide4323 Жыл бұрын

    Problem with teaching PEMDAS is that they have to unlearn it later. It is much better to teach the most used rule from the start.

  • @nathanlarson1033

    @nathanlarson1033

    2 ай бұрын

    To a degree yes you do need PEMDAS but you also have got to remember you need law of mathematics supersedes PEMDAS first so in like this equation is the distributive law will be applied first and then PEMDAS then the answer is still one. Nobody ever remembers that..

  • @oysteinsoreide4323

    @oysteinsoreide4323

    2 ай бұрын

    @@nathanlarson1033 I have never learned PEMDAS at all. I have managed just fine.

  • @sillypopcorn1006
    @sillypopcorn100610 ай бұрын

    I always assumed that because the 1+2 is inside the parentheses, you would either factor the 2 into the 2(1+2) to get 2+4=6 or just prioritize the 2(3) over 6/2 because the 3 is inside the parentheses

  • @JennaGibbens

    @JennaGibbens

    10 ай бұрын

    Actually you do not assume ....you were just taught correctly. As 1 is the correct answer.

  • @shiijei2638

    @shiijei2638

    10 ай бұрын

    @@JennaGibbens9 is the correct answer, if they want 1 to be the correct answer add brackets.

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    The "2" is part of the "(1+2)" expression, so "2(1+2)" has to be completed first. THEN 6 ÷ 6 = 1.

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    ​@@JennaGibbenscorrect!!

  • @aspenrebel

    @aspenrebel

    8 ай бұрын

    ​@@shiijei26389 is INCORRECT!! Brackets are not necessary, there are akready parentheses. 6 ÷ 2(1+2) is different than 6 ÷ 2 x (1+2). In the first, the 2 is part of the parentheses expression, so 2(1+2) MUST be completed first. In the 2nd, the 2 is not part of (1+2). I'm sorry that you are wrong, and I'm sorry that you were taught wrong. And I'm sorry that you have been brainwashed. But that is your problem not mine/ours. 6/2 x (1+2) = 9 is diff than 6/2(1+2) = 1. That is same as 6/[2(1+2)]. I hope you don't work in some important engineering, medical, or scientific field, and use your kind of math. Because if you do, I'm very scared right now.

  • @FriendlyFare
    @FriendlyFare Жыл бұрын

    I'm 55 and Canadian and was taught BEDMAS, but like other commenters was always instructed that parentheses/brackets were not solved until they were eliminated, thus the order (in this case) would be what's inside the bracket, then the multiplier next to the bracket, then the divisor, leaving the answer of 1. But I can definitely see where it could go wrong with other equations laid out differently....

  • @okaro6595

    @okaro6595

    Жыл бұрын

    The implied multiplication is not connected to the brackets. Sure brackets allow its use: you can write 3(2) but not 32 to mean 3*2. You also can use implied multiplication with variables. If you had x=3 and did 6/2x you still would get the difference even though parenthesis are nowhere.

  • @emphyriohazzl1510

    @emphyriohazzl1510

    Жыл бұрын

    @@okaro6595 you actually can't write 3(2), implicit multiplication must always contain a symbol (both from usage, as you can see in the examples she provides, there are always symbols/variables in implicit multiplications and also from the ISO 80000-2 which defines the rules for mathematical and scientific writings). This internet meme is just improper writing and the answer should be "no value" :). But of course if somehow you *have* to decide what value it should have, any mathematician would reluctantly interpret the 2(2+3) as an implicit multiplication and answer 1.

  • @drinkoldcoke

    @drinkoldcoke

    Жыл бұрын

    Thank You ! 53 here and this was junior high math class for me as well !

  • @bartsky1945

    @bartsky1945

    11 ай бұрын

    I've had same rule implemented, PEMDAS but not until you have parenthesis eliminated and that pretty much solved the problem

  • @stevecn70
    @stevecn70 Жыл бұрын

    I really think this whole confusion comes from typewriters, keyboards, etc. not being able to type out the actual notation you would see in a textbook. I think after seeing it written in the textbooks so many times, I just kind of knew what they meant when they tried to type it out in a paragraph. My TI-89 Calculator does Pretty Print notation so you can better understand what is going on.

  • @NovaNinja_

    @NovaNinja_

    10 ай бұрын

    I agree completely. I graduated high school in 2007 in the increasingly digital age, all our tests and exams were written on PC and printed out but everything in math was formatted correctly to avoid this problem such as 1 ------ = y 2x but I always understood 1/2x=y to be the same thing because otherwise it would be written as x/2=y

  • @jeanpauldelauw7716

    @jeanpauldelauw7716

    10 ай бұрын

    In mathematics you avoid things like "a/bc". Not a correct way of writing down a mathematical expression! This is creating confusion because in the early days printing of the correct way was often not possible and took too much space. So pemdas etc. is mathematical correct and so you write a ------ b c

  • @toriless

    @toriless

    10 ай бұрын

    OK, but isn't 5 (6 + 3 x 4 / 2) reallly PEMDAS instead. It gets much worse. How about 5 (6 + 3 x 14 / 2 (3x5) / 5)

  • @sqlexp

    @sqlexp

    10 ай бұрын

    ​@@jeanpauldelauw7716It's incorrect only in the eyes of the undereducated.

  • @jeanpauldelauw7716

    @jeanpauldelauw7716

    10 ай бұрын

    Get lost! @@sqlexp

  • @ER3xW4ha7
    @ER3xW4ha7 Жыл бұрын

    The ending of the video is how I learned in school (also always going from left to right). When I have a good math day, the expressions and equations I’ve evaluated always prove to be the right answer. I think this “dilemma” has more to do with lazy / forgetful teachers and the problems of transcribing inline equations.

  • @baxtermullins1842
    @baxtermullins18422 ай бұрын

    Many years ago in grade school, multiply superseded division and not equal - as an engineer, I still have my reference! For equations written in line, I always provide appropriate parentheses, brackets and braces to force a particular mathematical procedure!

  • @aucourant9998
    @aucourant9998 Жыл бұрын

    Exactly. You have to follow what is meant by using the parentheses (brackets as we called them) in the first place. I went to school in the 1950s and we were taught that a number touching the brackets and the numbers inside the brackets were all part of a function which had to be carried out as a separate operation. And we were taught to do that first before doing anything further. So a(b+d) was (ab+ad) and not to be translated as a X (b+d) in a longer expression. This is logical and avoids confusion.

  • @anchorskid

    @anchorskid

    Жыл бұрын

    On a keyboard, curved lines ( ) are parentheses. Cornered lines [ ] are brackets.

  • @aucourant9998

    @aucourant9998

    Жыл бұрын

    @@anchorskid We didn't have computers when I went to school in the 1950s here in the UK. And we called them brackets at the times.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    @@anchorskid in the UK we use BODMAS - Brackets, Orders, Division, Multiplication, Addition, Subtraction. So they're definitely brackets here, and the wikipedia article for Bracket agrees. Even though BODMAS specifies division before multiplication, and juxtaposition is not included, we always multiplied juxtaposed symbols as a priority.

  • @anchorskid

    @anchorskid

    2 ай бұрын

    @@shaunpatrick8345 We use parentheses for these symbols ( ) wherever they're used. These [ ] or these { } are brackets.

  • @marian-gabriel9518
    @marian-gabriel9518 Жыл бұрын

    I've learned it as implicit vs explicit multiplication. Implicit meaning the multiplier is a common factor in an expression and should be evaluated at the same time with its expression, whilst the explicit multiplication must be written out with an explicit multiplication symbol of " x " or " * ". And for cases with 2x / 3y -1 in order to include the "-1" into a single expression you'd use parentheses like 2x / (3y -1).

  • @Subjagator

    @Subjagator

    Жыл бұрын

    Unfortunately there is no central authority to make official rules. This implicit vs explicit rule that a lot of people try to insert into these kinds of meme internet problems don't work. If there was a difference between implicit and explicit multiplication then 2x and 2*x would be different. Likewise 2(1+2) would be different to 2*(1+2). And if they were different then contracting 2*x into 2x at any point would be a terrible idea and we would have a 'rule' not to do that etc.. Our 'rules' have ambiguity, they always have and likely always will because the 'rules' are often not rules and are actually just conventions that some people make up to try to make it work better. Even the video called these 'unofficial rules' that engineers and stuff use when writing and interpreting formulae. The reason we have parenthesis and why that is evaluated first is because this ambiguity was a known problem and the parenthesis was a way to address it, but it only works when the person writing the equation uses them correctly. If a person writing the original doesn't see how it could be interpreted differently then they might not be clear enough when writing it down, which can lead to different people getting different answers. But the only person who knows the 'correct' way of evaluating the formula is the person who originally wrote it. No amount of arguing on the internet about what the correct order of operations is will get you the 'only and only absolutely correct and everyone else is wrong' answer.

  • @marian-gabriel9518

    @marian-gabriel9518

    Жыл бұрын

    @@Subjagator Let me quote myself: "I've learned it as [...]". I did not claim it's "more betterer" or in any way shape or form the LAW.

  • @Subjagator

    @Subjagator

    Жыл бұрын

    @@marian-gabriel9518 Of course. It is just a pretty common thing that comes up on these kinds of videos. Yours was the first comment that I came across which mentions different types of multiplication with different rules etc.. so I added my two cents. It is a public forum after all. I was in no way trying to straw man an argument or anything and if that was the impression I gave then I can only apologise.

  • @geensgenius

    @geensgenius

    Жыл бұрын

    @@Subjagator 2x is one expression, 2*x is an operation. Imagine 2pi would be read as 2 x pi everywhere. Then we should effectively use “tau” in stead.

  • @Milesco

    @Milesco

    Жыл бұрын

    @@Subjagator _"If there was a difference between implicit and explicit multiplication then 2x and 2*x would be different."_ And it is! _"Likewise 2(1+2) would be different to 2*(1+2)."_ And it is! 6 ÷ 2(1+2) = 1. 6 ÷ 2 × (1+2) = 9. The operator (the multiplication sign in these examples) serves to separate the coefficient from its variable so that it doesn't get the priority that implied multiplication gets. _"And if they were different, then contracting 2*x into 2x at any point would be a terrible idea and we would have a 'rule' not to do that, etc."_ In real life, engineers and, well, just about everyone I've ever come across, rarely if ever use actual multiplication signs, so the idea of "contracting 2*x into 2x" isn't an issue. If it were ever necessary to insert a multiplication sign to avoid the priority that implicit multiplication by juxtaposition creates (e.g. "2 × x" or "2 · x"), most likely the person writing the expression would use parentheses in that case. But contrary to your assertion, the universal and ancient convention of the priority of implicit multiplication by juxtaposition is so, well, universal and ancient, I believe it can fairly be considered a "rule". Indeed, the creator of this video has referenced two authoritative sources that say so. I don't think there's a mathematician or engineer or similar professional in the world who would say that a/bc is anything other than "a" divided by the product of b and c.

  • @blakemimitz1106
    @blakemimitz110610 ай бұрын

    I was always told I was doing these style equations incorrectly, but this is vindication for me! Thanks for the great video.

  • @adamhero459
    @adamhero4598 ай бұрын

    The way I read it is that when you have a parenthesis that is preceded by a number, this means you are using x times the amount in the parenthesis for the rest of the calculation. So although it is a multiplication you are doing, it is seen as it’s own group that needs calculated first before it is calculated with the rest of the equation. It does look weird when the equation is just using numbers, but when you start using variables in equations, it makes complete sense.

  • @mikestuart7674

    @mikestuart7674

    8 ай бұрын

    Actually when you see a parenthesis preceded by a number; It mean this number has been removed from the parenthesis and to properly evaluate the parenthesis it must first be distributed back. 2(1+2)=(2+4)=(6)=6 Or 2(1+2)=2(3)=(2*3)=(6)=6

  • @leighz1962

    @leighz1962

    6 ай бұрын

    Nowhere in PEMDAS order of operations is outer multiplication of parentheses stated as being done with P. It is the the MD portion. 6÷2(1+2) = 6÷2×(1+2) = 9 6÷(2×(1+2)) = 1

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    @@leighz1962 PEMDAS does not cover juxtaposition. When there is juxtaposition you need to use PEJMDAS.

  • @AmyKozerski
    @AmyKozerski Жыл бұрын

    My initial instinct was to distribute the leading 2 through the expression in the parentheses (either before or after resolving the expression in parentheses), which gets 1 because the parentheses are still intact after doing so. I always interpret the number before parentheses as being "bonded" to the parentheses unless there is a multiplication symbol separating them.

  • @thisisyourcaptainspeaking2259

    @thisisyourcaptainspeaking2259

    Жыл бұрын

    I agree, perfectly good logic.

  • @HeavyHebi

    @HeavyHebi

    Жыл бұрын

    I always saw the (x) as a way to show that the number within the brackets is seperate from the others.

  • @nekogod

    @nekogod

    Жыл бұрын

    There is a multiplication symbol between them it's just implied rather than written.

  • @NanoNaps

    @NanoNaps

    Жыл бұрын

    @@nekogod I was told to only omit multiplication symbols if the values belong together Why are you omitting symbols if there is no relation between the values?

  • @sharpshark1158

    @sharpshark1158

    Жыл бұрын

    That's multiplication by juxtaposition. It's just tha juxtaposition also applies to numbers and not just variables. I always interpret 2(3) like 2x (but x=3).

  • @TheTawniest
    @TheTawniest Жыл бұрын

    Often grateful for my 70-80s Canadian education. This is another of those times because I learned this as you described. I'd never heard of PEMDAS until an argument about the example or a very similar equation making its rounds online.

  • @mayloo2137

    @mayloo2137

    Жыл бұрын

    So did you answer 1 or 9

  • @Heylel444
    @Heylel444 Жыл бұрын

    There are two ways that I would solve this equation. One way is to use the distributive property to eliminate the ambiguity of whether to follow multiplication/division from left to right when simplifying the set in parenthesis. 6÷2(1+2)=6÷(2+4)=6÷(6)=1 The other way is to simplify the set inside the parenthesis first then, you are left with 6÷2(3) and realize that the parenthesis are still there and still must be solved before multiplication/division from left to right. 6÷2(3)=6÷(6)=1 Either way, the answer is still 1.

  • @berndmayer3984

    @berndmayer3984

    8 ай бұрын

    no. the inbetween operator extends to the next operator.

  • @hoochygucci9432

    @hoochygucci9432

    7 ай бұрын

    Correct. Parenthesis must be cleared first.

  • @leighz1962

    @leighz1962

    6 ай бұрын

    Nein.. there are technically hidden parentheses around everything. 6÷2(1+2) is also ((6)÷(2)((1)+(2))) If you are solving using PEMDAS, the answer is 9. 6÷(2(1+2)) would be 1.

  • @J-kd2qc

    @J-kd2qc

    6 ай бұрын

    If you're distributing you have to distribute the entire value, it's not 2(1+2), it's 6/2(1+2), thus 6/2 * 1 + 6/2 * 2 = 6/2 + 12/2 = 18/2 = 9.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    @@J-kd2qc you've not handled juxtaposition in that solution. As the video explained, PEMDAS cannot be used when an equation uses juxtaposition - you need PEJMDAS.

  • @user-pp6fx7si4g
    @user-pp6fx7si4g10 ай бұрын

    I know from my many calculations for structural engineering, that Pemdas is wrong. Of course, I will never see 90 again, and in my time we used paper and pencil, mechanical adding machines and the most important tool of all, a slide rule. There were no computers or internet.

  • @panhandlejake6200
    @panhandlejake6200 Жыл бұрын

    As others have commented - ALWAYS be explicit in how you write equations so that there is no need for interpretation. Use brackets & parentheses, write clear fractions, etc. As an example, put parentheses around exponents with multiple terms. Parentheses may also be necessary for proper order of (multiply - divide) or (add - subtract).

  • @adamlindstrom5750

    @adamlindstrom5750

    Жыл бұрын

    I somewhat disagree. Overusing brackets can make an equation a lot less readable, which is why in papers and textbooks in fields utilising a lot of maths you will find xy/zw rather than something like (xy)/(zw). As far as the maths itself is concerned there is no real "proper order". So long as everyone agrees with the notations and conventions used in a field, it's all good.

  • @mariuspuiu9555

    @mariuspuiu9555

    Жыл бұрын

    @@adamlindstrom5750 there is no such thing as "overusing" brackets. you either need them or not. they solve a problem. left to right is the proper order is brackets are not used.

  • @nightshade8538

    @nightshade8538

    10 ай бұрын

    @@adamlindstrom5750 unfortunately, the key problem is no one can agree! Everyone was hot different methods, and I don’t think we should call anyone method wrong. I may have been taught pemdas, but people might’ve been taught different. The issue comes with the fact that since people aren’t at the same things, we need to be more clear about what the problem wants using parentheses/brackets/braces/and an actual fraction, not just a slash cause that gets confusing too. Because the slash was sometimes taught to people as a division, but for other people it was taught as a fraction (division using grouping).

  • @J-kd2qc

    @J-kd2qc

    6 ай бұрын

    @@adamlindstrom5750 You're essentially saying it saves time by not writing extra brackets. However, what if you factor a fraction? Let's say you have 20 and want to factor 1/2 from it. You would now have to write (1/2)40, instead of 1/2(40). Either way you do it it'll require the use of brackets somewhere, so this doesn't save any time, or readability.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    @@mariuspuiu9555 brackets are not needed when you have juxtaposition, so using them would be an overuse. If you use brackets to communicate to people who were not taught the correct order, you should also consider that your audience might not understand brackets.

  • @BloodHawk31
    @BloodHawk31 Жыл бұрын

    In engineering we'd read it as 1, which is why I was a bit tilted at the start. PEMDAS does apply, but this question is not framed properly, if you input this into your calculator, it will auto correct the input to 6÷(2(3)) which gives 1. So if the question is framed incorrectly, it makes it hard to understand what to do. In my years of study I came accross this issue maybe once or twice, it's very rare that someone does not frame a question in such a way that makes it easily understandable, especially since these days we calculate our equations using Matlab, so naturally you need to us parenthese very precise for the computer to know what to do.

  • @THaWoM

    @THaWoM

    Жыл бұрын

    Is it a casio calculator? Because I know casios do that autocorrect thing, but it'd be very interesting if other manufacturers are adopting that behaviour.

  • @BloodHawk31

    @BloodHawk31

    Жыл бұрын

    @@THaWoM yes it is. Would be interesting to know if the other manuefacturers do it too as well as the programmable models, like Texas.

  • @Bjowolf2

    @Bjowolf2

    Жыл бұрын

    @@THaWoM All proper calculators follow the PEMDAS (etc.) rules these days - these rules are built into them, and they use a stack to make it possible to delay intermediary results until they are needed. What you have to watch out for is old and / or very cheap calculators without these features, which can only handle two operanda and one operation at any one time.

  • @ShadrikEaston

    @ShadrikEaston

    Жыл бұрын

    I did the same.. I just assumed I'd make an easy mistake.

  • @colbyboucher6391

    @colbyboucher6391

    Жыл бұрын

    Yeah, I'm not very well-versed in math but wouldn't PEMDAS literally make the answer 1? Parentheses first (3), then Multiplication (6), then Division (1). I don't see how PEMDAS could possibly lead to the answer being 9. It seems like willful wrongness.

  • @zCqiFish
    @zCqiFish3 ай бұрын

    I always roll my eyes when I see people posting equations like the one you showed and then people in the comments going "PEMDAS GUYS PEMDAS PEMDAS IT'S A COMPLEX FORMULA WHERE-" my guy the equation isn't even put correctly Pemdas is useless after elementary lmao

  • @mcshamkraken4448
    @mcshamkraken444810 ай бұрын

    thank you for this. Randomly came across this video. I have been applying math the way you have presented it as I knew the 'true' order and interpretation, but kept coming across videos in which people are applying PEMDAS literally without this consideration.

  • @ArchaeanDragon
    @ArchaeanDragon Жыл бұрын

    It's definitely a consistency issue across the board, but it is often related to presentation, not function. "Context is important", but beyond context, there still should be some standardization throughout. What you learn in primary school, what you learn in college, and what you use in the fields of math, science, and engineering for the rest of your life should all be the same so as to remove this ambiguity. In these fields, it is often critical, because a simple misunderstanding or misrepresentation of context can cause someone's pacemaker to fail, or send a spacecraft smashing into a planet uncontrolled. That said, PEMDAS is still very common in computer programming languages, because they have to explicitly and uniformly handle the translation of syntax to function. Since the vast majority of languages use simple human-readable text to represent the source code, they have to have a common order of evaluation, which often includes PEMDAS as a basis. The printing resource excuse may still be necessary for dead tree publishing, but a great majority of knowledge is moving or has moved to digital, so that excuse is now pretty much obsolete. We have graphical expression languages now, so we can properly display formulas and do away with the problematic shortcuts.

  • @A.Martin

    @A.Martin

    Жыл бұрын

    in the sciences the brackets that should be there are removed for laziness and the assumption that everyone who reads it should know that it is implied.

  • @MersenneTwister

    @MersenneTwister

    Жыл бұрын

    parentheses, exponentiation, adjacency, (multiplication | division), (addition | subtraction ) isn't even really different than what we generally teach primary school students. merely an extension thereof. primary school students, if my memory serves, simply never use adjacency to mean multiplication. Elementary students always use operators between terms. Adjacency doesn't hit till algebra for students since it makes no sense till you have variables. The algebra teachers merely should mention that algebra extends PEMDAS with the knowledge that the adjacency of coefficients binds tighter than operators, while any exponentiation, which isn't an operator, will still apply only to the exponentiated term.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    Computer languages don't use juxtaposition because it changes the name of a variable. If you have variables x and y, then xy is not x*y, it is a compiler error caused by an attempt to reference the non-existent variable "xy".

  • @yolamontalvan9502
    @yolamontalvan9502 Жыл бұрын

    I’m a software engineer. We don’t have that problem in programming. To avoid confusion we use parenthesis. But new programmers do have that problem. That’s why they should start teaching in schools the importance of using parenthesis in math expressions.

  • @J7Handle

    @J7Handle

    Жыл бұрын

    This is why I hate PEMDAS. Such an awful thing that in order to have multiple factors in a denominator we need parens. If it were up to me, I would just go with prefix or postfix notation. If, for example, you have an expression that is definitely the sum of two smaller expressions, then prefix is good because you can just slap down a plus sign before jotting down the smaller expressions. If you have a bunch of small expressions that you’ll be somehow combining into one large expression, postfix allows you to jot down the small expressions first and then tie them up with the necessary plus/minus/multiply/divide symbols at the end. Prefix is also natural for programming because we call functions in prefix style. However, I’m also partial to postfix because postfix math naturally evaluates from left to right while prefix evaluates naturally from right to left. To explain evaluation direction, if you tried to evaluate prefix notation from the left, you would need a stack of operators and operands as you scan right, waiting until there’s enough operands ahead of an operator to perform an operation. If you evaluate prefix from right to left, you only maintain a stack of operands, and every time you run into an operator you immediately perform the operation, as if there aren’t enough operands available for the operation, you just have an incomplete expression. So the evaluation order for post fix makes more sense if you want to evaluate left to right. If you’re lisp, you’ll still need parentheses because of functions with an arbitrary number of args, but if you require functions to have a fixed number of args, you don’t need parens.

  • @thisisyourcaptainspeaking2259

    @thisisyourcaptainspeaking2259

    Жыл бұрын

    I just use parenthesis, to avoid possibility of error and especially, method of documenting my code.

  • @friedrichdergroe9664

    @friedrichdergroe9664

    Жыл бұрын

    when I deal with math equations in programming, I will do it across several lines. Each line doing an assignment that will be used in subsequent lines. I take a different approach in Hastell. Within each line of the calculations, I try to make everything as unambiguous and succinct as possible. Indeed, to avoid using too many parens, I may resort to throwing in a few extra lines.

  • @theelmonk

    @theelmonk

    Жыл бұрын

    @@J7Handle I also like postfix in a calculator. But really, you're explicitly defining the order of evaluation : you're doing the parsing mentally. It's not the use of postfix that gives the right answer, it's that you're parsing the expression rather than the calculator.

  • @J7Handle

    @J7Handle

    Жыл бұрын

    @@theelmonk I can trivially write code to evaluate a postfix expression. Read from left to right, putting operands on a stack. If you encounter an operator instead of an operand, apply the operator to the operands on top of the stack (note that the operator must have a fixed number of operands, so the binary minus sign and unary negative sign can't use the same character), then replace the operands on the stack with the result of the operation. So 1 2 3 + - would evaluate as 1, 2, 3, then + takes the 2 and 3 and replaces them with 5, so 1 5 - follows, then the - takes the 1 and 5 and makes -4. Prefix is evaluated in the opposite direction, that is, starting from the right side of the expression, which is a little weird, but is standard for functions in both math and programming languages (we do f(x) and print("Hello world!") instead of (x)f or ("Hello world!")print). This is because reading prefix from left to right, while a bad idea from an evaluation perspective, is really good for giving us the big picture of the expression rather than having to dig through the nitty gritty details first. Infix is awful in so many ways. It only works when you have the superscript exponents, multiplication by juxtaposition, proper divisions that physically put the numerator and denominator over each other, and subscripts to allow more variable names without running out of symbols to use (since juxtaposition kind of prevents variables with more than one character in their name). In simple text with none of those features, prefix and postfix are absolutely superior to infix.

  • @AL_saoud_the_century_of_satan
    @AL_saoud_the_century_of_satan10 ай бұрын

    You're totally right. If there are no brackets, multiplication comes first. This is how it works in Algebra.

  • @detroittigersandotherbaseb7220

    @detroittigersandotherbaseb7220

    10 ай бұрын

    IT does not matter. The problem is that people are using PEDMAS wrongly. Some are coming up with a 6/2*3 . There is no 3. It is 6/2(4+2) or 6/2(2+4). In 2(1+2) the 1+2 is commutative and can be swapped to 2(2+1).The 2 gets distributed to the 1 and the 2. It is 6 /2(4+2) or 6/6

  • @irrelevant_noob

    @irrelevant_noob

    9 ай бұрын

    @@detroittigersandotherbaseb7220 wtf are you saying there? 6/4+2 = 3.5, and 6/2+4=7, neither of which are the correct answer...

  • @detroittigersandotherbaseb7220

    @detroittigersandotherbaseb7220

    9 ай бұрын

    @@irrelevant_noob Oops, I left off the 2() and just had the additions. I fixed it.

  • @Surreal_Wizard
    @Surreal_Wizard10 ай бұрын

    I remember being sucked into several of those Presh Talwaker videos where he posted arithmetic expressions like this, and explained the debate about PEMDAS and the ambiguous answers to simple math problems. The way I was taught math, in 5th-6th grades in the early 1980s, was as explained in the video above: That the expression 6 / 2(1+2) would be equal to 1. However, "New Math" and the way students are taught today, (and the way Presh Talwaker explains it) would evaluate that expression as 9. My primary-school math teachers explained "Order of operations" as that any number directly adjacent to a parenthetical expression, in this case 2(1+2), would always be evaluated first as multiplying the number outside the parenthses by the value inside it. So, that answer to the above problem would be 1, but to obtain the answer 9, (according to 1970s/early 80's math) you would write it as (6/2)(1+2).

  • @RaspK

    @RaspK

    10 ай бұрын

    Yep; "2(1+2)" is analogous to "2a."

  • @milktobo7418

    @milktobo7418

    10 ай бұрын

    I was taught that the divisor symbol is a relic of the type-writer era. The fact is that we didn't have tools like LaTeX so we needed an easy way show above the line and below the line for division. Feels like this point is keeps getting skipped over by everyone explaining the division symbol on youtube. Also, the example at 5:30 is given by a teacher that shouldnt be teaching. 2x/3y should be written as 2xy/3 if the answer has any hope to be 11.

  • @JK-tq5oe

    @JK-tq5oe

    9 ай бұрын

    Or, to get the answer of 9, just put in an explicit multiplication: 6 / 2 * (1+2) No need for the extra parentheses

  • @milktobo7418

    @milktobo7418

    9 ай бұрын

    @@JK-tq5oe You arent making things less ambiguous with the * operation. Write the damn equation better. 6(1+2)/2 or 6/(2(1+2)). Super simple.

  • @hypercubemaster2729

    @hypercubemaster2729

    8 ай бұрын

    ​@@RaspKNo it is not, because there are no variables, and the parentheses' purpose (to state a quantity) is fulfilled after resolving the quantity within them. Therefore, they are to disappear and no juxtaposition is applicable.

  • @kmbbmj5857
    @kmbbmj5857 Жыл бұрын

    As a physicist that's what I was taught as well. Later, I think in high school, it was explained that juxtaposition meant the juxtaposed terms were to be thought of essentially as a single term, essentially an implied parenthesis. The other thing I learned that to avoid confusion, use appropriate parentheses when needed rather than order of operations to ensure proper grouping. One other thing I learned in life, this time from a linguist, is that many of the "rules" taught in school, not just PEMDAS, are merely teaching tools to make the job easier for teaching elementary students and weren't meant to be used for higher levels.

  • @gnitsaf

    @gnitsaf

    Жыл бұрын

    Not to put a fine point on it, but maybe lazy instruction at the starting level is part of why our education system sucks. It's easy to learn something when you're a child but unlearning something or relearning something is very difficult. IMO, math equations are a precise set of instructions for calculations and should never be a question about it. As you said, use appropriate parentheses.

  • @chrisborland4972

    @chrisborland4972

    Жыл бұрын

    Juxtaposition does NOT indicate grouping! Juxtaposition simply indicates multiplication between the two quatities being juxtaposed, as if a multiplication symbol (e.g. "*") had been explicitly written between them. So 3x means "3*x" not "(3x)" and a/bc means a÷b*c = (a/b)*c not "a/(b*c). However, the horizontal fraction line, called a "vinculum," DOES indicate grouping, both above and below the horizontal line. Thus, mn/ab simply means m*n÷a*b = m(n/a)b. This is NOT the same thing as writing a horizontal fraction line (vinculum) with mn in the numerator and ab in the denominator, which means (mn)/(ab). The essential misunderstanding is that the slash symbol used for division in command line interfaces is NOT equivalent of the horizontal fraction line (vinculum) symbol commonly used when students do math with paper and pencil: The former is NOT a grouping symbol; the latter IS a grouping symbol. It was the widespread adoption of command line computer interfaces - wherein vinculums are not available as symbols (as they are when doing math with paper and pencil) - that screwed everything up. Graphing calculators just solved this problem, recently. Newer editions of the Ti-84 graphing calculator operation system, using "Math Print," now allow the on-screen display of vinculum symbols to indicate division (and fractions) exactly as students have traditionally done using paper and pencil. Doing so has completely removed the ambiguity, confusion, and errors caused by non-equivalent use of "/" in place of a vinculum to indicate division. en.wikipedia.org/wiki/Vinculum_(symbol)

  • @Flutesrock8900

    @Flutesrock8900

    Жыл бұрын

    @@chrisborland4972 While that may be the case in the area you're from or the circles you frequent, that is not necessarily the case everywhere, as the multiple examples provided in this video illustrate. Among multiple professionals, the usage is obviously different from the one you describe. I do personally agree with your interpretation, but the only proper answer is: the usage of the symbols is not uniquely determined, and therefore the "instruction" is a priori ambiguous. As with any text, the meaning is contextual, and you must learn to become acquainted with the author's meaning from the surrounding text. But, as you mention, an author who is not certain of their readers' abilities should therefore use parentheses or the horizontal fraction line to avoid ambiguities of interpretation and thus confusion for uninitiated readers (such as elementary or secondary students).

  • @chrisborland4972

    @chrisborland4972

    Жыл бұрын

    @Flutesrock9800 Thanks for your thoughts. However, I strongly disagree, and I think I can prove you're in error. Without a universal standard as precisely what mathematical symbols do and do not mean, how are we to cooperate on anything mathematical? How are we to relate mathematical ideas and results? How are we to understand each other and collaborate? There would simply be no way to do so. In fact, mathematical symbols (like “/“) and conventions (like juxtaposition and the order of arithmetic operations) ARE standardized - and those who do not conform to these standard and well-established usages of math symbols and conventions are just doing their work incorrectly - whether or not they happen to be “professionals.” The simplest way to test this is to use any computer programming language to assign values to the variables in the expressions I listed, ask the computer to evaluate those expressions with the given values, and see what value the computer returns. In each case, the computer will return the value that I have stated is the correct value. For instance: If m=2, n=3, a=4, and b=5, mn/ab (or the equivalent m*n/a*b) will be calculated by any computer language as m*(a/b)*b and the value returned will be 7.5. It will NOT be calculated as (mn)/(ab), which would instead return 0.3. If it weren't for agreed-upon standards defining correct usage, it would be impossible for different computing machines programmed according to different "usages" of mathematical symbology to share calculations productively (since each would return different values under identical conditions), and the information age would never have arrived. Those who do not employ standard usage of symbols and conventions are being unrigorous, unprofessional (even if they happen to be “professionals”), and certainly unhelpful. At best, non-standard usage exposes a habit of sloppiness and laziness on the part of the writer. Mathematicians and computer scientists have decided upon standard conventions and clear definitions for mathematical symbols. These standards define correct usage. All other usages are incorrect, as demonstrated by the simple programming experiment I’ve suggested above. The verdict is in. There is one - and only one - correct way to employ mathematical symbols and conventions. No matter what “multiple professionals” may or may not do, “alternative” usages of mathematical symbols and conventions are just wrong. Full stop.

  • @jerry2357

    @jerry2357

    Жыл бұрын

    @@chrisborland4972 As an engineer with a PhD, mn/ab≠m*n/a*b. mn/ab=(m*n)/(a*b).

  • @MattMcIrvin
    @MattMcIrvin Жыл бұрын

    I agree that in professional mathematics and physics papers, that's the typical usage. On the other hand, the typical usage in *programming languages* that accept algebraic expressions is really strict PEMDAS (a convention probably inherited from FORTRAN many years ago). Scientific calculators are all over the place. And all of these expressions are using a slash / , which suggests a fraction bar, rather than the primary-school division sign ÷ . I tend to think that if you're inlining a mathematical expression you should probably add parentheses to disambiguate these things, but often papers don't.

  • @okaro6595

    @okaro6595

    Жыл бұрын

    Different languages have different rules of precedence for example C vs. Pascal. In anyway PEMDAS does not even begin to address the complexity to operations in programming languages.-

  • @Barefoot433

    @Barefoot433

    11 ай бұрын

    The added set of parentheses really is the key to knocking off the ambiguity.

  • @SeekingTheLoveThatGodMeans7648

    @SeekingTheLoveThatGodMeans7648

    10 ай бұрын

    FORTRAN and other languages supporting mathematical expressions in a similar way will not accept an implicit multiplier anywhere. You must put in a multiplication operator (typically *) or the example will not be accepted. Once you do, it becomes easy to see how the expression is evaluated left to right with a "PEMDAS" precedence. If you intend different grouping, you need to show it with additional parentheses. FORTRAN furnished a method of stating any explicit calculation unambiguously, which made the engineers happy. It did not provide for a mix of implicit and explicit calculation operators and would give you an error diagnostic if you tried to compile that into a program, so did not make lazy algebraists (intending a nod to blackboard style notation) happy. Having a masters degree in computer science, my take on this is "What's the big fuss. Write what you mean, using the rules of the language, and if someone gives you an incomplete expression, tell them so and don't proceed without clarification." This is not being passive aggressive or obstructionist. This is being a computer, a machine, which promises nothing but to be a machine.

  • @SeekingTheLoveThatGodMeans7648

    @SeekingTheLoveThatGodMeans7648

    10 ай бұрын

    A well formatted paper will arrange to format a blackboard style equation when intended, even if it has to incorporate extra space to do so. The viral example is simply an unhappy mix of the two.

  • @shaunpatrick8345

    @shaunpatrick8345

    2 ай бұрын

    PEMDAS is a subset of PEJMDAS. Computers use PEJMDAS just like all the professional bodies she cited, but because they can't use juxtaposition PEMDAS works too.

  • @lohphat
    @lohphat10 ай бұрын

    PEMDAS applies to TERMS first and OPERANDS second. 2(1+2) is a single term and must be resolved completely before the 6/ is applied.

  • @gthompson58
    @gthompson5810 ай бұрын

    So, if I put 6/2*3 into a calculator, I wonder what rule it will follow?

  • @powerpc6037
    @powerpc6037 Жыл бұрын

    I learned that you were supposed to keep multiplication values where the multiplication operator isn't visible together as if they were a whole like in "1/2x". Here "2x" is grouped together by a hidden multiplication operator and should not be dealt with separately. This would be the same as "1/(2*x)". So you first multiply "2" by "x", then you divive "1" by the value you just got (the result of "2*x".

  • @drift_ah1518

    @drift_ah1518

    10 ай бұрын

    this is correct. Am just shocked but not entirely surprised that Google algoriths also follow the wrong interpretation of PEMDAS as "explained" in the video. I will never trust Google or Android calculators and will have to insert unnecessary parentheses to avoid wrong answers

  • @herbie_the_hillbillie_goat

    @herbie_the_hillbillie_goat

    9 ай бұрын

    Mathematicians don't write "1/2x" like that for precisely that reason. It's not ambiguous, but it's too easy to misinterpret. As written you have 1/2 of x, not the reciprocal of 2x, despite what you may have been taughtt.

  • @herbie_the_hillbillie_goat

    @herbie_the_hillbillie_goat

    9 ай бұрын

    @@drift_ah1518 The expression 1/2x is half of x, not the reciprocal of 2x. This is the only interpretaion of the order of operations.

  • @Ignas_

    @Ignas_

    9 ай бұрын

    @@herbie_the_hillbillie_goat Technically, if you can interpret it a different way, a different interpretation exists. Whether it's misinterpreted can only be determined by the author of the problem, perhaps they're the ones who miswrote it. I find 1/(2x) to be a more natural representation, because implicit multiplication seems like scaling. A scaled value is still a single value, not a multiplication. It's a "thing that's twice the size of x", but not "two times x". If it was the latter, it should be explicitly written as "2*x". But then again, everyone uses the fraction representation to avoid misinterpretations. It's ambiguous, neither is right or wrong, it depends on consensus and there is no such thing in this case.

  • @herbie_the_hillbillie_goat

    @herbie_the_hillbillie_goat

    9 ай бұрын

    @@Ignas_ The debate around the expression 6÷2(1+2) often boils down to the interpretation of implicit multiplication. According to the widely accepted oerder of operations, multiplication and division should be performed from left to right. Therefore, 6÷2(1+2) would be evaluated as 3(1+2), which equals 9. I understand the temptation to view implicit multiplication as a form of scaling. You suggest that 2x feels like a single, scaled unit rather than 'two times x.' However, this subjective interpretation doesn't override the existing mathematical framework. In this framework, implicit multiplication is no different from explicit multiplication: 2x and 2*x are the same. Moreover, you question why 2 should be grouped with x but not 1/2. In both cases, the numbers are being used to scale x. From a mathematical standpoint, there's no reason to treat 2 and 1/2 differently. They are both numbers that scale x, whether implicitly or explicitly. It's true that ambiguity can be resolved by using fraction representation or parentheses, but the need for such workarounds highlights a lack of clarity rather than a genuine ambiguity in the mathematical rules themselves.

  • @MaFaKeys
    @MaFaKeys Жыл бұрын

    Very well explained and I agree with the answer 1. This is how mathematics was taught in college and how I would apply the rules.

  • @antonioliles5027

    @antonioliles5027

    Жыл бұрын

    Has grade school math changed this much? Because this is how I was taught in grade school in the 80's.... I never even heard of PEMDAS until I was an adult.

  • @geodom85yt40

    @geodom85yt40

    Жыл бұрын

    @@antonioliles5027 as someone who went through 2000s grades school, math at an elementary level has been slowly made easier with different dumb and lengthy methods. Nowadays time tables arent even memorized because it takes memorization and teachers don't spend enough time worrying about helping that be memorized. From what I see what most grade school teachers use to teach math is some weird method where you put numbers into boxes and somehow multiply them/divide them. Math on an elementary level has basically become something entirely based on how a teacher teaches instead of actual formulas or methods.

  • @antonioliles5027

    @antonioliles5027

    Жыл бұрын

    @@geodom85yt40 You just described common core... yes it is horrible.

  • @WillCamx

    @WillCamx

    Жыл бұрын

    This I how I was taught 40 years ago and I went on to get an honours degree in maths. The answer is 1.

  • @mikaruyami

    @mikaruyami

    Жыл бұрын

    I remember getting taught this ruling in primary school(UK) during the 90s. This was when we were learning BODMAS. It was explained at the time that you had to do the multiplication at the same time as removing the brackets as it was considered higher on the order of operations than regular multiplication. I also remember very distinctly as a ruling because they purposely gave us questions with stuff like 2( and 2*(, just to make sure we were paying attention.

  • @stumbling
    @stumbling10 ай бұрын

    a/bc ≠ ac/b, is a very succinct demonstration of the flaws of PEMDAS.

  • @michaelhanneld
    @michaelhanneld6 ай бұрын

    I went to high school in the early 1960s and was introduced to what was popularly called "new math". At my school, that came in the form of a four-year mathematics course called UICSM, which stood for University of Illinois Course on Secondary Mathematics. In UICSM we were taught that, lacking parentheses, multiplication ALWAYS takes precedence over division, and both take precedence over addition and subtraction. That makes much more sense than saying the order of priority is simply from left to right, since a formula should produce a consistent result regardless of the sequencing of its elements.

  • @phoenix2634

    @phoenix2634

    6 ай бұрын

    Was it University of Illinois Committee on School Mathematics? I just want to make sure I'm finding/researching the right material. I couldn't find anything under a search for University of Illinois Course on Secondary Mathematics. When I searched for UICSM it returned results for the former, not the latter.

  • @UncleJim99

    @UncleJim99

    6 ай бұрын

    @@phoenix2634 The Internet Archive contains complete texts for the 9 volumes of the 1959 edition of _High School Mathematics_ by the University of Illinois Committee on School Mathematics (Max Beberman, Director; Herbert E. Vaughan, Editor). A description says: ---------- Each unit comprises Student's ed. and Teachers' ed., interleaved Unit 1. The arithmetic of the real numbers.-- Unit 2. Generalizations and algebraic manipulation.-- Unit 3. Equations and inequations.-- Unit 4. Ordered pairs and graphs.-- Unit 5. Relations and functions.-- Unit 6. Geometry.-- Unit 7. Mathematical induction.-- Unit 8. Sequences.-- Unit 9. Elementary functions: powers, exponentials, and logarithms ---------- The archive also has editions of some of the volumes from other years. It appears to me that they do _not_ say that "lacking parentheses, multiplication ALWAYS takes precedence over division, ..." In the 1959 edition of Volume 1, on the white page [for students] numbered 1-39, Example (4) shows 8 ⨉ 2 ÷ 4 ⨉ 3 being interpreted as [(8 ⨉ 2) ÷ 4] ⨉ 3 and on the green page [for teachers] numbered 1/50, it says: ---------- Example (4) on page 1-39 may contradict conventions given in other texts which tell you "to do all multiplications first, then divisions next". Please follow the convention given here. The parallelism between addition-subtraction and multiplication-division is too neat to want to give up. ---------- [So we see that at least as late as 1959, the order of operations for mixed multiplication and division was not yet a settled matter, contrary to claims of some that applying them together in left-to-right order has been the agreed rule for hundreds of years, or at least since not long after 1917.] I have not yet checked whether the authors actually follow the strict left-to-right rule in cases involving implied multiplication (if they write any expressions of the forms A÷BC or A/BC at all). I also haven't looked for the place where they first introduce implied multiplication to see whether they introduce an additional order of operations rule (or, as they might put it, an "unabbreviating" rule) for it at that time.

  • @colinsmith3093
    @colinsmith3093 Жыл бұрын

    Excellent explanation. Now I understand why elementary school teachers keep telling me "you're doing it wrong" when I knew this is how we did it at school (in a fairly math heavy program). I mean, it's all just convention (as long as both the person writing the expression and calculating the expression follow the same rules, it's all good), but still, the gap was disturbing to me.

  • @drednaught608
    @drednaught6085 жыл бұрын

    Something that I picked up over the years which is not obviously stated or taught very often is that the fraction line actually implicitly groups both sides whereas normal division “÷” does not have that grouping property. The order of operations are completely consistent with these textbooks since they use the fraction line for their equations.

  • @PuriaBestia

    @PuriaBestia

    5 жыл бұрын

    Look into the origins of the obelus as a symbol for division-- it worked via line division.

  • @drednaught608

    @drednaught608

    5 жыл бұрын

    The “÷” symbol used to mean the same thing as line division? Does that mean it used to group both sides of the operation?

  • @RS-fg5mf

    @RS-fg5mf

    4 жыл бұрын

    @@drednaught608 the text book printing industry tried to push the obelus as a grouping symbol to be used like the vinculum because the vinculum took up to much vertical page space for the printing methods at that time...BUT this was in direct conflict with the Order of Operations just as parenthetical implicit multiplication is in direct conflict with the Order of Operations. The obelus ÷ and the solidus / are equal signs of division and nothing more... Parenthetical implicit multiplication does NOT have priority over division despite the misquided and confused notion of many people.... Math is not based on opinion or popularity it's based on rules and the rules do not support parenthetical implicit multiplication having a higher precedence...

  • @lucinaraalglowbine5467

    @lucinaraalglowbine5467

    4 жыл бұрын

    Every equation came from fraction in case u don't know.

  • @K.Sovereignson

    @K.Sovereignson

    3 жыл бұрын

    That is true

  • @MDFGamingVideo
    @MDFGamingVideo10 ай бұрын

    The problem is the equation can be written more than one way, and there should really be a second set of parenthesis. A way to test it is to write it as 6 OVER 2(1+2). Then it becomes clear.

  • @leighz1962

    @leighz1962

    6 ай бұрын

    "Nah, I am lazy and identify as right. You are wrong and need to change."

  • @J-kd2qc

    @J-kd2qc

    6 ай бұрын

    Adding parentheses changes the equation. 6/2(1+2) =/= 6/(2(1+2))

  • @om-qz7kp

    @om-qz7kp

    6 ай бұрын

    Just swap the divided by 2 with a multiplied by 1/2. U r welcome.

  • @harrymatabal8448

    @harrymatabal8448

    6 ай бұрын

    ​@@om-qz7kpIt is so simple. We are just following the rules. Thanhs

  • @om-qz7kp

    @om-qz7kp

    6 ай бұрын

    @@harrymatabal8448 that is what I said. Have u understood my comment?

  • @rgrif777
    @rgrif77710 ай бұрын

    So, who is the authority and why are they not the same? How can you come to a conclusion based on two standards? Who is the authority for such matters?

  • @garyrolen8764
    @garyrolen8764 Жыл бұрын

    I always understood it as variables. 6 is one variable in the equation. It is separated out from other variables by the division symbol. 2(3) is the other variable in the equation. The lack of a multiplication symbol implies the 2 and 3 are part of the same variable. However to solve for that variable the parentheses implies the 2 and 3 are to be multiplied. So, 6 / 2(3) = 1

  • @isaakyhsialf4369

    @isaakyhsialf4369

    Жыл бұрын

    2(3) implies that it is a factorisation such that you can factor an ammount of 2 from an unknown ammount, which you can find out to be 6 if you multiply the factor in again. same thing if you factor for instance a from a^2-a which you would get a(a-1) the original ammount was a^2-a which you should take care of before anything else since it is in brackets only then the division

  • @anonygent

    @anonygent

    Жыл бұрын

    That's how I understood it. You could replace the (2+1) by x, giving 6/2X, which would give 1.

  • @danielzhang1916

    @danielzhang1916

    Жыл бұрын

    I was taught that 2(3) is the same as 2x3, you don't have to have a multiply sign

  • @garyrolen8764

    @garyrolen8764

    Жыл бұрын

    @@danielzhang1916 if it's easier for you to solve 2(3) by writing 2 x 3 then you have to write it correctly. Which is (2 x 3).

  • @loremipsum7ac
    @loremipsum7ac Жыл бұрын

    To see something that I have been doing intuitively for all my life being formerly explained is mind-blowing! Using the textbook examples was what made me realize that I had done it this way all my life.

  • @Daye04

    @Daye04

    Жыл бұрын

    Formally?

  • @williamowens5542
    @williamowens554210 ай бұрын

    I was never taught PEMDAS. In the 1950s and 1960s, we were taught the correct method plus clarity all along when dealing with order of operations.

  • @v1e1r1g1e1
    @v1e1r1g1e110 ай бұрын

    I was taught BODMAS at school. I am 62. Now that I am a 'day / relief' teacher, I find that PEMDAS is being taught. It's all about ''brackets'' or ''parentheses''... I get that... and both PEMDAS and BODMAS give these priority. However, the other permutations / operations are changed. Also, there is continuous dispute over IMPLIED brackets / parentheses and I believe these cause even greater confusion.

  • @JohnViolette0
    @JohnViolette0 Жыл бұрын

    I seem to remember learning (in the 1970s) MIDAS, which stood for Multiply Immediately, Divide, Add, Subtract. (This was probably early enough that parentheses/exponents weren't yet covered.) That would seem to emphasize that multiplication has priority over division, though it's less clear whether order or operation take precedence when you're down to addition and subtraction.

  • @frankhooper7871
    @frankhooper78712 жыл бұрын

    I must have actually been taught this as my mind has been yelling "implied multiplication first" every time I've seen these "problem'" on the net. I've known the "order of operations" since the 1960s, but don't remember ever having been taught the PEMDAS [or equivalent] acronym nor any mnemonic phrase.

  • @TheJocelynrae

    @TheJocelynrae

    2 жыл бұрын

    Me too. Only came across the pemdas/bodmas mnemonics and their fanatics as an adult when I stumbled on these questions. I was horribly shocked at how terrible math education is. And how they seem to think this childish oversimplification is the top "law" of math 🤦‍♀️

  • @kurtshaw229

    @kurtshaw229

    2 жыл бұрын

    The way i see it is that 2 is tied to the parentheses and you gotta distribute that first or you’re breaking the order.

  • @AriZuni-Reviews

    @AriZuni-Reviews

    2 жыл бұрын

    You did pemdas Wrong ….

  • @RS-fg5mf

    @RS-fg5mf

    2 жыл бұрын

    @@kurtshaw229 Many people confuse and conflate an Algebraic Convention (special relationship) between a variable and its coefficient that are directly prefixed (juxstaposed) and forms a composite quantity by this convention to Parenthetical Implicit Multiplication... They are not the same thing... Convention doesn't trump LAW and the Distributive Property is a LAW. 6/2y = 6/(2y) = 3/y by Algebraic Convention BUT 6/2(y)= 3y by the Distributive Property... ABC/ABD = C/D by Algebraic Convention ABC/AB(D) = CD by the Distributive Property 6/2(a+b)= 3a+3b not 6/(2a+2b) The Distributive Property is a PROPERTY of Multiplication, NOT Parenthetical Implicit Multiplication, and as such has the same priority as Multiplication... The Distributive Property does NOT change or cease to exist because of parenthetical implicit multiplication.... Multiplication does not have priority over Division they share equal priority and can be evaluated equally from left to right.... The Distributive Property is an act of ELIMINATING the need for parentheses by drawing the TERMS inside the parentheses out not by drawing factors in. The Distributive Property REQUIRES you to multiply all the TERMS inside the parentheses with the TERM or TERM value i.e Monomial factor of the TERM outside the parentheses not just the numeral next to it... TERMS are separated by addition and subtraction not multiplication or division... 6÷2 is a single TERM juxstaposed to the parentheses as a whole not just the numeral 2 FURTHERMORE people misunderstand Parenthetical Priority... The rule is to evaluate OPERATIONS INSIDE the symbol as a priority before joining the rest of the expression outside the symbol. It does NOT literally mean that the parentheses have to be evaluated BEFORE anything else in the expression can be done... A(B+C)= AB+AC where A is equal to the TERM VALUE i.e. monomial factor outside the parentheses not just the factor next to it... A=6÷2 = 3 Monomial Factor B= 1 C= 2 6÷2(1+2)= 6÷2×1+6÷2×2= 3×1+3×2= 3+6= 9

  • @RS-fg5mf

    @RS-fg5mf

    2 жыл бұрын

    @@TheJocelynrae BODMAS/PEMDAS and any other acronym that is a memory tool for the Order of Operations 6÷2(1+2)= 6÷2(3)= 3(3)= 9 2(3) is not a bracketed priority and is exactly the same as 2×3 M not B or O in BODMAS. Brackets/Parentheses only GROUP and GIVE priority to operations (INSIDE) the symbol not outside .... There is no rule in math that says you have to open, clear, remove or take off parentheses. The rule is to evaluate operations (INSIDE) the parentheses and nothing more. Commutative Property 6÷2(1+2)= 6(1+2)÷2= 6(3)÷2= 18÷2= 9 Distributive Property 6÷2(1+2)= 6÷2×1+6÷2×2= 3×1+3×2= 3+6= 9 The Distributive Property is an act of removing the need for parentheses by multiplying all the TERMS inside the parentheses with the TERM outside the parentheses... TERMS are seperated by addition and subtraction. 6÷2 is one TERM attached to and multiplied with the two TERMS inside the parentheses 1 and 2 Operational inverse of division by the reciprocal 6÷2(1+2) 6(1/2)(1+2)= 6(1/2)(3)=? Multiply in any order you want you still get 9 Proper use of grouping symbols 6 -----(1+2) = 6÷2(1+2)=9 2 6 -------- = 6÷(2(1+2))=1 2(1+2) A vinculum (fraction bar) is a grouping symbol and groups operations within the denominator and when written in an inline infix format extra parentheses are required to maintain the grouping of operations within the denominator... Another argument people tend to use incorrectly is factoring.... 6 = 2+4 No parentheses required BUT 6÷(2+4) parentheses required 2+4= 2(1+2) only one set of parentheses required. 6÷(2+4) we already have a set of parentheses and the factoring must take place within that first set of parentheses. You can NOT just dismiss the first set of parentheses out of hand in favor of the second set... The 2(1+2) must be placed within the first set of parentheses containing the (2+4) 6÷(2+4) = 6÷(2(1+2)) NOT 6÷2(1+2) Let y = 0.5 6y(1+2)=? 6y*1+6y*2= ? 6/y⁻¹*1+6/y⁻¹*2= ? If you answered 9 to all three algebraic expressions then it would be ILLOGICAL and INCONSISTENT as well as hypocritical to say that 6/y⁻¹(1+2) doesn't also equal 9 The rules of math have to remain logical and consistent across the board... THESE ARE THE FACTS....

  • @butrlytho835
    @butrlytho835 Жыл бұрын

    Unrelatedly, do the majority of people in STEM write x in math in the way it's written in the video, and in "normal language" as two crossing lines? Is this to avoid confusion with the (often deprecated) multiplication ×?

  • @GanonTEK

    @GanonTEK

    Жыл бұрын

    I've always used a curly x. I assumed it was fairly standard. It does let you write multiplication as × then but usually juxtaposition is common to remove the need for the × symbol, in my experience.

  • @butrlytho835

    @butrlytho835

    Жыл бұрын

    @@GanonTEK yeah, it does seem fairly standard, despite my impression that people look down on the use of the × symbol, so how one writes the x variable doesn't seem to matter much

  • @fideliskamsnok5685
    @fideliskamsnok568510 ай бұрын

    What do you say about using BODMAS. Top day.

  • @petermj4229
    @petermj42295 жыл бұрын

    Isn't there also an element of (sorry for a none technical term here) "do everything under the line first"? For example, a square root sign only applies to the first number after it, but in may equations there's often a long line above a bunch of numbers / letters which I believe is meant to be the same as a bracket. So, as an example, the equation to determine the roots of a quadratic equation is [-b +/- SQRT b^2-2bc /2a ]. The rule I thought also applies to to division when written by "free hand": yc/rb would mean rb has a big line above it and that should be interpreted as having to be done first. That is, it's y times c divided by (r times b) and not y times c divided by r then the result times by b. An interest thought then is that it is NOT the same to write yc/rb like yc rb as one would have to add the implied brackets as well. And, of course, anyone who has tried to use a typewritter or computer line text knows it's really hard to draw out lines so the conventions you mention just make sense when writing a paper too!

  • @THaWoM

    @THaWoM

    5 жыл бұрын

    The line is called a vinculum, and yes, it acts the same as brackets. I've read a lot of comments saying that whether the obelus (÷) or solidus (/) is used should affect the precedence rules, but I don't think there's much official support or consistency to this. Many authors use yc÷rb to mean yc÷(rb) and the same with the solidus. See my latest video kzread.info/dash/bejne/ZqxhpMWSc8yxc84.html for examples. And some calculators treat 1/2x as (1/2)x (wolfram alpha for instance) so the solidus is no guarantee of grouping.

  • @RS-fg5mf

    @RS-fg5mf

    4 жыл бұрын

    @@THaWoM The biggest problem we have here is the confusion and misconception that a convention given to variables in an algebraic expression/equation applies to parenthetical implicit multiplication..... 6÷2a the 2 is the coefficient of a by algebraic convention NO parentheses (grouping symbols) necessary. It forms a coefficient/variable compound quantity... 2(3) is not a coefficient/variable compound quantity. Real numbers (constants) can be coefficients but real numbers do not have coefficients.... Grouping symbols only give priority to (OPERATIONS INSIDE) the symbol not outside.... Do you people lack the intelligence to know the difference between inside and outside?? 2(3) is not a parenthetical priority and is not a coefficient/variable compound quantity... It is called implicit multiplication not implicit grouping... Implicit as in the physical operator is implied as if it were there when a constant, variable or TERM is juxstaposed next to the parentheses without a physical operator.... TERMS are seperated by addition and subtraction. When you have an algebraic expression like 6÷2a when you replace a with a constant or value such as (1+2)=3 we know the value is 3 so we would then write 6÷(2×3) NOT 6÷2(3) OR we could write 6÷(2(1+2))... When you replace a variable with a constant value proper grouping symbols are required to maintain the grouping that WAS the coefficient/variable compound quantity... To give priority to parenthetical implicit multiplication over division is to break the Order of Operations and the various properties of math. NOT to be confused with the simplistic use of PEMDAS. BODMAS/PEMDAS and any other acronym that is a memory tool for the Order of Operations 6÷2(1+2)= 6÷2(3)= 3(3)= 9 2(3) is not a parenthetical priority and is exactly the same as 2×3 M not P or B in PEMDAS/BODMAS. Brackets/Parentheses only give priority to operations (INSIDE) the symbol not outside .... There is no rule in math that says you have to open, clear, remove or take off parentheses. The rule is to evaluate operations (INSIDE) the parentheses and nothing more. Commutative Property 6÷2(1+2)= 6(1+2)÷2= 6(3)÷2= 18÷2= 9 Distributive Property 6÷2(1+2)= 6÷2×1+6÷2×2= 3×1+3×2= 3+6= 9 The Distributive Property states to multiply all TERMS inside the parentheses with the TERM outside the parentheses not just the factor next to it.... 6÷2 is one TERM juxstaposed to the parentheses... Operational inverse of division by the reciprocal 6÷2(1+2) 6(1/2)(1+2)= 6(1/2)(3)=? Multiply in any order you want you still get 9 Proper use of grouping symbols 6 -----(1+2) = 6÷2(1+2)=9 2 6 -------- = 6÷(2(1+2))=1 2(1+2) A vinculum (fraction bar) is a grouping symbol and groups operations within the denominator and when written in a linear format extra brackets are required to maintain the grouping of operations within the denominator... Parenthetical implicit multiplication is nothing more than multiplication without the need for a physical multiplication sign and the only correct answer is 9 not 1 Algebraic proof against this BS.... The reciprocal of a is a^-1 6a(1+2) = 6÷a^-1(1+2) Operational inverse by the reciprocal. 6a(1+2)=9 6a(3)=9 6a=9÷3 6a=3 3÷6=a a=1/2 or 0.5 0.5^-1= 2 6÷0.5^-1(1+2)= 6÷0.5^-1(3)= 6÷2(3)= 3(3)= 9 6÷(2(1+2))= 6÷(2×1+2×2)= 6÷(2+4)= 6÷6= Distribution is a method of eliminating the need for parentheses by bringing the terms INSIDE the parentheses to the outside.... You can NOT take 6÷2(1+2) and write 6÷2×1+2×2 You can write 6 --------- 2×1+2×2 because the vinculum is a grouping symbol and is the same as writing 6÷(2×1+2×2) I'm saddened by the fact that so many people share the same misconceptions BUT I'm even more sad and concerned with those who want to blame Common Core or politics.... Common Core has absolutely nothing to do with this debate. It is a teaching method and does NOT change the rules or the answer.... Those who think that this debate has anything to do with Common Core or a political conspiracy are just flat out CLUELESS and STUPID

  • @williejohnson5172

    @williejohnson5172

    3 жыл бұрын

    @@THaWoM : First off there should be absolutely no reason for a grade school kid to ever be introduced to PEDMAS. Why are they be given ambiguous equations in the first place? This just means whoever is supplying the equations is lazy or sloppy and don't know what they are doing. An equation is essentially a sentence and as with all sentences you should employ correct mathematical grammar and punctuation. They should be taught the exhaustive use of parentheses and brackets. Their understanding of what they want an equation to say increases immeasurably. There should be no ambiguity. Secondly this cavalier use of the obelus wreaks havok with trying to perform algebra. I was taught that everything to the left of the obelus is the numerator and everything to the right is the denominator. 2x/3y-1 SAYS Two ex DIVIDED BY Three why minus 1. That is (2x)/(3y-1) And that is how it should be carried out. Any variations should be indicated by parentheses.

  • @nickmcginley4570

    @nickmcginley4570

    3 жыл бұрын

    The part of the quadratic formula under the square root symbol has a name. It is called the discriminant. And sorry to say, you have it written incorrectly. It is b squared minus four ac. Not 2 bc. It is for finding the roots, or factors, of an expression which has the form y = ax^2 + bx + c I can still remember exactly how it was always written and said out loud, and I learned it over 43 years ago. Minus b plus or minus the square root of b squared minus 4 ac, all over two a. The plus or minus means that there are two solutions, also called roots, and the sign of the discriminant tells whether the roots are real or not real. Another way to say it is it says how many zeroes there are, zeroes being the places on a Cartesian coordinate where the parabola crosses the x-axis. If the discriminant is zero, there is only one solution, or root, or zero, or factor, (all mean the same thing, basically IIRC) meaning the two factors are the same, and the parabola just touches the x-axis in exactly one place. IOW Something like (x +2)(x +2). If the discriminant is positive, there are two real roots. Physically this means the parabola has it's vertex below the x-axis and there are two y intercepts, or zeroes, or factors. If negative, there are no real roots, as negative numbers do not have a real square root, only an imaginary one, some multiple of i, which is the square root of negative 1, which does not exist. These are called complex numbers. c is where the parabola intercepts the y-axis. All of this has meaning that applies to the physical world. When you point out that the expression yc/rb is taken to mean the y and c are multiplied together, as are the r and the b, and then the division is done, is exactly correct in real world usage, at least in the world of science. Because if the order of operations rule that is at issue here applied, this would be the same as saying yc/r multiplied by b. But that could be very clearly written as ycb/r. And no one ever writes ycb/r as yc/rb. It simply makes no sense. There is no logical reason to write it out that way if what is meant is to have the b in the numerator.

  • @sreejithsubhash7301

    @sreejithsubhash7301

    2 жыл бұрын

    @@williejohnson5172 well to begin with 2x implies that 2 has been multiplied to x Equivalent to 10 implies 5 had been been multiplied to 2 Next 2x/3y-1 is an ambiguous if presented without context. Based on the problem you solve 3y-1 may or may not make sense and with a some spacing it will make sense in both Interpretation. Here's another 1/5x²+6/5x-6y Equation is ambitious and solely depends on context of what you are solving. With a bit of brackets, it will make sense in bodmas for anyone without context.

  • @scott2455ify
    @scott2455ify Жыл бұрын

    I'm glad I had a great math teacher in highschool. He told us PEMDAS was wrong years ago.

  • @linsqopiring6816

    @linsqopiring6816

    10 ай бұрын

    Pemdas is not wrong. This is entirely an ambiguities in grouping problem, not order of operations problem.

  • @linlasj

    @linlasj

    10 ай бұрын

    @@linsqopiring6816 Yes. So it is. Shown in another video here at KZread by a maths teacher.

  • @linsqopiring6816

    @linsqopiring6816

    10 ай бұрын

    @@linlasj name?

  • @plektosgaming

    @plektosgaming

    9 ай бұрын

    To be more precise, it's woefully inadequate and simplified such that it breaks with algebra and most more advanced math classes. x(stuff inside here) is one such exception that it does not cover correctly. So people and teachers.. well, maybe the teacher certification tests need to be harder. lol.

  • @J-kd2qc

    @J-kd2qc

    6 ай бұрын

    There are no ambiguities in math. If you ever find an ambiguity it's because you did something wrong. 1 will always equal 1, it will never sometimes equal 2.

  • @lauraprates8764
    @lauraprates8764 Жыл бұрын

    Interesting, where I live the harvard question would be interpreted as 2y/(3y-1) because you use slash only to represent fractions, so 2y would be the numerator and 3y-1 would be the denominator, to express division you would use ÷ or just :

  • @bobdeverell
    @bobdeverell4 ай бұрын

    I did A level maths in school 60 years ago. When in doubt we were taught to use brackets. I had never heard of PEMDAS until recently.

  • @forgottenpeopleplacesandol4258
    @forgottenpeopleplacesandol42582 жыл бұрын

    Thank you! It's been 50 years since I finished engineering school and have never worked in my field, so when I saw this problem with the "new" solution I thought maybe I had lost my mind. It turns out that just maybe it is not me who is crazy -- just everybody else.

  • @RS-fg5mf

    @RS-fg5mf

    Жыл бұрын

    No, it's you and the lady in this video... The biggest mistake that people make is incorrectly comparing 6÷2(1+2) as 6÷2y. This is an inaccurate comparison... 6÷2(1+2) does not Algebraically equate to 6÷2y it correctly equates to y(1+2) where y is equal to the Monomial Factor of the TERM outside the parentheses. 6÷2 is juxstaposed to the parentheses as a whole not just the numeral 2 All variables have a coefficient. Constants can be coefficients but constants do not have coefficients. There are no coefficients in this expression... 6÷2y the coefficient of y is 2 BUT 6÷2(a+b) the coefficient of a and b is 3 not 2 Many people confuse and conflate an Algebraic Convention (special relationship) between a variable and its coefficient that are directly prefixed (juxstaposed) and forms a composite quantity by this convention to Parenthetical Implicit Multiplication... They are not the same thing... Convention doesn't trump LAW and the Distributive Property is a LAW. 6/2y = 6/(2y) = 3/y by Algebraic Convention BUT 6/2(y)= 3y by the Distributive Property... ABC/ABD = C/D by Algebraic Convention ABC/AB(D) = CD by the Distributive Property 6/2(a+b)= 3a+3b not 6/(2a+2b) The Distributive Property is a PROPERTY of Multiplication, NOT Parenthetical Implicit Multiplication, and as such has the same priority as Multiplication... The Distributive Property does NOT change or cease to exist because of parenthetical implicit multiplication.... Multiplication does not have priority over Division they share equal priority and can be evaluated equally from left to right.... The Distributive Property, when FULLY applied, is an act of ELIMINATING the need for parentheses by drawing the TERMS inside the parentheses out not by drawing factors in. The Distributive Property, when FULLY applied, REQUIRES you to multiply all the TERMS inside the parentheses with the TERM or TERM value i.e Monomial factor of the TERM outside the parentheses not just the numeral next to it... TERMS are separated by addition and subtraction not multiplication or division... 6÷2 is a single TERM juxstaposed to the parentheses as a whole not just the numeral 2 FURTHERMORE people misunderstand Parenthetical Priority... The rule is to evaluate OPERATIONS INSIDE the symbol as a priority before joining the rest of the expression outside the symbol. It does NOT literally mean that the parentheses have to be evaluated BEFORE anything else in the expression can be done... A(B+C)= AB+AC where A is equal to the TERM VALUE i.e. monomial factor outside the parentheses not just the factor next to it... A=6÷2 = 3 Monomial factor B= 1 C= 2 6÷2(1+2)= 6÷2×1+6÷2×2 no parentheses required 3×1+3×2= 3+6= 9 You can't factor a denominator without maintaining all operations of that factorization WITHIN a grouping symbol. You can factor out LIKE TERMS from an expanded expression. 6÷2×1+6÷2×2= 6÷2(1+2) as the LIKE TERM 6÷2 was factored out of the expanded expression..... When a constant, variable or TERM is placed next to parentheses without an explicit operator the OPERATOR is an implicit multiplication symbol meaning you multiply the constant, variable or TERM with the value of the parentheses. TERMS are separated by addition and subtraction not multiplication or division. 6÷2 is a single TERM juxstaposed to the parentheses as a whole not just the numeral 2 6÷2(1+2)= 3(1+2) no rules have been broken 2×2×4(a+b) partial Distribution 2×2(4a+4b) However the TERM outside the parentheses when simplified equals 16 and 16(a+b) 2×2(4a+4b)= 2(8a+8b)= 16a+16b which is the same as 16(a+b) 2×2×4(a+b) when fully Distributed is 2×2×4×a+2×2×4×b and the LIKE TERMS can be factored out of the expanded expression. The LIKE TERMS being 2×2×4 So... 2×2×4(a+b) 6÷2×1+6÷2×2+6÷2×3-6÷2×4= 6÷2(1+2+3-4) as the LIKE TERM 6÷2 was factored out of the expanded expression... Let y = 0.5 6y(1+2)=? 6y*1+6y*2= ? 6/y⁻¹*1+6/y⁻¹*2= ? If you answered 9 to all three algebraic expressions then it would be ILLOGICAL and INCONSISTENT as well as hypocritical to say that 6/y⁻¹(1+2) doesn't also equal 9 The rules of math have to remain logical and consistent across the board...

  • @forgottenpeopleplacesandol4258

    @forgottenpeopleplacesandol4258

    Жыл бұрын

    @@RS-fg5mf Brilliant! Now, why do the rules change if logic is always consistent?

  • @RS-fg5mf

    @RS-fg5mf

    Жыл бұрын

    @@forgottenpeopleplacesandol4258 Convention when it comes to directly prefixed coefficients and variables... 2y there are no parentheses by which you can Distribute... I can explain it to you but I can't understand it for you...

  • @forgottenpeopleplacesandol4258

    @forgottenpeopleplacesandol4258

    Жыл бұрын

    @@RS-fg5mf Somehow I managed to get through an engineering program and also managed those skills to achieve substantial retirement benefits while never drawing a paycheck from anyone and I am enjoying my accomplishments just fine despite my lack of understanding. I don't know how I made it without your abilities. But I did.

  • @RS-fg5mf

    @RS-fg5mf

    Жыл бұрын

    @@forgottenpeopleplacesandol4258 🤣🤣🤣🤣🤣🤣 if you say so... LMAO You never worked in your field and never recieved a paycheck?? Hmmm. And this supports your wrong answer, how exactly?? And FYI.. Any career field that relies heavily on math would NOT use the obelus by rather the vinculum so you're argument is lacking...

  • @OliverKnill
    @OliverKnill5 жыл бұрын

    The video nicely documents that there are various interpretations. Whether some person has learned it one way or like as missionary wants to convince others that their way is the right one does not change the fact there are different answers which can be given and justified and that even programming languages disagree. This fact can not be changed and it can be experimentally tested that there are disagreements. Already watching a few youtube videos for example does this already. There are cases, where even different models of calculators gave different answers to such PEMDAS problems like 1/2x (the TI-82 disagrees with TI-83). Florian Cajori, still the best authority in this matters wrote in his book on mathematical notation: "If an arithmetical or algebraic terms contains both division and multiplication signs, there is at present no agreement as to which sign shall be used first. It is best to avoid such expressions." Already the comments in this video show that this assessment has not changed and that Cajori's advise should still be followed.

  • @THaWoM

    @THaWoM

    5 жыл бұрын

    I've been thinking of doing a follow-up video on the various ways that calculators and computer algebra programs deal with expressions like this, because the variety of rules they use is quite interesting. Some don't allow implicit multiplication, some put it at the same precedence as explicit multiplication, some put it higher, and some give implicit multiplication a higher precedence in some situations but not others (wolfram alpha for instance treats 1/2x differently to 1/xy). I've found that the Casio and HP calculators available to me locally evaluate implicit multiplication before division, but the TI one doesn't, and I'd be interested to find out why TI switched over given that they state on their website that implied multiplication has a higher priority when writing on paper (see epsstore.ti.com/OA_HTML/csksxvm.jsp?nSetId=103110 ). I'm familiar with Cajori's statement, but note that he was only talking about expressions that involve the × symbol, not ones involving implied multiplication by juxtaposition. I know your stance is that it's ambiguous and I'm forced to agree with you because there is debate around the answer to 6/2(1+2), but the only reason there is ambiguity is that primary school teachers are pushing an oversimplified version of the rules widely used by those in STEM, and the real rules are rarely stated explicitly. We don't have to stop at asking "How is it interpreted?" but can also ask "How should it be interpreted?" and then adjust teacher training and textbooks accordingly.

  • @OliverKnill

    @OliverKnill

    5 жыл бұрын

    That would be lovely. Can not wait to see that.

  • @simon6071

    @simon6071

    5 жыл бұрын

    @Oliver Knill I have no problem agreeing with you that Florian Cajori is the best authority in the HISTORY of Mathematical Notations. Too bad he is not the highest authority in setting standards in mathematics in the USA where the confusion as to whether implied multiplication should be given a higher priority in calculation than division has become an epidemic. As far as I know in the tradition of science and engineering calculations, implied multiplication by juxtaposition has always been given a higher priority than division. That means in the expression 6÷2(2+1), 2(2+1) should be considered as a product with the factors of 2 and 3. That also means in the expression 6÷ 2(3), the number 6 should be divided by either the product of 2 and 3, i.e. 6, or by both factors 2 and 3 instead of divided by 2 only. Therefore, all following calculations are correct: 6÷2(2+1) = 6 ÷ 2(3) = 6 ÷ 6 = 1 6÷2(2+1) = 6 ÷ 2(3) =6 ÷ 2 ÷ 3 = 3 ÷ 3 = 1 6÷2(2+1) = 6 ÷ 2(3) =6 ÷ 3 ÷ 2 = 2 ÷ 2 = 1 because a ÷ b(c) = a ÷ (b*C) = a ÷ b ÷ c = a ÷ c ÷ b In other words 2(2+1) is always equal to (2 (2+1)) However 6 ÷ 2(3) ≠ 6 ÷2*3 In 6 ÷ 2(3), 2(3) is the divisor. In 6 ÷2x3 , only 2 is the divisor. In other words, 2(3) means more than multiplication of 2 and 3. The use of parentheses implies the 2(3) must be treated as a product that would become a divisor when there is a division sign before it. Remember 2(3) is always equal to (2(3)). But 2*3 or 2x3 does not equal to 2(3) or (2(3)) when there is a division sign before each one of them. *It is a wrong idea to think that parentheses is for representing multiplication only when it also has the function of grouping.* In the expression 1÷2π, 2π is the divisor instead of the number 2 only. When the Common Core teachers do not follow the long tradition of giving higher priority to implied multiplication by juxtaposition than division, they treat 1÷2π as 1÷ 2 x π, their result would be in conflict with the order of operations being used in science and engineering. 2π is always equal to (2π) or 2(π) but 2*π or 2xπ does not equal to 2π, (2π) or 2(π) when there is a division sign before each one of them. Again implied multiplication by juxtaposition like 2π has the function of grouping as well as multiplication. Of course, implied multiplication by juxtaposition without the use of parentheses cannot be used on two numbers like 2 and 5 or 2 and 3.1416 because 2(5) is not equal to 25 an 2π is not equal to 23.1416. When an engineering project is worked on by different engineers, some uses SI units but some use the British units, the result would be very confusing. However, as long as each engineer specifies the units being used instead of just mentioning the numbers, they can still convert the units to the same ones agreed on in the final phrase. However, when a crooked leader tried to sabotage a project has caused some engineers to disobey the traditional rule of giving higher priority to implied multiplication by juxtaposition than division in interpreting the data given and in calculation while some other engineers follow the traditional rule of giving priority to implied multiplication by juxtaposition, there is no way to ensure that no mistakes will be made because there is no way to bring their works together when we don't know which order of operations they had used. Even if each engineer states which system of operations he has used in his calculations, we still need to know if the data supplied to the engineers were from someone who follows or disobey the traditional order of operations. For example, if one of the data for calculation is 1÷2π, we don't know if it means 1÷(2π) according to the traditional order of operation or it means 1÷2 x π according to the new instruction of the crooked leader. That means we cannot be sure if our calculation is correct according to our preferred order of operations if the preferred order of operations of the person who gave that expression of 1÷2π is not known. The fact that different models of calculators, even from the same manufacturer, may be programmed with different order of operations, without specifying the order of operations being used in the calculator makes the bad situation even worse. Since almost all science and engineering documents mandate giving higher priority to implied multiplication by juxtaposition in calculations, the only way to correct the present confusing situation is to ban the common core nonsense of not giving a higher priority to implied multiplication by juxtaposition than division because there is no way we can change tons and tons of science and engineering documents existed before the common core nonsense to conform to the stupid and wrong PEMDAS ONLY operation that ignores the rule of giving a higher priority to implied multiplication by juxtaposition than division. The leftist politicians who hate the USA know that a unified country is a strong country and a divisive country is a weak country. That's why they tried to force the the American children to use PEMDAS without teaching them about giving a higher priority to implied multiplication by juxtaposition than division, which is still being used in engineering and science, in order to create confusion and conflicts among the different generations and different groups of people for the purpose of weakening our strength and unity. PEMDAS without juxtaposition should be history just as Obama's other Common Core nonsense should be history in the USA.

  • @simon6071

    @simon6071

    5 жыл бұрын

    Earlier I found out that Google Chrome has partially hidden my comment on Oliver Knill's thread but it is not censored on Firefox.The Common Core cohorts promoting the PEMDAS ONLY nonsense who have also hijacked my connection to Google are scared of the truth being exposed.

  • @ghislainmaury2065

    @ghislainmaury2065

    5 жыл бұрын

    @@THaWoM Here is a note from Wolfram alpha, you should read it, it's about the division symbol when used in 'in-line math' : mathworld.wolfram.com/Solidus.html "Special care is needed when interpreting the meaning of a solidus in in-line math because of the notational ambiguity in expressions such as a/bc. Whereas in many textbooks, "a/bc" is intended to denote a/(bc), taken literally or evaluated in a symbolic mathematics languages such as the Wolfram Language, it means (a/b)×c. For clarity, parentheses should therefore always be used when delineating compound denominators." So even Wolfram alpha say that YOU should check if parenthesis are needed for the expression to be calculated properly. It also say that they know that for such expression the result they give may be wrong !! You may read too that document from a Berkeley professor math.berkeley.edu/~gbergman/misc/numbers/ord_ops.html It is a document about the order of operation and the expression 48/2(9+3) On a french site, I found out a reference to this document (discussion in french writen by a french scientific researcher, from the CNRS [ french acronym for National Center of Scientific Research] about the need about a new convention of calcul or 'Does the mathematician still have a say in the evolution of the calculation conventions of the secondary school?') images.math.cnrs.fr/Une-nouvelle-convention-de-calcul.html In that page, the author talk about his exchange with Professor Bergman, who said that prof. Alan Schoenfeld, « who is the intersection of the Math Department and the School of Education here, also agrees that such expressions are simply ambiguous ». And Alan Schoenfeld is a math professor at Berkeley gse.berkeley.edu/alan-h-schoenfeld Concerning the calculators, you may find some online casio calculator manual. In them you may find their inner 'order of operation'. You'll find that for some implied multiplication is to be evaluated at step 7 and general multiplication/division at step 10 but in other, they are both evaluated at the same step... I know that when I was at school (in France), one of the check to have an 'school approuved calculator' was if 1/2Pi was interpreted as 1/(2*Pi) (Good) or (1/2)*Pi (Wrong) But mainly a special course is present in the math book (still now) to check how 'YOUR' calculator respond to several cases, just to be sure HOW to enter YOUR math expression in it later to have the result that YOU want. (and not re-interpreted differenly by your calculator)

  • @irrelevant_noob
    @irrelevant_noob9 ай бұрын

    5:29 well that was a lovely plot twist! Didn't expect it, but it's just... wonderful! 😂

  • @amigalemming
    @amigalemming8 ай бұрын

    In Germany the rule is called: "Point operations precede line operations". Where "point" and "line" refer to the graphic primitives the arithmetic symbols are made of. This works, because multiplication is written as a single dot and division as a colon.

  • @cliffordschaffer5289

    @cliffordschaffer5289

    8 ай бұрын

    If there are no parentheses to make it clear then how do you know that the person who wrote that mess understood it the same way you do?

  • @Sei783
    @Sei783 Жыл бұрын

    That's pretty funny. I studied physics and game design in college and when I went back to get my teaching certifications I had to take an algebra exam, and even though I had been doing calculus with analytical geometry for years in college I pretty much failed the exam because my understanding of PEMDAS needed to be "corrected" 😅

  • @kevinstreeter6943

    @kevinstreeter6943

    Жыл бұрын

    Same here. I have a BS in math. We never learned this. We just understood what to do.

  • @JMcMillen
    @JMcMillen Жыл бұрын

    The real problem seems to be that mathematicians will automatically assume that everyone will interpret things exactly the same way they do and fail to see that other interpretations are possible. So when in doubt, use all the parentheses needed to make absolutely sure that people do the operations in the proper order.

  • @pandoorloki1232

    @pandoorloki1232

    Жыл бұрын

    Nonsense. Mathematicians are communicating with likewise educated (at least college grad in the sciences) people using a convenient standardized notation, and that notation has a lot more symbols and conventions than the few you learned in elementary school. Even if mathematicians tediously parenthesized everything, making it far less readable, mathematically uneducated people still wouldn't be able to make heads or tails of it.

  • @JacksonOwex

    @JacksonOwex

    Жыл бұрын

    Other interpretations are only PLAUSIBLE when rules aren't CLEAR! I don't see how the fuck this kind of shit is so hard for people to understand! But when influencers do stupid shit and convince morons that the correct way is wrong everything goes to hell!

  • @ihadtochoosethisuser

    @ihadtochoosethisuser

    Жыл бұрын

    That is not needed. As long as you understand that a(b+c) = ab+ac then you will never find any ambiguous equation ever again.

  • @Subjagator

    @Subjagator

    Жыл бұрын

    @@ihadtochoosethisuser a*(b+c) = ab + ac True? If True then: a*(b+c) = a(b+c) True? If True then: 2x/a*(b+c) = 2x/a(b+c) Still true? Or do we need to start adding in more brackets at some point to clear up some ambiguity? 2*x = 2x? True? If True then: 2x/a*(b+c) = 2*x/a(b+c) = 2x/a(b+c) = 2*x/a*(b+c) True? Unfortunately our 'rules' have ambiguity, especially when the person initially writing the problem is sure there is only a single way of interpreting it. Anyone who claims that there is only one true and correct way of evaluating an ambiguous statement needs to stop because those are the types of people who will end up causing ambiguity by failing to see different potential interpretations when writing down their own formulae.

  • @winteringgoose

    @winteringgoose

    Жыл бұрын

    @@SubjagatorYou're intentionally breaking up perfectly implied multiplication in order to introduce unnecessary ambiguity. No one who is trying to actually do arithmetic or algebra would ever do this; you're just trying to win points on the Internet. Do you need a cookie that badly?

  • @3.6Roentgen
    @3.6Roentgen15 күн бұрын

    Nailed it, thank you. It's so hard to explain to people who don't remember anything after highschool except pemdas

  • @robertdowns9534
    @robertdowns953410 ай бұрын

    My issue is the 3 is still in parenthesis so wouldnt you multiply is to 2? This always confused me in high school when I learned that.

  • @connecticutaggie
    @connecticutaggie Жыл бұрын

    The publication conflict is really more of a publishing issue than an order of operations issue. In the publication he used spaces to imply another set of parenthesis. It conveys the same thing but is less "ugly". i.e. " mn / rs " is meant to imply (mn)/(rs). I had to do the same thing back in 1985 when I wrote my masters thesis which had a lot of complex math in it and and I doing it with parenthesis or hand writing in all the equations was just not practical. With modern publication methods (like Microsoft's equation editor) this is no longer an issue.

  • @jgp6711
    @jgp67112 жыл бұрын

    This is great! The comment about "mathematicians being lazy" is good. There are actually implicit parenthesis all over calculations that PEMDAS does not account for. The viral solution of "9" falls apart when the terms are variables. If PEMDAS was used by engineers we would probably have more bridge disasters.

  • @adamwalker8777

    @adamwalker8777

    Жыл бұрын

    No. answer 9. even with variables.

  • @ajcodispoti2293

    @ajcodispoti2293

    Жыл бұрын

    That’s why there arent variables

  • @random22453

    @random22453

    Жыл бұрын

    @@adamwalker8777 it's 1 and 9

  • @adamwalker8777

    @adamwalker8777

    Жыл бұрын

    @@random22453 9

  • @marcfruchtman9473

    @marcfruchtman9473

    Жыл бұрын

    PEMDAS is a mnemonic, it is no more of a "Lie" as is E=MC^2 because obviously, PEMDAS doesn't include the exceptions and neither does E=MC^2 include resting mass. So, of course there are a lot of exceptions depending on how a person decides to handle implicit multiplication and implied parenthesis for fractions vs pure left to right... A*B / C*D is handled differently when it appears as a fraction because there is an implied parenthesis for the denominator, as opposed to A*B÷C*D where there is no implied fraction and order of precedence is simply left to right. And depending on the teacher, some include that in their lessons and some don't. I don't really see this as a disaster for PEMDAS or any other mnemonic, it simply means that teachers and students need to be aware that there are subtleties in the rules and depending on the level of math (ie the scope) of knowledge, they might have to adjust the order of operation. The smart move is to ensure that parenthesis are in places where you want your precedence to be highest, but basic math questions leave a lot of that as part of the question to gauge the student's level of understanding for the basic concepts. I think this video points out some flaws with PEMDAS, but the bigger issue is integrity... the thumbnail claims PEMDAS is a lie... as usual in order to boost views everyone shouts "This is a lie"... no, it's not a lie, it's click bait to the rescue.

  • @eugrus
    @eugrus11 ай бұрын

    Soviet schoolbooks explicitly differentiated between 6÷2×x=(6÷2)×x and 6÷2x=6/(2×x)

  • @augensaftextra8386
    @augensaftextra83866 ай бұрын

    At 1:19 you have 6 / 2 (3) You have calculated what's inside the parenthesis but you didn't actually resolve it which, in this case, would require you to multiply 2 with 3 first. You haven't used PEMDAS the correct way.

  • @sleethmitchell
    @sleethmitchell Жыл бұрын

    i'm 72. i ALWAYS get these internet math quizzes wrong. one of the things modern people gloss over, is that the BAR separating numerator from denominator was at one time seen almost as a parenthetical. also, using the distributive rule to simplify what the expression means takes precedence over an 'earlier' operation. thanks, i was beginning to suspect early dementia.

  • @leskaighin8903
    @leskaighin8903 Жыл бұрын

    At school we were told to do the implicit multiplication before the division. Interesting to see it tarted in the book. Very insightful video.

  • @WillCamx

    @WillCamx

    Жыл бұрын

    So was I. Implicit first.

  • @ElimikaDunia

    @ElimikaDunia

    Жыл бұрын

    There really is no problem with PEMDAS! It is a question of notation at different levels of math. PEMDAS works at the foundational level of math where expressions are non-composite. As the level of math advances, mn/qs "implies" taking mn and qs together. It can no longer just simplify as a × n/q × s ! There are many more operators that cannot follow PEMDAS (factorials, summations, even simple trigs --> sinAb is not bsinA, etc.). In short PEMDAS for basic order of operations, like LIATE for integration by part are general and convenient ways of manipulating tasks. They do not work for every situation. As complexity of a task increases, mathematical notations take over to guide the order of operation.

  • @Barefoot433
    @Barefoot43311 ай бұрын

    This is why I got screwed up along the way, I either did it in the order they said to, and sometimes got marked wrong, or I saw both possibilities and solved for the other- and got marked wrong, without any clarification from the teachers. A lot of teachers really suck.

  • @hansvetter8653
    @hansvetter865310 ай бұрын

    If you write an software Interpreter it will be based on rules. So which rule(s) should it be? ...

  • @user-ky9qn4pg3w

    @user-ky9qn4pg3w

    2 күн бұрын

    different software, programming languages interpret it differently. best practice is to avoid ambiguity with parentheses in code.

  • @jherbranson
    @jherbranson Жыл бұрын

    I've always used the idea that non notated multiplication was always considered tight and always done first (it would be included in the parentheses step). Division would be notated with a slash at this level and would be secondary and controled by a large horizontal line to be clear if needed. Using actual division and mulitplication symbols, then yeah, you do them in order, but that is very elementary mathematics and is a slightly different system. Maybe I'm wrong I don't know.

  • @batlrar
    @batlrar Жыл бұрын

    Even though I went to public school for early education, I was actually taught the method you show! It was in 6th grade, but again, public school (also American). My teacher went through great pains to tell us that it was P E M/D A/S, where the slashes here mean "and" instead of somehow dividing them, but it fits pretty well with how you show them taking up the same horizontal space. I would be interested in somehow seeing the statistics of whether people were taught correctly and were either confused or forgot over the years versus whether people are actually getting taught incorrectly. I'm sure both happen pretty often!

  • @WangAiHua

    @WangAiHua

    Жыл бұрын

    There is no need and no excuse to use the vulgar and incorrect BEDMAS "rule" which does not exist in Math! When I was taught, this was never used and I heard it only once whispered to a student during a test! It is fake and along with all of the other fake "crutches" used to "teach" math which work perhaps less that 100% of the time have no place in Mathematics education, but unfortunately are often used INSTEAD of teaching Mathematics properly!

  • @HT-vd4in
    @HT-vd4in Жыл бұрын

    When I am writing formulas I always go the extra step of writing additional brackets/parentheses

  • @Jono2905
    @Jono290511 ай бұрын

    As far as I can recall from 1963, we called it BODMAS, but juxtaposed digits as you called them were always done immediately after brackets as though the brackets were "understood".

  • @bodyrumuae2914

    @bodyrumuae2914

    11 ай бұрын

    "As far as I can recall from 1963, we called it BODMAS..." BODMAS is UK, PEMDAS is US. The bigger confusion I have is with your use of "brackets" first since at least in the United States brackets ([ ]) would be a sub-equation of the sub-equation in parenthesis (( )), with the curly brackets ({ }) being one within the brackets: 2+(15x[9/{2-4}])