nadperona
I always get confuse with the rule for this expression.
3(4-2) / 2 =
I always come up with 9 because I follow the distributive property.
= 3(4-2) / 2
= 12- 6 / 2
=12 - 3
= 9
I find that the correct solution should be:
= 3 (4-2) / 2
= 3(2) / 2
= 6 / 2
= 3
Can you help me guys to explain why the expression come up with different result when I apply distributive property?
First, you need to understand the order of operations in Maths
Here is the order of operations with some common operations.
1. Bracket
() [] {}
2. Power
^
3. Multiplication/Division
* /
4. Addition/Subtraction
+ -
Hence, with your question, first you need to calc the sub-expression inside the bracket: \(4-2=2\)
Now, the expression becomes \(3*2/2\)
The multiplication and division sign have the same order, so you just calc the expression from left to right.
\(3*2/2=6/2=3\)
From your way \(3(4-2)/2 = 3 * 4 - 3 * 2 / 2 = 12 - 6 / 2\) is wrong, because you left out the bracket and change the orginial order of the given expression.
To left out bracket, you need to come up with this way
\(3(4-2)/2 = (3*4-3*2)/2 = (12 - 6)/2 = 3\)
We could have \(3(4-2)=3*4-3*2\) because we have a rule calls Multiplication Properties. That is \(a*(b+c)=a*b+a*c\).