Back to ShikshaPal Explainer Class 7 / Math
ShikshaPal
Chapter 15 · Algebra

Finding the Unknown

Algebra and Simple Equations

The Mystery

What's in the Sack? The Weighing Scale Mystery

You have a balance scale with a sack (unknown weight) on one side. On the other side, you place known weights to balance it. From the balanced position, you can figure out what the sack weighs — without opening it!

This is the essence of algebra: finding an unknown value using the rules of balance and equality. In this chapter, you'll learn to solve such puzzles using equations, where a letter (like x) stands for the unknown weight.

Feynman Bridge — Equations are Balanced Stories

Think of a weighing scale as a story in balance: "The sack plus 2 kg equals 5 kg." This is an equation: sack + 2 = 5. When you remove 2 kg from both sides (to keep it balanced), the sack must weigh 3 kg.

An equation is a balanced statement. Whatever operation you do to one side, you must do to the other to keep it balanced. This principle — "do the same thing to both sides" — unlocks the power to find unknowns. In real life, this shows up everywhere: in cooking (if you double a recipe, you double all ingredients), in finance (equal adjustments on both sides of a budget), and in construction (scaling plans proportionally).

Understand the Balance Metaphor

A weighing scale in balance means: weight on left side = weight on right side. If you add or remove the same weight from both sides, it stays balanced.

Example: If sack + 2 kg = 5 kg, and you remove 2 kg from each side, then sack = 3 kg.

Why this matters: This intuitive idea translates directly to equations. An equation is a balanced statement that remains balanced if you perform the same operation on both sides.

Translate Real Scales to Equations

Let the unknown weight be denoted by a variable (like x). The balance scale becomes an equation:

  • "A sack and 2 kg balance 5 kg" → x + 2 = 5
  • "Three identical sacks balance 12 kg" → 3x = 12
  • "A sack balances two smaller weights and one 3 kg weight" → x = 2a + 3

Why this matters: We've created a symbolic language (algebra) that represents real-world balance problems.

Solve by Undoing Operations

To solve x + 2 = 5, undo the "+2" by subtracting 2 from both sides:

  • x + 2 = 5
  • x + 2 - 2 = 5 - 2 (subtract 2 from both sides)
  • x = 3

To solve 3x = 12, undo the "×3" by dividing both sides by 3:

  • 3x = 12
  • 3x ÷ 3 = 12 ÷ 3 (divide both sides by 3)
  • x = 4

Why this matters: "Undoing" is the heart of solving equations. Addition undoes by subtraction, multiplication by division.

Handle Multi-Step Problems

Some scale problems require multiple steps:

  • "Two sacks and 3 kg balance 11 kg" → 2x + 3 = 11
  • Undo the "+3": 2x + 3 - 3 = 11 - 3 → 2x = 8
  • Undo the "×2": 2x ÷ 2 = 8 ÷ 2 → x = 4

Why this matters: Real problems are rarely single-step. Students learn to handle layers of operations by undoing them in reverse order (undo addition first, then multiplication).

Solve Equations with Unknowns on Both Sides

Suppose: "A sack equals 5 kg plus half another sack" → x = 5 + x/2

Move the unknown to one side:

  • x = 5 + x/2
  • x - x/2 = 5 (subtract x/2 from both sides)
  • x/2 = 5 (since x - x/2 = x/2)
  • x = 10 (multiply both sides by 2)

Why this matters: Unknowns on both sides are common in real applications. The principle remains: do the same to both sides.

From Patterns to Algebraic Rules

Consider a matchstick pattern: position 1 has 3 sticks, position 2 has 5, position 3 has 7...

Pattern: Position n has 2n + 1 sticks. If you want 99 sticks, solve 2n + 1 = 99:

  • 2n + 1 = 99
  • 2n = 98 (subtract 1)
  • n = 49 (divide by 2)

So position 49 has 99 sticks.

Why this matters: Algebra connects patterns to unknowns. Given a rule and a result, find the missing input.

Generalize the Solving Process

