Recommended Posts

(9+3) = 12

2(12) = 24

48 / 24 = 2

this is how it always shook out for me too, basically it's numeric 48 divided by a quantity aka the denominator with a value of 24.

edit: actually, there isn't a whole quantity below due to the lack of parenthetical notation making it so. So, yeah, 288 in strictly order of ops.

anything/anything(anything+anything)

(anything[9]+anything[3])=anything[12]. Parenthesis are ALWAYS solved first when both factors are known.

Anything[48]/anything[2]=anything[24]=anything[24] is solved next.

Anything[24](anything[12] is a multiplication problem.. i.e. PiR2 PiD etc.

Anything[24]Xanything[12]-answer[288].

Punch in the numbers (exactly) as stated on on anything TI, or if you are old school use a slipstick, and you will reach the same conclusion. I know that Mrs. Foster is waiting in the after life to give me a bad grade for anything less than this.

It is because this is what my son is studing right now in 5th grade math. He laughed at this and did this and the answer is: 288 and not 2.

Oh well that just proves it then, who could possibly question the knowledge of your 5 yr old son /sarcasm

You think you are smarter, better and can compute faster than your Casio FX-85es?

When the hell did I say that? Go troll somewhere else. :angry:

If you go with basic math (the BODMAS rule) then the equation would be treated like this:

48 / 2 * (9 + 3)

I think everyone is overthinking it.

2(9 + 3) should not be treated as (2(9 + 3)) because the second set of () were not specified.

That's the whole debate. Multiplication by juxtaposition says that 2(9+3) should be treated as (2(9+3)) and there's no Mathematics council that we can ask, so all we can do is debate amongst ourselves.

For everyone's info, Google Calc gets '2' when a second set of parenthesis is used to control the order of evaluation:

48 / (2(9 + 3))

= 2

48 / 2(9 + 3)

= 288

Both of which are correct answers :)

No. only the latter is correct, based on what the OP gave us, since it didn't have a second set of parenthesis.

This thread makes me sad.

Agreed, again, based on what we have, there is only one solution.

So what do you say to the evidence earlier that distributive multiplication does indeed have a higher order-of-operations presidence than other multiplication?

