📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

An equation is a mathematical statement that says two expressions are equal. For example, x + 5 = 9, 2y - 3 = 7 and p/4 = 6 are all equations. The letter in an equation is called the variable, because its value can vary or change. The expression on the left of the equals sign is the left hand side (LHS) and the expression on the right is the right hand side (RHS). An equation involving only one variable is called a linear equation in one variable when the variable appears only to the first power.

Solving an equation means finding the value of the variable that makes the equation true. This value is called the solution or the root of the equation. Equations are used to translate real-life situations into mathematics. For example, if a number added to 8 gives 20, we write x + 8 = 20 and solve it to find x = 12. Simple equations form the bridge between arithmetic and algebra, and every later chapter that involves unknown quantities depends on the skill of solving equations.

2. Setting Up an Equation

2.1 From Statements to Equations

A word statement can be translated into an equation by choosing a variable for the unknown quantity and following the words. For example: - The sum of a number and 7 is 15 gives x + 7 = 15. - Twice a number minus 3 is 11 gives 2x - 3 = 11. - One third of a number is 9 gives x/3 = 9.

2.2 Balancing the Equation

An equation is like a balance or a seesaw. Whatever operation we perform on one side must also be performed on the other side to keep the balance. If we add, subtract, multiply or divide one side by a number, we must do the same to the other side. This is called the balance method of solving equations.

3. Solving an Equation

3.1 Trial and Error Method

In the trial and error method, we substitute values into the variable until the LHS equals the RHS. For example, for x + 5 = 12, trying x = 7 gives 7 + 5 = 12, which is correct, so x = 7 is the solution. This method works for simple equations but is slow for complex ones.

3.2 Systematic Method using Balance

In the systematic method we perform the same operation on both sides. To solve x + 5 = 12, subtract 5 from both sides: x + 5 - 5 = 12 - 5, which gives x = 7. To solve 2x = 18, divide both sides by 2: 2x/2 = 18/2, which gives x = 9. To solve x/3 = 9, multiply both sides by 3: x = 27. To solve x - 4 = 10, add 4 to both sides: x = 14.

3.3 Transposing Method

Transposing means moving a term from one side of the equation to the other while changing its sign. Addition becomes subtraction, subtraction becomes addition, multiplication becomes division and division becomes multiplication. For example, in x + 5 = 12, transpose 5 to the other side: x = 12 - 5 = 7. In 3x = 21, transpose 3: x = 21/3 = 7. Transposing is the quickest method and is simply a shortcut for applying the balance method.

4. Solving Equations of the Form ax + b = c

To solve an equation with two operations, undo the operations in reverse order. For example, to solve 2x + 5 = 17, first subtract 5 from both sides to get 2x = 12, then divide both sides by 2 to get x = 6. To solve 3y - 4 = 20, first add 4 to both sides to get 3y = 24, then divide by 3 to get y = 8. Always undo addition or subtraction first, and then undo multiplication or division.

4.1 Equations with the Variable on Both Sides

Sometimes the variable appears on both sides of the equation, like 3x + 2 = x + 10. Bring all the variable terms to one side and all the constant terms to the other side. Transpose x to the LHS and 2 to the RHS: 3x - x = 10 - 2, which gives 2x = 8, so x = 4.

5. Applications of Simple Equations

Simple equations are used to solve many real-life puzzles and practical problems. For example: - Age problems: A father is 30 years older than his son. If the father is 42, the son's age x satisfies x + 30 = 42, so x = 12. - Number problems: If three times a number is increased by 8 gives 35, then 3x + 8 = 35, so 3x = 27 and x = 9. - Money problems: If a pen costs 4 rupees more than a pencil and the pen costs 14 rupees, the pencil's price x satisfies x + 4 = 14, so x = 10. - Geometry problems: The perimeter of a rectangle is given by 2(l + b); if perimeter is 48 and length is 15, we can solve 2(15 + b) = 48 to find b = 9.

5.1 Steps for Solving Word Problems

  1. Read the problem carefully and identify the unknown quantity.
  2. Denote the unknown by a variable, usually x.
  3. Translate the statement of the problem into an equation.
  4. Solve the equation to find the value of the variable.
  5. Check the answer by substituting it back into the equation and the original problem.

Quick Revision Tables

Table 1: Methods of Solving Equations

Method Idea Example
Trial and error Substitute values until LHS = RHS x + 5 = 12 gives x = 7
Balance method Same operation on both sides x - 4 = 10, add 4 both sides, x = 14
Transposing Move term to other side, change sign x + 5 = 12 becomes x = 12 - 5 = 7
Reverse operations Undo + then x, in reverse order 2x + 5 = 17 gives x = 6