To solve any equation:

  1. Simplify both sides (combine like terms)
  2. Get all unknowns on one side, all constants on the other
  3. Undo operations in reverse order (addition/subtraction first, then multiplication/division)
  4. Check: substitute your answer back into the original equation

Why this works: These steps systematically "unwrap" the operations that built up the equation, revealing the unknown.

Deep Dive · Why Check Your Answer?

Suppose you solved 2x + 3 = 11 and got x = 4. Check: 2(4) + 3 = 8 + 3 = 11 ✓. Correct!

But what if you made an error and got x = 3? Check: 2(3) + 3 = 9 ≠ 11. The check immediately reveals the error.

Why this matters: A check validates your work. It's not busywork — it's a safeguard. In engineering, medicine, or finance, an unchecked calculation can be catastrophic.

Deep Dive · Variables as Placeholders for Unknown Quantities

Words: "A number increased by 5 equals 12."

Symbols: x + 5 = 12

Numbers: x = 7

The variable x is a placeholder. In one problem it represents weight, in another distance, in another time. The equation-solving method is universal.

Why this matters: Variables make mathematics abstract and powerful. Instead of solving "sack weight + 2 = 5" and "rope length + 2 = 5" separately, we solve x + 2 = 5 once and apply it everywhere.

Deep Dive · The Inverse Operation Principle

Addition is undone by subtraction: (x + a) - a = x

Subtraction is undone by addition: (x - a) + a = x

Multiplication is undone by division: (x × a) ÷ a = x

Division is undone by multiplication: (x ÷ a) × a = x

When solving equations, you're essentially finding the sequence of operations that created the equation, then applying their inverses in reverse order.

Why this matters: This principle extends far beyond algebra. In computer science, cryptography, and error correction, inverse operations are fundamental.

Common Error · Forgetting to Do Both Sides

The Mistake: Solving x + 5 = 12, a student subtracts 5 only from the right side: x + 5 = 12 - 5, getting x + 5 = 7. Then they can't proceed clearly.

The Root Cause: Forgetting the balance principle. An equation is only true if both sides remain equal. Changing one side breaks the equality.

Prevention Tip: Before you perform any operation, say out loud or write: "I will do this to BOTH sides." Draw an arrow pointing to each side as a visual reminder.

Correct Method: x + 5 = 12. Subtract 5 from BOTH sides: (x + 5) - 5 = 12 - 5. Simplify: x = 7.

Socratic Sandbox — Test Your Thinking

Level 1 · Predict

Without solving, predict: is the solution to 2x + 3 = 11 larger or smaller than 4?

Hint: What's 2(4) + 3?

2(4) + 3 = 11. So x = 4 is exactly the solution! Our prediction was asking whether x is larger or smaller than itself, which is a trick question. Let me rephrase: Is the solution to 2x + 3 = 13 larger or smaller than 5?

Try the revised question.

2(5) + 3 = 13. So x = 5 is the solution. For 2x + 3 = 13, we want the solution. If 2x + 3 = 11, then x = 4 (smaller than 5). So solutions decrease as the right side decreases.

Level 2 · Why

Why must you undo operations in reverse order (e.g., undo addition before multiplication)?

Think: How was the equation built?

An equation like 2x + 3 = 11 was built by: first multiply by 2, then add 3. To undo it, reverse the order: undo the add (subtract 3), then undo the multiply (divide by 2).

Go deeper: What if you undo in the wrong order?

If you divide by 2 first: (2x + 3) ÷ 2 = 11 ÷ 2, you get x + 1.5 = 5.5. Then subtract 1.5: x = 4. You still get the right answer! Actually, as long as you're consistent and careful, the order doesn't matter much for addition/subtraction and multiplication/division. But it's clearer to follow the reverse order.

Level 3 · Apply

A matchstick pattern has 2n + 1 sticks at position n. If Jasmine uses exactly 99 sticks, at which position is her arrangement?

Set up the equation.

2n + 1 = 99. Now solve for n.

Solve step-by-step.

2n + 1 = 99. Subtract 1: 2n = 98. Divide by 2: n = 49. Check: 2(49) + 1 = 98 + 1 = 99 ✓. Jasmine's arrangement is at position 49.