Wackone1 said:
a = 7
b = 6
3a ÷ 3b = x
x = 7/6 or 42?
From what I've heard, you can't separate a variable and it's coefficient, which means you can't just solve the problem by using the old PEMDAS method and going left to right such as (3*a)÷(3*b) but I have heard conflicting reports on this.
Anyone want to give some insight?
Yes, if an expression is written like
3a ÷ 3b then in most every instance I've seen the author has meant it to be interpreted as
(3*a) ÷ (3*b) .
Now on the other-hand if you type something like
3*7 ÷ 3*6 into any calculator or maths software that is "order of operation" aware then it will give the answer
42.
This potential ambiguity also annoys me. Now you might think it's resolved with that "you can't separate a variable and it's coefficient" clause you stated above, but that leads to other problems. For example in the expression 3a^2 if you apply that "cant separate a var..." then you'll end up interpreting this as (3a)^2, which is definitely
not in accordance with it's usual meaning.
One thing to remember however is that in any "real world" problem an expression such as "3a ÷ 3b" will almost never arise other than on a line that follows a previous line in your own working. In other words you'll always know the meaning of the equation because you wrote it yourself! It's only in school algebra type questions that you get something like "3a ÷ 3b" as a starting point.
Anyway, on occasions that I have had to teach this sort of stuff to high school algebra students I resolve it by teaching them "BIIDMAS" for order of operations. Normally in our school system students are taught "BIDMAS", (Brackets, Indices, Division, Multiplication, Addition, Subtraction), for precedence of operation. I just modify it to "BIIDMAS" (Brackets, Indices, Implied_multiplication, Division, Multiplication, Addition, Subtraction) and it resolves the issue.