dullard
Elite Member
- May 21, 2001
- 25,717
- 4,241
- 126
So is leaving out the "*", but you seem to have no problem with that.That is very sloppy and complicates things
So is leaving out the "*", but you seem to have no problem with that.That is very sloppy and complicates things
So is leaving out the "*", but you seem to have no problem with that.
That is very sloppy, and complicates things especially when you want to have more stuff after the / that isn't the denominator. If I write 1/2 + 3 it should mean exactly what it says, I should not have to figure out if something is implied or not.
That's 1/5 right?
48
--------------
2(9+x3)
48 1
---- x -----
2 (9+3)
48
---- (9+3)
2
or
48
---- x (9 + 3)
2
The first link includes symbols, not just numbers. The second link had this: "Force = Mass × acceleration" and this: "distance = speed · time". Notice the use of proper multiplication symbols.Because it isn't and does not complicate things at all and is standard notation. There is zero confusion what is meant when I write 2a, or write (13x+1y)(x+2y), or 3(12x + y),...
http://en.wikipedia.org/wiki/Special_relativity
http://en.wikipedia.org/wiki/Calculus
look at equations, looks like standard notation to me.
hahahaha, looks like half the people in here think it should be
The first link includes symbols, not just numbers. The second link had this: "Force = Mass × acceleration" and this: "distance = speed · time". Notice the use of proper multiplication symbols.
Please show one link where you can leave out the multiplication sign properly when a formula is in numbers.
Clearly x = 23, means x=6 since I left out the multiplication sign. That is common writing to leave it out. Clearly x=2(3) is not a 2^3 or x=2 with a footnote #3, etc. Again, you clearly know that, right?
Why use a x or * if it is just as clear without it? x = 23 means x=6. Just as clear, since you say so.Ofcourse they use x or *,... when you have numbers like 2*3... And are just as clear.
Clearly, the nearly 50 - 50 tie of the poll in this thread shows that your usage isn't confusing. No one at all could mess it up!
I said it before, and I'll say it again, you did this:
48 / 2 * (9 + 3)
The OP did this:
48 / 2 (9 + 3)
There is a big difference. I don't have Python, but every other math program I have spits out undefined or mentions an error. The error is the lack of the multiplication sign. 2 and 288 are both wrong because that isn't a formula that you can evaluate.
This isn't an order of operations issue. It is a lack of properly defined operations issue. There is no order when the equation isn't an equation. Those giving an answer are as wrong as those giving the "incorrect" answer.
* Excel says "Microsoft Excel found an error in the formula you entered".
* Matlab says "Unbalanced or unexpected parenthesis or bracket".
* Google converts it to an equation it can handle in some cases, but it doesn't in most cases. For example Google won't work if you do this: "2 (12) ="
* MathCad says "This variable or function is not defined above".
* Visual Basic says "Compile error: Expected: end of statement".
Why use a x or * if it is just as clear without it? x = 23 means x=6. Just as clear, since you say so.
Good lord, when are you people going to learn that those who voted 2 simply did so in order to troll after seeing the first 30 posts of this thread? I know I did. I guess I should be pleased that it's worked so brilliantly, but this thread and its subsequent spin-offs are getting a little ridiculous.
Re: 48÷2(9+3)
Looking at it like this though:
48 ÷ x(9 + 3) = 288
48 ÷ 9x + 3x = 288
48/12x = 288
4/x = 288
4 = 288x
4/288 = x
1/72 = x
Would suggest that 288 is wrong, and that 2 is correct.
Also, with the order of operations aren't we using the distributive property which states as an example:
Simplify 16 ÷ 2[8 – 3(4 – 2)] + 1.
16 ÷ 2[8 – 3(4 – 2)] + 1
= 16 ÷ 2[8 – 3(2)] + 1
= 16 ÷ 2[8 – 6] + 1
= 16 ÷ 2[2] + 1 (**)
= 16 ÷ 4 + 1
= 4 + 1
= 5
Then, looking at what I have bolded below:
The confusing part in the above calculation is how "16 divided by 2[2] + 1" (in the line marked with the double-star) becomes "16 divided by 4 + 1", instead of "8 times by 2 + 1". That's because, even though multiplication and division are at the same level (so the left-to-right rule should apply), parentheses outrank division, so the first 2 goes with the [2], rather than with the "16 divided by". That is, multiplication that is indicated by placement against parentheses (or brackets, etc) is "stronger" than "regular" multiplication. Typesetting the entire problem in a graphing calculator verifies this hierarchy.
Note that different software will process this differently; even different models of Texas Instruments graphing calculators will process this differently. In cases of ambiguity, be very careful of your parentheses, and make your meaning clear. The general consensus among math people is that "multiplication by juxtaposition" (that is, multiplying by just putting things next to each other, rather than using the "×" sign) indicates that the juxtaposed values must be multiplied together before processing other operations. But not all software is programmed this way, and sometimes teachers view things differently. If in doubt, ask!
This all seems to point toward 2 being the correct answer.
I said it before, and I'll say it again, you did this:
48 / 2 * (9 + 3)
The OP did this:
48 / 2 (9 + 3)
There is a big difference. I don't have Python, but every other math program I have spits out undefined or mentions an error. The error is the lack of the multiplication sign. 2 and 288 are both wrong because that isn't a formula that you can evaluate.
This isn't an order of operations issue. It is a lack of properly defined operations issue. There is no order when the equation isn't an equation. Those giving an answer are as wrong as those giving the "incorrect" answer.
* Excel says "Microsoft Excel found an error in the formula you entered".
* Matlab says "Unbalanced or unexpected parenthesis or bracket".
* Google converts it to an equation it can handle in some cases, but it doesn't in most cases. For example Google won't work if you do this: "2 (12) ="
* MathCad says "This variable or function is not defined above".
* Visual Basic says "Compile error: Expected: end of statement".
48/2(9+3)
=/=
48
-------
2(9+3)
48/2(9+3)
==
48
---- (9 + 3)
2
From physicsforum.com user RJS