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

    • EU needs the money, and the EUC lawyers dream at night about more of those huge commissions... Personally, if companies do things I don't like I don't purchase or use their products. I can think of few things worse than the horrid specter of government designed & "approved" software. But I guess things are different in the EU. I'd likely feel differently about this stuff if the lawyers did it pro bono, and the billion-dollar fines were rebated to the consumers the EUC claims it is protecting--but that never happens. The bizarre thing is that EU consumers seem unaware that all those fines come back to the companies forced to pay them in higher costs for the goods and services those companies sell them. Why that bit of logic escapes their attention is puzzling. So, now, we just sit back and wait on the next pretext the EUC lawyers come up with to rob these companies whose products no one in the EU is forced to buy and use in the first place. Rinse, repeat. It's become a very addictive habit of the EUC.
    • 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.
  • 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!