I'm going to need some help here. I've been away from mathematics for a couple of years but I'm intending to go back to it in September. I keep getting
6/2(1+2) = 1
Order of operations (with irrelevant operations removed): Brackets -> Multiplication -> Division
So the expression should be the same as
6/(2(1+2))
Since 2 is involved in multiplication and division, you should do the multiplication before the division
= 6/(2(3)) = 6/6 = 1
But what I'm seeing a lot of here is
(6/2)(1+2)
where the division takes precedence over the multiplication.
= (3)(3) = 9
NickyJ:
But that simply isn't how it works. The a+b is multiplied by 2 because it is impossible to do anything else. a+b is as reduced as it can get, so you just move on to multiplication. However, 1+2 is added first because they can be mathematically added. Therefore, add 1+2, then multiply.
If you want to invent a new form of mathematics, be my guest, but at the moment, there is only one proper way that will give you exact results.
The expression
2(a+b)=2a+2b
means that if you choose to calculate 2(a+b) by adding a+b first ad then multiplied by two, you will get the same answer as if you multiplied by 2 first and then added 2a and 2b. There is a mistake in Cardgame's calculation but it's not on the line you picked out.
The more general expression
x(y + z) = (xy + xz)
means that it's acceptable to add first or to multiply first. The two approaches give the same answer.
What Cardgame should have done is
6/2(1+2) = 6/(2+4) = 6/6 = 1
The (deliberate?) error is getting rid of the brackets after initial multiplication and before the addition that they initially contained.