1

This might be a pretty stupid question, but the following was asked in a german quiz show:

"How much is two times two plus two divided by two minus two?"

My question now is, is there any literature, if the rule multiplication and division first, then addition and subtraction does also apply in a formula written in words. Even i was unsure if i was meant to calculate $$ (2 \cdot 2)+(2/2)-2 = 3 $$ or $$ (((2\cdot 2)+2)/2)-2 = 1. $$

enter image description here

(please correct formulation errors, english is not my mother tongue)

iqopi
  • 497
  • 2
    I think that the problem is that the person who wrote this has no respect for unambiguous mathematical statements. – zz20s Mar 05 '16 at 16:59
  • At least nobody thinks it is $2\times (2+(2/(2-2)))$ – Hagen von Eitzen Mar 05 '16 at 17:02
  • 1
    Another problem is that linguistics may have a very different point of view than mathematics. Moreover, as it cannot be taken for granted that every natural language represents binary operations as infix lexems (just imagine what would happen if the Polish language actually used the equivalent of polish notation as word order ;) ) , it cannot be taken for granted that the notational rules to dave parentheses in fomulae apply to any language. – Hagen von Eitzen Mar 05 '16 at 17:07
  • Should be 3 ... – Nikunj Mar 05 '16 at 17:10

1 Answers1

1

Unless parentheses are inserted, the order of operations is first division, then multiplication, then addition and then subtraction. As the question does not include parentheses, your first answer is correct (it is equal to 3).

Random
  • 259