Recommended Posts

Do you need to distribute in order to solve the expression in parentheses?

If so then the very first expression that is calculated by priority of Parentheses is 2(9+3) or (2 x 9 + 2 x3). The fundamental question is can the 9 and 3 be added together without factoring in the 2?

You can't do that (distribute) because the precedence of MULT and DIV is the same and should be evaluated from left to right. And no, it is not necessary to distribute in order to solve the expression in parentheses.

After you evaulate (9+3), you get (12). (12) evaulates to 12. Then it's just 48/2*12.

I'm talking about parenthesis around 48/2. The convention in parentheses is on top of juxtaposition precedence. If it seems ambiguous this is how we resolve it. The need to put parentheses in the denominator comes when the denominator is composed of addition elements. e.g. 48/[2(9+3) + 18 + 6] = 1 whereas 48/2(9+3) + 18 + 6 = 26.

If you didn't put parentheses then it's not meant to be there, on top of other conventions/rules. If I meant (48/2)(9+3) I would have written 48(9+3)/2.

wth are you talking about? that makes no sense in any way.

Left-to-right is not mathematically correct. If you ever need to rely on left-to-right, something is wrong and you need more brackets in the original question, or solve it in another way.

It's left-to-right to some extent but there is still an order of operations. Brackets are solved first, followed by exponents, then division/multiplication (equal weight), then addition/subjection (equal weight). It's not just "whatever comes first is solved first."

I still don't think the question is that unclear.

2(9+3) cannot be interpreted as one "token" if you will because there are no brackets to dictate that it should be. Therefore you need to perform the 48/2 BEFORE getting to (9+3)

You know what? Forget it. When in doubt, add more parentheses. It's a trick question :p

The real issue here:

32 / 2 * 16 = 256

32 / 2 (16) = 1 or 256, depending on who you ask. I would say 256 based on the interpretation that this is equivalent to 32 / 2 * 16. WolframAlpha and most graphing calculators agree with me.

You know what? Forget it. When in doubt, add more parentheses. It's a trick question :p

The real issue here:

32 / 2 * 16 = 256

32 / 2 (16) = 1 or 256, depending on who you ask. I would say 256 based on the interpretation that this is equivalent to 32 / 2 * 16.

:facepalm:

How can it be anything other than 256? It's the same issue I've explained earlier. Since there are no brackets that would group 2 and 16, basic maths imply you do 32/2 first.

32:2*16 = 256

OR

32

-- * 16 = 256

2

THE END.

2(9+3) cannot be interpreted as one "token" if you will because there are no brackets to dictate that it should be. Therefore you need to perform the 48/2 BEFORE getting to (9+3)

It can be interpreted as one "token". It is a generally accepted convention that multiplication implied by juxtaposition (placing the 2 in front of (9+3) without * or x) should be executed before other multiplications/divisions.

I hate mathematics. Solving something using left to right is just grrbleh.

:facepalm:

How can it be anything other than 256? It's the same issue I've explained earlier. Since there are no brackets that would group 2 and 16, basic maths imply you do 32/2 first.

32:2*16 = 256

OR

32

-- * 16 = 256

2

THE END.

I know, and I agree with you. The problem came when I did some research. There are several sources that say multiplication that is implied by parenthesis, like 2(4) = 8, has higher precedence than normal multiplication, like 2x4 = 8. I think that is nonsense, but read the wikipedia article on the order of operations:

"Some mathematicians hold that multiplication by juxtaposition (omitting the x sign, ex. 2(4+3) ) is a symbol of grouping. No fixed convention exists."

Note that it says that no fixed convention exists. That basically means that the behavior of the equation that we were asked to solve (48/2(9+3)) is undefined, although in order to match the normal convention, it should (in my opinion, and apparently in the opinion of the creators of WolframAlpha and most graphing calculators) evaluate to 288. I think this silly juxtaposition rule is silly and creates unnecessary confusion.

I, for one, will not live in a world where multiplying an arbitrary term by 1 changes the answer.

Multiplying by 1 never changes an answer. In the example you gave to prove it though, you should have added parenthesis since you broke 1 entity into 2.

(2*1) should have been what you got or (1*2).