Table 2: Solving Different Types of Equations

Equation Type Steps Solution
x + a = b Transpose a x = b - a
x - a = b Transpose -a x = b + a
ax = b Transpose a (divide) x = b/a
x/a = b Transpose a (multiply) x = a x b
ax + b = c Transpose b, then divide by a x = (c - b)/a
ax + b = cx + d Group variable terms, then solve x = (d - b)/(a - c)

Mind Map

flowchart TD A["Simple Equations"] --> B["Equation: LHS = RHS"] A --> C["Variable x"] A --> D["Solving Methods"] D --> D1["Trial and error"] D --> D2["Balance method"] D --> D3["Transposing"] A --> E["Types"] E --> E1["x + a = b"] E --> E2["ax = b"] E --> E3["ax + b = c"] E --> E4["Variable on both sides"] A --> F["Applications: ages, numbers, money, geometry"] F --> G["Check answer by substitution"]

Important Diagrams (SVG)

Diagram 1: Equation as a Balance

Equation as a Balance: x + 3 = 7 x +3 7 Remove 3 from both sides: x = 4 Golden Rule: Whatever you do to one side of an equation, you must do to the other side to keep the balance.

Diagram 2: Transposing Method

Solving 2x + 5 = 17 by Transposing Step 1 Transpose 5: 2x = 17 - 5 Step 2 Simplify: 2x = 12 Step 3 Transpose 2: x = 12/2 Step 4 Solution: x = 6 Check: 2 x 6 + 5 = 12 + 5 = 17 Sign changes: + becomes -, - becomes +, x becomes /, / becomes x. Golden Rule: Transposing changes the sign; always check your answer by substituting the solution back into the equation.

Common Mistakes

  1. Changing the sign incorrectly while transposing. Adding a term that should be subtracted, or moving a multiplier as if it were a divisor, leads to wrong solutions.
  2. Performing an operation on only one side of the equation. The balance rule demands the same operation on both sides.
  3. Forgetting to transpose the sign of negative numbers. For example, solving x - 5 = 12 requires x = 12 + 5, not x = 12 - 5.
  4. Inverting the order of operations. In 2x + 5 = 17, students may divide first instead of subtracting 5 first. Undo addition/subtraction before multiplication/division.
  5. When the variable is on both sides, moving the variable terms in the wrong direction, leading to a negative coefficient confusion.
  6. Skipping the verification step. A wrong answer would be caught if the solution were substituted back into the original equation.
  7. In word problems, choosing the wrong variable relationship. For example, if the father is 30 years older than the son and is 42, writing the son's age as x + 30 = 42 is correct, but writing x - 30 = 42 is wrong.
  8. Making arithmetic slips when transposing a fraction like x/3 = 9 and writing x = 9/3 = 3 instead of x = 9 x 3 = 27.

Exam Tips

  1. Always isolate the variable by undoing operations in reverse order: first undo addition/subtraction, then multiplication/division.
  2. When transposing, memorise that the sign flips: + to -, - to +, multiplication to division, division to multiplication.
  3. After solving, always substitute the value back into the original equation to verify that LHS = RHS.
  4. For word problems, first clearly define the variable, then write the equation before attempting to solve. Marks are often given for the equation itself.
  5. If the variable appears on both sides, bring all variable terms to one side and constants to the other in one clean step.
  6. Keep the working neat and write each step on a new line so partial marks can be awarded if a small error occurs.
  7. Practise translating statements into equations daily, because the application questions carry significant weight in exams.

Conclusion

Simple equations translate everyday situations into mathematical form and provide a systematic way to find unknown values. Whether we use trial and error, the balance method, or transposing, the core idea is the same: keep the two sides balanced while isolating the variable. Once an equation is solved, verification by substitution confirms the correctness of the answer. Mastery of simple equations prepares students for linear equations in two variables, algebraic expressions and word problems in higher classes, and it develops the logical step-by-step thinking that is the essence of algebra.


Extra Practice Problems

  1. Solve: x + 7 = 15.
  2. Solve: 2y - 3 = 11.
  3. Solve: x/4 = 6.
  4. Solve: 3x + 2 = x + 10.
  5. The sum of a number and 8 is 20. Find the number.
  6. Twice a number minus 5 is 13. Find the number.
  7. A father is 30 years older than his son. If the father is 42, find the son's age.
  8. The perimeter of a rectangle is 48 and its length is 15. Find its breadth.