1. What is a Linear Equation?
A linear equation is a mathematical statement where an unknown quantity (represented by a letter like \(x\), \(y\), or \(n\)) has an exponent/power of 1. When graphed on a coordinate plane, a linear equation forms a straight line.
Examples of linear equations:
- \(2x + 5 = 15\)
- \(3(y - 2) = 12\)
- \(\frac{x}{4} + 1 = 6\)
2. The Golden Rule of Equation Balancing
Think of an equation as a balanced seesaw or scale. Whatever operation (addition, subtraction, multiplication, division) you perform on the left side of the equals sign, you MUST perform on the right side.
- To undo Addition \((+)\), perform Subtraction \((-)\).
- To undo Subtraction \((-)\), perform Addition \((+)\).
- To undo Multiplication \((\times)\), perform Division \((\div)\).
- To undo Division \((\div)\), perform Multiplication \((\times)\).
3. One-Step and Two-Step Linear Equations
Solve for \(x\): \(3x + 7 = 22\)
Step 1: Subtract 7 from both sides to isolate the term with \(x\):
\(3x + 7 - 7 = 22 - 7\)
\(3x = 15\)
Step 2: Divide both sides by 3:
\(\frac{3x}{3} = \frac{15}{3}\)
\(x = 5\).
4. Solving Equations with Brackets and Fractions
When an equation contains brackets or fractions, expand the brackets or clear the denominators first:
Solve for \(x\): \(\frac{2x + 1}{3} = 5\)
Step 1: Multiply both sides by the denominator (3):
\(3 \times \left(\frac{2x + 1}{3}\right) = 5 \times 3\)
\(2x + 1 = 15\)
Step 2: Subtract 1 from both sides:
\(2x = 14\)
Step 3: Divide by 2:
\(x = 7\).
5. Translating Word Problems into Linear Equations
ECZ examination papers frequently feature word problems testing your ability to write equations from real-life scenarios:
Question: Mwamba bought 4 exercise books and a pen costing K10. The total cost was K50. What is the cost of one exercise book?
Solution:
1. Let the cost of one exercise book be \(b\).
2. Write the equation: \(4b + 10 = 50\)
3. Subtract 10: \(4b = 40\)
4. Divide by 4: \(b = 10\).
Answer: One exercise book costs K10.
6. Practice Questions & Step-by-Step Answers
Try solving these practice questions on paper before checking the answers below:
Practice Test Questions:
- Solve \(5x - 4 = 21\)
- Solve \(4(y + 2) = 28\)
- Solve \(\frac{x - 3}{2} = 8\)
- \(5x = 25 \implies x = 5\)
- \(4y + 8 = 28 \implies 4y = 20 \implies y = 5\)
- \(x - 3 = 16 \implies x = 19\)