๐ Key Points
- An equation is a statement with two equal expressions separated by '='. Has left side and right side.
- A variable (x, y, z) represents an unknown value. Goal is to find its value.
- Solution of equation is the value of variable that makes the equation true.
- Transposition: Moving a term from one side to other changes its sign (+ to โ, โ to +, ร to รท, รท to ร)
- Balance method: Do same operation on both sides. Whatever you do to left, do to right.
- To remove +a from side, subtract a from both sides.
- To remove โa from side, add a to both sides.
- To remove รa (multiply), divide both sides by a.
- To remove รทa (divide), multiply both sides by a.
- Word problems: Identify unknown, assign variable, write equation, solve, check answer.
- Always verify solution by substituting back into original equation.
- Consecutive integers: If first = x, then next = x+1, x+2, etc.
- When equation has brackets like 2(x+3), expand first: 2x + 6.
- Linear equation has variable with power 1. Example: 3x + 5 = 14
- Order of operations in solving: Simplify brackets first, then isolate variable.
๐ Important Definitions
๐ข Formulas & Laws
Basic Equation Form
ax + b = c, where a, b, c are constants and x is variable
Solve for x: x = (c - b) / a
Transposition Rule
a - b = a + (-b) (change sign when moving across =)
Moving +a gives โa, moving โa gives +a
Two Consecutive Integers
First = x, Second = x + 1. Sum = 2x + 1
Example: x + (x+1) = 25 gives 2x + 1 = 25
Distributive Property
a(b + c) = ab + ac. Apply before solving.
Example: 2(x + 3) = 2x + 6
Verification Formula
Substitute solution value in original equation. Both sides should be equal.
If x = 4 in 2x + 3 = 11, check: 2(4) + 3 = 11 โ
โ ๏ธ Common Mistakes
โ Wrong: Forgetting to change sign during transposition: 3x + 5 = 14 becomes 3x = 14 - 5 โ (leaving +5)
โ Correct: Correct: When moving +5 across =, it becomes โ5. So 3x = 14 โ 5 = 9
โ Wrong: Not applying operation to both sides in balance method: x โ 3 = 7, add 3 to left only
โ Correct: Correct: Add 3 to BOTH sides: x โ 3 + 3 = 7 + 3, so x = 10
โ Wrong: Skipping verification: Just state the answer without checking if it's correct
โ Correct: Correct: Always substitute back. 2x + 5 = 13, if x = 4: 2(4) + 5 = 13 โ
โ Wrong: Not expanding brackets first: 2(x + 3) = 10 solved as 2x + 3 = 10
โ Correct: Correct: Expand first: 2x + 6 = 10, then 2x = 4, x = 2
โ Wrong: Wrong word conversion: 'A number minus 5 is 12' written as 5 โ x = 12
โ Correct: Correct: x โ 5 = 12 (not 5 โ x). The unknown comes first usually.
๐ Exam Focus
These questions are frequently asked in CBSE exams:
๐ฏ Last-Minute Recall
Close your eyes and try to recall: Key definitions, formulas, and 3 common mistakes. If you can recall 80% without looking, you're exam-ready!