Thorgalaeg
Deity
Dp..............
Yes, I would say that this discussion is indeed a computer related problem which makes no sense if you use paper and pencil.Your point is of course valid, but frankly I would interpret it as a sign that the author has no idea how to properly use TeX![]()
The order of operations places multiplication and division on the same level, so you would start at the beginning of the problem and work to the right, which means you would divide first, then multiply.Order of operations (with irrelevant operations removed): Brackets -> Multiplication -> Division
Precisely.in essence multiplication and division are same operations. so they have same priority.
The order of operations is one of the founding principles of mathematics. And as it says, you should do the parenthesis first, then the multiplication/division. If you don't like it fine, but you cannot deny that it is the correct way that will give you correct results.Oh, please, don't get me worked up on this lame order of operations thing. It doesn't mean you can't distribute parentheses whenever you feel like it, you just have to do it right.
So of course 2(1+2) = 2+4 = 6 is just as valid as 2(1+2) = 2*3 = 6.
But if you have something like 6/2(1+2) and then distribute the parentheses you have to keep them for the result term, i.e. 6/(2+4). The original poster's "mistake" (which of course was an intentional joke) was that he didn't keep these parentheses, not that he made a 4 appear or violated the sacred rules of the order of operations![]()
Well, just to be clear, I was not contesting it.You seemed. But I wasn't sure, so I asked.
That will hardly help you when you have to solve algebraic equations, i.e. do actual mathematics.The order of operations is one of the founding principles of mathematics. And as it says, you should do the parenthesis first, then the multiplication/division. If you don't like it fine, but you cannot deny that it is the correct way that will give you correct results.
Nobody who actually does maths would interpret 3/2x as (3/2)*x. And nobody who actually does maths would write 3/2x to mean (3/2)*x. They would write 3x/2 instead. Thoralaeg is perfectly correct in what he's saying.
Nah, this will die within the week, but it'll be necro'd in about five years.![]()
But it's clearer if you write
than if you write 3/2 x. (3/2) x is better.Code:3 --- x 2
I've been doing algebraic equations for a while now, it's been holding up just fine.That will hardly help you when you have to solve algebraic equations, i.e. do actual mathematics.
Can we at least agree that the main problem here is that the notation used in the problem is terrible, and fraction notation would be greatly preferred?
Sorry, but first find me any self-respecting mathematician who even uses the division symbol at all. Even if there are strict rules that govern its behaviour it's simply too prone to human error and I've never seen it used outside of the restricted world of computational notations.
The usual algebraic definitions of addition and multiplication even omit the inverse operators completely, simply because they're not necessary. If you already have defined + and *, you can invert +a by adding the additive inverse of a, i.e. +(-a) [note that the "-" here is not the minus operator] and invert *a by multiplying with the multiplicative inverse of a, i.e. *(a^-1) or *(1/a) [the fraction 1 over a].
Thorgalaeg:
[Numerous posts]
Defiant47: (later in this thread]
Yes it does, although you could argue that this fact is more from a notational perspective. Especially when you do University-level math, you use implicit multiplication all the time, and it's always meant as one term (i.e. implicitly multiplied taking precedence over regular multipliation).
3/2x will always equal 3/(2x) because "2x" is meant as one term (its resolution comes before all other of its kind).
BEDMAS is very useful for elementary school level math, and is used a lot for younger children, and even in high school. But it's hardly comprehensive enough to cover all aspects of math, such as implicit multiplication encountered later on in one's mathematical career.
NickyJ:
The order of operations is one of the founding principles of mathematics. And as it says, you should do the parenthesis first, then the multiplication/division. If you don't like it fine, but you cannot deny that it is the correct way that will give you correct results.