Otherwise the equation becomes entirely dependant on which term you place first, which is obviously flawed logic.

e.g. 2?2 = 1

2?1*2 = 4

2?2*1 = 1

Note that it says that no fixed convention exists. That basically means that the behavior of the equation that we were asked to solve (48/2(9+3)) is undefined, although in order to match the normal convention, it should (in my opinion, and apparently in the opinion of the creators of WolframAlpha and most graphing calculators) evaluate to 288. I think this silly juxtaposition rule is silly and creates unnecessary confusion.

That juxtaposition rule is pure logic if you're used to algebra.

It can be interpreted as one "token". It is a generally accepted convention that multiplication implied by juxtaposition (placing the 2 in front of (9+3) without * or x) should be executed before other multiplications/divisions.

I hate mathematics. Solving something using left to right is just grrbleh.

"generally accepted" by who? I have never heard of that rule.

I know they only teach basic maths in High School but that doesn't mean they teach incorrect maths. Why would they teach the BODMAS rule at the point where everybody is taught basic maths if it's incorrect; they would be helping to set up a nation of idiots :p

Fixed it for you. :)

Thank you, was at work after a 12h shift and could not find the buttons.

On a side note, really? is this a math problem? ... there are so many other interesting math problems out there than addition/subtraction (don't mean to hijack the thread but 17 pages, a bit unwarranted).

18 minutes ago

ok. seeing as i got this to be both answers, heres what each side is doing.

48/2(9+3)

48/2(12)

this is where the split occurs, if you take it as a left to right equation, as some calculators will, it will be 48 divided by two times twelve, thus: (48/2)(12) thus giving you 288

however, if you take it as everything after the division sighn is under the division sighn

48

___

2(12)

this will give you 48/24, and thus 2.

This problem can be taken either way. As some people have already pointed out. its too ambigous. like the question: How many times did you kill it with? Theres no right or wrong, just several possible anwers.

Ikknow this is from TBK at knowyourmeme.com, but so what?

This all has to do with however you were taught, there isnt a true anwer. I was taught anything outside parenthesis is a co-efficient, and thus was connected to parenthesis, thus taking priority over division. This is too ambigout, you either assume that everythings under the braket, or only the 2 is, either way, your assuming

18 minutes ago

ok. seeing as i got this to be both answers, heres what each side is doing.

48/2(9+3)

48/2(12)

this is where the split occurs, if you take it as a left to right equation, as some calculators will, it will be 48 divided by two times twelve, thus: (48/2)(12) thus giving you 288

however, if you take it as everything after the division sighn is under the division sighn

48

___

2(12)

this will give you 48/24, and thus 2.

This problem can be taken either way. As some people have already pointed out. its too ambigous. like the question: How many times did you kill it with? Theres no right or wrong, just several possible anwers.

Ikknow this is from TBK at knowyourmeme.com, but so what?

This all has to do with however you were taught, there isnt a true anwer. I was taught anything outside parenthesis is a co-efficient, and thus was connected to parenthesis, thus taking priority over division. This is too ambigout, you either assume that everythings under the braket, or only the 2 is, either way, your assuming

No, it is not ambiguous. Math is designed to be sound and should leave no room for interpretation, especially on a trivial subject such as this.

The answer is 288 - anyone with any mathematical background will tell you that. Stop trolling and learn some math.

but I've never been taught that there was any difference between 2(9+3) and 2*(9+3).

There's supposed to be one i think.

Last time i did math was A LONG time a go. It was Math for engineering 2 using the Advanced engineering mathematics book seventh edition.

If i remember correctly when you write 2(something) it will always be done first. I might be wrong it was like 10 years ago and i've never done math again after i graduated.

No, it is not ambiguous. Math is designed to be sound and should leave no room for interpretation, especially on a trivial subject such as this.

The answer is 288 - anyone with any mathematical background will tell you that. Stop trolling and learn some math.

Strong words you have there. That means I have no mathematical background and need to learn some math? After winning numerous math contests in highschool and an engineering graduate you think I still need to learn some math?

You think juxtaposition is just a load of bs we use to troll this thread?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • When companies do "opt-out" it's because they know that no one will opt-in...
    • the chip might be a binned 5090 so no, youre actually getting the 5090
    • How to set custom folder icons in Windows 11 File Explorer by Usama Jawad Although there are many third-party tools like Windhawk, FlyOOBE, DeskScapes 2026, and more that can be used to customize and tweak Windows 11 according to your preferences, many people often forget that the operating system natively offers a lot of configurability too. One such handy option is available inside File Explorer, where you can set custom folder icons to personalize your experience very quickly. File Explorer is an interface that Windows 11 users leverage rather heavily, so it can get quite boring looking at default icons. It can also be a bit tedious reading the text of each item to navigate to the folder you need. In cases like these, custom folder icons can come in quite handy as they allow you to not only personalize File Explorer, but also offer meaningful aesthetics that can make navigation quicker. Here is how to configure custom folder icons in Windows 11: Download icon files (.ico) from a third-party website of your choice. There are lots of free options online, like Icon Archive. You'll also be able to download them directly from Google Images Open File Explorer Navigate to the folder you want to customize Right-click the folder Select Properties Go to the Customize tab Select Change Icon If you want, you can select a native icon from the Windows directory, but for the purpose of this guide, we'll select the third-party .ico file that we downloaded. As such, select Browse Navigate to the .ico file and double-click it Click Apply, followed by OK That's all there is to it! It shouldn't take more than a minute after downloading the .ico file of your choice. The good news is also that you are not married to the icon you set; you can restore it to the default icon by simply selecting Restore Defaults in the interface mentioned in step 8. It's a very easy way to customize File Explorer, with any changes in this regard being quickly reversible. I would also recommend using View > Extra large icons in File Explorer so that you can properly enjoy the aesthetics. You can also download the entire Object Desktop package. Object Desktop includes programs such as Fences, Start11, Groupy, SoundPackager, DeskScapes and Multiplicity. Disclaimer: Neowin's relationship to Stardock
    • Teams on macOS has a major bug for some users, and Microsoft is rolling out guidance by Usama Jawad Teams is one of the most used online communication and collaboration tools especially in enterprise and school environments. It is available on a variety of platforms including Android, iOS, Windows, macOS, and the web. As such, it is a major problem when users on any of the aforementioned platforms get affected. In its Message Center advisory MC1392559, Microsoft acknowledged a bug impacting Teams customers on certain versions of macOS a few weeks ago. Basically, if affected users start sharing their screen, they'll see a black or blank screen, experience interruptions while sharing, and even face complete failure in screen sharing functionality. This is impacting customers using macOS versions older than Tahoe 26.4, and PCs which are resource-constrained on disk and memory. Interestingly, the scope of this issue appears to be limited as Microsoft has only listed Government Community Cloud (GCC), GCC High, and Department of Defense (DoD) as the affected platforms. Since it can be confusing to customers when the bug appears randomly and troubleshooting methods aren't always obvious, Microsoft is working on introducing some in-product guidance that automatically gets shown to users when a screen sharing failure is detected. They'll be asked to retry sharing their screen and will also be requested to update their macOS version, when applicable. If that is not possible, the Redmond tech giant has urged users to apply a mitigation that involves navigating to Teams Settings > General > Screen sharing > Use Mac OS native sharing. A restart isn't required. Regardless, Microsoft has recommended IT admins to inform their helpdesks about this issue, update their internal documentation, communicate the problem across the organization, and update macOS Tahoe 26.4 devices, where possible. The in-product guidance will begin rolling out later this month and should hopefully be available to all by mid-August.
    • 150.0.4078.65 secret changelog: New feature: Settings > Copilot and AI > Allow Cowork to take actions on your behalf
  • Recent Achievements

    • One Month Later
      pahariyaseo earned a badge
      One Month Later
    • Week One Done
      pahariyaseo earned a badge
      Week One Done
    • Week One Done
      hadiaali45 earned a badge
      Week One Done
    • Week One Done
      arone_24 earned a badge
      Week One Done
    • Reacting Well
      flexorcist earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      414
    2. 2
      PsYcHoKiLLa
      143
    3. 3
      Nick H.
      89
    4. 4
      +Edouard
      82
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!