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

    • This is what happens when numerous "twenty somethings" are allowed to run amok with little to no supervision by more senior/knowledgeable people. Apparently, cheaper labor is more important than putting out quality products.
    • yep, had to do somet things w linux tho cuz the nvme was from a system w a 10th gen intel and this is 8th gen so I ran the updater and we shall see if it fixed the display issue or not.   when I opened timeshift last night it had some x display errors...
    • The inconsistencies in the Windows interface have been plaguing us for so long that it has practically become a joke. I just wonder when we'll have a new Windows with a complete UI/UX as it used to be... oh how I miss that... 😔
    • I don't know if the Obamas are still involved with Netflix, but if they are like they were with a lot of influence, they could be the ones nudging Netflix into foreign shows. Just saying, nothing poltical meant by it. Peace
    • Microsoft PC Manager 3.22.1.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.22.1.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • First Post
      NovaEdgeX earned a badge
      First Post
    • 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
  • Popular Contributors

    1. 1
      +primortal
      414
    2. 2
      PsYcHoKiLLa
      142
    3. 3
      Nick H.
      89
    4. 4
      +Edouard
      81
    5. 5
      neufuse
      74
  • Tell a friend

    Love Neowin? Tell a friend!