[quote]RBlue wrote:
[quote]OBoile wrote:
[quote]RBlue wrote:
[quote]OBoile wrote:
[quote]red04 wrote:
[quote]chillain wrote:
[quote]Gaius Octavius wrote:
I repeat, it depends on how you read the dash. There is no right or wrong in this matter, it’s just a matter of convention.[/quote]
you forgot to add that only HIGHLY INEXPERIENCED problem-solvers wouldn’t tend to see everything after the dash as the denominator of the entire expression
if you get 9 - that would be you
if you get 1 - your approach mirrors that of the experts
[/quote]
Or people that deal with computers more often, especially programming(which is essentially the entire reason a strict definition of operation is needed).
People that are experts in problem solving don’t deal with horribly formatted text expressions anyway.[/quote]
Yep. Type:
=6/2*(1+2)
into an Excel cell and you get 9.[/quote]
Yeah, but adding the asterisk changes it… It’s written out in a deliberately ambiguous way, do we interpret it as 6/[2(1+2)] = 1, or (6/2)(1+2) = 9?
It’s true though, that were we dealing strictly with variables as earlier posters have pointed out, and were it written with the operators as originally presented, say A/B(x+y), the B(x+y) would be treated as the entire denominator.[/quote]
No and No.
Both of your points are incorrect.[/quote]
Explain why.[/quote]
Adding the "" is simply so Excel can handle it. It doesn’t change any rule in the equation.
ab+c is exactly the same as ab+c.
Similarly, choosing to write something with letters instead of numbers changes nothing. All that has been changed is the patterns used to symbolize each value, no rules change.
People on this thread are trying to overcomplicate things with rules that don’t exist.
It is somewhat ambiguous, but if the intent was to have the denominator be 2(1+2) then standard practice when writing the formula in a computer environment would be to have 6/[2(1+2)] or 6/(2(1+2)).