• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Why you should cry for the intelligence of the human Race.

There is a lot of ambiguity in the way your math symbols are translated to a single line of typed text. What do you mean exactly?

(\frac{48}{2\times (9+3)})

or

(\frac{48}{2}\times (9+3))

I can't tell from what you wrote. We have to know exactly what you meant in order to give an answer.

this is exactly why it has become a meme on the internet. It's all about syntax and has led to a lot of discussions. It's really not a reason to cry for the human race. There are a ton of other reasons that are more pressing.
 
I agree there are more pressing things, but the sad part is that it's spread across the internet!!!
 
Alain - the answer is 288 from the way it's written. Because multiplication and division have the same precedence, you work from the left. So 48/2 * (9+3). It would seem ambiguous, but actually the way it's written is somewhat legitimate.

He didn't write that. He wrote 48/2(9+3). You assume there is a multiplication. You also assume 48 is just dividing by 2. This a classic example of "miss-communication". There is a lot of ambiguity and that lead to all sorts of problems.
 
He didn't write that. He wrote 48/2(9+3). You assume there is a multiplication. You also assume 48 is just dividing by 2. This a classic example of "miss-communication". There is a lot of ambiguity and that lead to all sorts of problems.

Correct. He wrote 48/2(9+3) not 48/(2(9+3)), and if you evaluate what he wrote using high-school maths, BODMAS - brackets over divide multiplication addition subtraction, you get 48/2 * 12, and since multiplication and division are on the same "level" in BODMAS you then work from the left - so 24 * 12. If you put the question into Wolfram Alpha, you get the same. Regardless of what he meant to write, from what is written, the answer is clearly 288.
 
People, especially older folks, who haven't focused on math in years can easily make this simple mistake.
 
Correct. He wrote 48/2(9+3) not 48/(2(9+3)), and if you evaluate what he wrote using high-school maths, BODMAS - brackets over divide multiplication addition subtraction, you get 48/2 * 12, and since multiplication and division are on the same "level" in BODMAS you then work from the left - so 24 * 12. If you put the question into Wolfram Alpha, you get the same. Regardless of what he meant to write, from what is written, the answer is clearly 288.
Agree with everything except for "high-school maths". It's elementary school math, which makes the egregious error even worse!
 
Back
Top