As I have already shown with examples that nobody has disputed, that is a stupid rule to apply to this equation. (aka they're doing it wrong)

Typing this into C++ or C# or python etc is useless because you are inserting a * in so the 'juxtaposition rule' won't take effect. Adding a multiplication symbol changes the equation.

that's ludicrous. explicitly writing the multiplication sign gives you the exact same equation as the original simply omitted it in type as a shorthand, it's simply an implied multiplication.

No. only the latter is correct, based on what the OP gave us, since it didn't have a second set of parenthesis.

I'm saying that both of those answers I posted are mathematically correct, not that they're both the same as the sum posted in this thread.

that's ludicrous. explicitly writing the multiplication sign gives you the exact same equation as the original simply omitted it in type as a shorthand, it's simply an implied multiplication.

So 2z = 2*z ?

4z?2z = 2z? ??

Would you naturally interpret it that way?

Note that the above equation is exactly the same as the OP's for the case z=12.

God. It's just a badly written equitation. Nothing is completely correct.

If you want to try and solve it, the 'most correct' solution would be 2. Juxtapositioning the 2 before the brackets implies that the 2 and the (9+3) are treated as one element, thus resulting in adding brackets around them, leading to this:

48?2(9+3) = 48?[2(12)] = 48?24 = 2

It's well-demonstrated by nevann's example in the post above.

You get 4z/2z. Will you treat it as 4*z/2*z = 2z*z = 2z??

No. Juxtaposition implies you treat 4z and 2z as elements within brackets. (4z)/(2z) = 2.

In the end, it comes down to just being an unclear equitation. Every single teacher will tell you that it's just not good to write an equitation like that. In mathematics, you're supposed to add brackets to avoid any possible confusion.

Conclusion:

48?2(9+3) can not be solved correctly because it is unclear what is meant exactly.

So 2z = 2*z ?

4z?2z = 2z? ??

Would you naturally interpret it that way?

Note that the above equation is exactly the same as the OP's for the case z=12.

the difference, of course, is that 2z is one entity (the number quantifies the variable), whereas 2(4) is two entities with an implied multiplication.

edit: but you can certainly express it as (2*z),

edit 2: i don't understand everyone who say that the ? symbol is confusing. It's the exact same thing as / just a different way of writing it. The meaning and scope of the operator is the same either way.

the difference, of course, is that 2z is one entity (the number quantifies the variable), whereas 2(4) is two entities with an implied multiplication.

We never defined z as a variable. It's only a variable if you say something like f(z)=2z.

Juxtaposition, like we do in 2(4) still suggests you treat it as one entity being 8.

http://en.wikipedia.org/wiki/Order_of_operations

As mentioned before, 4-7+3 should be viewed as 4+(-7)+3=0. This is because subtraction is just adding the additive inverse.

Likewise, 48?2(9+3) should be viewed as 48*(1/2)*(9+3)=288, because division is multiplying by multiplicative inverse. When in doubt, turn "?y" to "*(1/y)" just like "-y" to "+(-y)". Then, it becomes unambiguous because multiplication is associative and commutative. This is why some math teachers say "division before multiplication" in BEDMAS etc. That really isn't accurate though. Division takes the same precedence as multiplication, but you just need the perspective that division means multiplying by multiplicative inverse. I'm pretty sure all TI calculators will agree on this.

+1.

We never defined z as a variable. It's only a variable if you say something like f(z)=2z.

Juxtaposition, like we do in 2(4) still suggests you treat it as one entity being 8.

you use a letter, it's a variable (or constant, depending on the letter/context). in fact you even used it as a variable (where you said z=12).

the f(z) thing is a function.

2(4) is just another way of writing 2*4, just because you write something beside something else doesn't make it special.

God. It's just a badly written equitation. Nothing is completely correct.

If you want to try and solve it, the 'most correct' solution would be 2. Juxtapositioning the 2 before the brackets implies that the 2 and the (9+3) are treated as one element, thus resulting in adding brackets around them, leading to this:

48?2(9+3) = 48?[2(12)] = 48?24 = 2

It's well-demonstrated by nevann's example in the post above.

You get 4z/2z. Will you treat it as 4*z/2*z = 2z*z = 2z??

No. Juxtaposition implies you treat 4z and 2z as elements within brackets. (4z)/(2z) = 2.

In the end, it comes down to just being an unclear equitation. Every single teacher will tell you that it's just not good to write an equitation like that. In mathematics, you're supposed to add brackets to avoid any possible confusion.

Conclusion:

48?2(9+3) can not be solved correctly because it is unclear what is meant exactly.

Amen. After much cogitating, this should be expressed as:

(48/2)(2(9+3))=288 or

48/(2[9+3])=2 or

48

2(9+3)

http://en.wikipedia.org/wiki/Order_of_operations

As mentioned before, 4-7+3 should be viewed as 4+(-7)+3=0. This is because subtraction is just adding the additive inverse.

Likewise, 48?2(9+3) should be viewed as 48*(1/2)*(9+3)=288, because division is multiplying by multiplicative inverse. When in doubt, turn "?y" to "*(1/y)" just like "-y" to "+(-y)". Then, it becomes unambiguous because multiplication is associative and commutative. This is why some math teachers say "division before multiplication" in BEDMAS etc. That really isn't accurate though. Division takes the same precedence as multiplication, but you just need the perspective that division means multiplying by multiplicative inverse. I'm pretty sure all TI calculators will agree on this.

Does not matter at all. You can still change 48/2(9+3) into 48*[1/(2(9+3))]. It all depends on if you see "2(9+3)" as one number or not. And since there is no official rule about juxtapositioning, the original equitation is just a case of bad maths, and should not be considered correct or even possible to solve. It's just unclear.

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!