JaredJames
- 2,818
- 22
I can see what's been done. I was running it in Python as a check but with very strict brackets (wrong order) which gave me the same answer.
uart said:I voted for the answer 2 for the following reason. Everywhere in written mathematics (textbooks, papers, exams etc) that I see implied multiplication it is always is given high precedence than division.
Something like 8 x^2 \divide 2x, for example, invariably means 8 x^2 \divide (2x). So I've taken to modifying BIDMAS in the following was to also include "implied" multiplication.
BIIDMAS : (brackets, indices, implied multiplication, division, multiplication, addition, subtraction).
Well unless that is official notation it's worthless
uart said:I'm not sure what you mean. I'm talking about how written mathematical equations with implied multiplication are invariably interpreted in my experience.
8 x^2 \div 2x, for example, invariably means 8 x^2 \div (2x).
Yes it was always there but a latex error preventing it from displaying properly for the first minute after I posted.jarednjames said:Ah, so there's a divide in there.
Then please take on my challenge.If you follow the standard rule on it, the implication is worthless.
James. I challenge you to find one example in a well written mathematical text or paper where the divide symbol is allow to "break" an implied multiplication. That is an instance where for example 8 x^2 \div 2x is written but (8 x^2 \div 2) \times x is what is meant.
uart said:Then please take on my challenge.
jhae2.718 said:I don't think the ÷ symbol is used once in any mathematical text I have.
jarednjames said:That was about to be my exact response to that challenge.
It's a non-issue if you use the alternate notation seen pretty much everywhere else.
You can do the division and leave the x term there and not have a problem.
Example:
9 / 2x = 4.5 / x
9x / 2x = 4.5
I've done no multiplication what-so-ever and still have simplified equations (or the answer in the latter case).
uart said:Utter nonsense! If you do the division first in that example you get,
9 / 2x = 4.5 x instead of the correct 9 / 2x = 4.5 / x
jhae2.718 said:I'm assuming that that example is if we follow the implied first interpretation, and that in this case
9/2x \equiv \frac{9}{2x}?
jhae2.718 said:Well, from what I remember from arithmetic, if we had (9/2)*x it would reduce to 4.5*x, and 9/(2x) would reduce to 4.5/x.
So the 9/2 would always go to 4.5, but the power of x would be either 1 or -1 based on the grouping.
jhae2.718 said:I'm assuming that that example is if we follow the implied first interpretation, and that in this case
9/2x \equiv \frac{9}{2x}?
Hey I don't like this notation either Borek but I'm just calling it as I see it commonly interpreted. This is why the fraction notation is preferred by most people as the "fraction bar" provides a well recognized "grouping symbol" and removes any ambiguity.Borek said:And what about 48÷(9+3)2?
jhae2.718 said:48/(9+3)*2 = 48/12*2 = 4*2 = 8
configure said:After thought, you might actually be right. For example:
a/bc
Is it \frac{ac}{b} or is it \frac{a}{bc}?
EDIT: Perhaps the ambiguity of the question is getting to me, and I was correct initially: a/bc = \frac{ac}{b}
Dembadon said:Since parenthesis weren't used around b and c, I would interpret a/bc as \frac{ac}{b}.
If parenthesis had been used, I would assume \frac{a}{b}*\frac{1}{c}.
uart said:What about a \div bc which was the notation used in the original question here?
jhae2.718 said:Same thing as a/bc.
jhae2.718 said:Then I would argue that such usage is contrary to conventional interpretation of order of operations.
Of course, as long such books/papers/etc. are consistent in their convention of operator precedence, I see no problem.
I'm surprised about that. All recent scientific calculators from both Casio and Sharpe that I've seen have been able to handle that type of operation. Are you sure you used the divide "\div" key to enter that expression and not some kind of calculator fraction notation? I don't think your Casio calculator would even have a "/" key.jhae2.718 said:I have a TI-84 that is about 6 years old, I think, and a cheap Casio scientific calculator I bought a few months ago. The TI-84 gives 6pi, and the Casio can't handle 12/2pi being input without an explicit operator. Calculators vary on precedence used; how repeated exponentiation is treated is a good example.
I prefer to use the standard* order of operations I learned years ago. *I think we've learned from this thread that there really isn't a uniform standard defined for operator precedence.
jhae2.718 said:I did use the \div key. Keep in mind my Casio is a really cheap and basic scientific calculator; what happens is that it replaces the 2 in the expression with \pi unless an explicit operator is used.
I have never seen "\div" used in any paper I have read.
fraga said:Registered on this fine forum just because of this. :)
Regarding calculators, here is something interesting:
tak08810 said: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.
RJS said:And again it's a 50/50 split. This is obviously the most difficult math problem ever conceived.
Mark44 said:See the thumbnails in post #46.
This is a sad state of affairs when two models of calculators (TI 85 and TI 86) from the same company report different answers for exactly the same simple arithmetic expression.
This is obviously the most difficult math problem ever conceived.
RJS said:And again it's a 50/50 split. This is obviously the most difficult math problem ever conceived.
Mirin said:U aware OP?
My vote goes to 288
Assuming you are using 'x' to mean multiplication, which I'm not aware is done in any books past arithmetic, 2(9+3) is exactly the same as 2 x (9 + 3). In both cases you are multiplying 12 by 2.DR13 said:I think the problem comes down to whether or not 2(9+3) is the same as 2x(9+3)