"Mind the Mistake, Mend the Mistake" is an approach to identify common errors in simplifying expressions and correcting them using properties like commutative and distributive laws.
Common errors(Commutative and Distributive)
1. Commutative property (\(a + b = b + a\) and \(ab = ba\))
- Mistake: Switching order without maintaining the sign: \(6 - 3 = 3 - 6\) (Incorrect, because \(3 \neq -3\))
- Correction: \(6 - 3\) is the same as \(-3 + 6\).
2. Distributive property (\(a(b + c) = ab + ac\))
- Mistake: Failing to distribute the multiplier to both terms inside the brackets: \(6(2m - 5n) = 12m - 5n\) (Incorrrect, \(6\) must multiply \(5n\))
- Correction: \(6(2m - 5n) = 12m - 30n\)
Simplifying algebraic expressions
Let us understand simplification of expressions using a few examples.
1. Evaluate \(4a + 3\) when \(a = -2\)
Solution:
Substitute \(a = -2\) in the expression \(4a + 3\), we get:
\(4a + 3 = 4(-2) + 3\)
\(= -8 + 3\)
\(= -5\)
2. Evaluate \(3p - 4q\) when \(p = 2\) and \(q = 1\)
Solution:
Substitute \(p = 2\) and \(q = 1\) in the expression, we get:
\(3p - 4q = 3(2) - 4(1)\)
\(= 6 - 4\)
\(= 2\)
Verification
To verify the value of an expression, substitute the given numerical values for the variables and follow the Order of Operations (BODMAS).
Verify \(4(x + y) = 4x + 4y\) when \(x = 1\) and \(y = 2\).
Solution:
LHS: \(4(x + y) =\) \(4(1 + 2)\) \(= 4(3) = 12\)
RHS: \(4x + 4y = 4(1) + 4(2)\) \(= 4 + 8\) \(= 12\)
Thus, LHS \(=\) RHS
The simplification is verified.