48÷2(9+3) =

Page 14 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

AyashiKaibutsu

Diamond Member
Jan 24, 2004
9,306
3
81
Being adjacent to parens is shorthand for multiplication, but it's still outside the parens so it doesn't get some sort of magical priority.
 

duragezic

Lifer
Oct 11, 1999
11,234
4
81
I don't get the confusion? Because it's not a tricky order of operations problem,no?

48÷2(9+3) =
48÷2(12)
which is the same as
48÷2*12
which you simply evaluate left to right
= 288
 

Venix

Golden Member
Aug 22, 2002
1,084
3
81
Anyone know why the TI-85 solves it as 2?

Older families of TI calculators gave implied multiplication a higher priority than explicit multiplication to allow students to enter expressions similarly to how they would write them on paper. Later models correctly follow order of operations rules.

They even have a knowledge base article about it: "Without this feature, it would be necessary to group 2X in parentheses, something that is typically not done when writing the expression on paper."
 

Minjin

Platinum Member
Jan 18, 2003
2,208
1
81
How about a real calculator?

HP 50g, algebraic mode, problem entered exactly as in OP, on screen is how it interpretted the problem.

 

GundamW

Golden Member
Feb 3, 2000
1,440
0
0
48÷2(9+3) =
48 ÷ 2 ( 9 + 3 ) =
48 ÷ 2 X ( 9 + 3 ) =
48 ÷ 2 X ( 12 ) =
24 X 12 =
288

That's how I was taught.
 

Glitchny

Diamond Member
Sep 4, 2002
5,679
1
0
Well it's 288, people saying 2 don't understand rules.

this thread brought back memories of my "Paradigms of Programming Languages" class.

Parsing complex expressions based on arbitrary languages rules was a PITA.
 
Last edited:

MovingTarget

Diamond Member
Jun 22, 2003
9,002
115
106
Bad math time!

48÷2(9+x)=188
24(9+x)=188
216+24x=188
24x=-28
x=-1+2/3 (nope)

48÷2(9+x)=188
48÷18+2x=188
[8/3]+2x=188
2x=556/3
x=556/6 (nope)

48÷2(9+x)=188
48=188*(2(9+x))
48=188*(18+2x)
48=3384+376x
(not even going to finish this one)

Depending on how you interpret the distributive property within order of operations, 188 just doesn't add up. So, lets see again.

48÷2(9+x)=2
24(9+x)=2
216+24x=2
24x=-214
x=-107/12 (nope)

48÷2(9+x)=2
48÷18+2x=2
8/3+2x=2
2x=-2/3
x=-1/3 (wait, what?)

LOL.

48÷2(9+x)=2
48=2*(2(9+x))
48=2*(18+2x)
48=36+4x
12=4x
x=3 (there we go!)

So yes, the answer is 2. The implied parenthesis is around 2(9+3). The reason wolfram, etc. say that the answer is 188 isn't because the math actually works out that way, but because their algorithms are programmed to interpret them a certain way. Anyone who has taken linear algebra (grad level) can tell you that computers are very limited in that regard. Nonetheless, the question is ambiguous in its notation.
 

Matthiasa

Diamond Member
May 4, 2009
5,755
23
81
Probably best not to tell an engineers andcs they don't understand math...
Yeah I'm pointing at TI when using numbers and wolfram when using symbols...

Fact is it really can go either way and because of that you would never write it that that..

So then from the the other link is 1/2x equal to .5x or 1/(2x) ?

Oh and as for above its was 288 or 2 not 188 or 2.
 
Last edited:

Brigandier

Diamond Member
Feb 12, 2008
4,394
2
81
Probably best not to tell an engineers andcs they don't understand math...
Yeah I'm pointing at TI when using numbers and wolfram when using symbols...

Fact is it really can go either way and because of that you would never write it that that..

So then from the the other link is 1/2x equal to .5x or 1/(2x) ?

.5x=x/2

1/2x is a different beast.
 

TheVrolok

Lifer
Dec 11, 2000
24,254
4,090
136
Bad math time!

48÷2(9+x)=188
24(9+x)=188
216+24x=188
24x=-28
x=-1+2/3 (nope)

48÷2(9+x)=188
48÷18+2x=188
[8/3]+2x=188
2x=556/3
x=556/6 (nope)

48÷2(9+x)=188
48=188*(2(9+x))
48=188*(18+2x)
48=3384+376x
(not even going to finish this one)

Depending on how you interpret the distributive property within order of operations, 188 just doesn't add up. So, lets see again.

48÷2(9+x)=2
24(9+x)=2
216+24x=2
24x=-214
x=-107/12 (nope)

48÷2(9+x)=2
48÷18+2x=2
8/3+2x=2
2x=-2/3
x=-1/3 (wait, what?)

LOL.

48÷2(9+x)=2
48=2*(2(9+x))
48=2*(18+2x)
48=36+4x
12=4x
x=3 (there we go!)

So yes, the answer is 2. The implied parenthesis is around 2(9+3). The reason wolfram, etc. say that the answer is 188 isn't because the math actually works out that way, but because their algorithms are programmed to interpret them a certain way. Anyone who has taken linear algebra (grad level) can tell you that computers are very limited in that regard. Nonetheless, the question is ambiguous in its notation.

Except that you've incorrectly used the answer of 188, instead of the actual answer, 288.

So we'll take your first example
48÷2(9+x)=288
24(9+x)=288
216+24x=288
24x=72
x=3 (there we go!)

ftfy.
 

Matthiasa

Diamond Member
May 4, 2009
5,755
23
81
What does 48÷2(9+3) look like if written out in long division form?

You don't write it like that in long form is how its writen.

But according to you letting (9+3) =x
It becomes 48/2x which you then said was 48/(2x)
Unless what you really wanted was 48*x/2 but you already said that was different as 1/2x was not the same as x/2.
 
Last edited:

Syringer

Lifer
Aug 2, 2001
19,333
2
71
Except that you've incorrectly used the answer of 188, instead of the actual answer, 288.

So we'll take your first example
48÷2(9+x)=288
24(9+x)=288
216+24x=288
24x=72
x=3 (there we go!)

ftfy.

Ha so many fails in this thread but that one took the cake.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |