MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Sarah Mitchell
Sarah Mitchell
Apr 25, 2026

Why do different calculators give different answers to 6 ÷ 2(1+2)?

Im a teacher and my students showed me something weird. If you type:

6÷2(1+2)6 \div 2(1+2)6÷2(1+2)

into different calculators, you get different answers! My Casio says 1 but my phone calculator says 9.

I thought math was supposed to be universal. Why does this happen? Is this a calculator bug or is there actually ambiguity in how we write math expressions?

Which one is correct and why do engineers vs mathematicians argue about this?

1 answers1.2k views

1 Answer

0
Chen Wei
Chen Wei
Apr 25, 2026
Accepted
The disagreement comes from notation, not from arithmetic itself. The expression $$6\div 2(1+2)$$ is ambiguous because some calculators treat it as $$(6\div 2)(1+2),$$ which gives $$3\cdot 3=9.$$ Other calculators treat the juxtaposition $2(1+2)$ as a grouped denominator-like expression: $$6\div [2(1+2)],$$ which gives $$6\div 6=1.$$ Professional mathematics avoids this by writing fractions: $$\frac{6}{2}(1+2)$$ or $$\frac{6}{2(1+2)}.$$ Those are different expressions. If a calculator gives a different result, it is usually because it parsed the ambiguous input differently.
Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

Does 1+2+3+4+... really equal -1/12? Math explained

25.6k

Can someone finally explain the Monty Hall problem?

24.2k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31.1k

Do I need Calculus 3 before learning Fourier series?

3501