Question
Balance the following equation and add state symbols:
(CBSE Class 10 — Chemical Reactions and Equations)
Balancing Algorithm
flowchart TD
A["Write the skeleton equation"] --> B["List atoms on each side"]
B --> C{"All balanced?"}
C -->|No| D["Pick the atom with highest difference"]
D --> E["Adjust coefficient of compound containing it"]
E --> F["Recount all atoms"]
F --> C
C -->|Yes| G["Add state symbols: s, l, g, aq"]
G --> H["Verify: atoms equal on both sides"]
Solution — Step by Step
Count atoms on each side:
| Atom | Left | Right |
|---|---|---|
| Fe | 1 | 3 |
| H | 2 | 2 |
| O | 1 | 4 |
Fe and O are unbalanced.
We need 3 Fe on the left: put coefficient 3 before Fe.
Fe is now balanced (3 = 3).
We need 4 O on the left: put coefficient 4 before HO.
O is balanced (4 = 4). But now H on left = 8, H on right = 2. Put 4 before H.
| Atom | Left | Right |
|---|---|---|
| Fe | 3 | 3 |
| H | 8 | 8 |
| O | 4 | 4 |
All balanced. Adding state symbols:
Steam (g) is used here because iron reacts with steam, not liquid water.
Why This Works
A chemical equation must obey the law of conservation of mass — atoms are neither created nor destroyed in a chemical reaction. Balancing ensures the same number of each type of atom appears on both sides. We only adjust coefficients (the numbers before formulas), never subscripts (which would change the compounds themselves).
State symbols tell us the physical state: (s) solid, (l) liquid, (g) gas, (aq) dissolved in water (aqueous). They provide additional information about the reaction conditions.
Alternative Method — Hit and Trial with Fractions
Some students find it easier to use fractions first, then clear them:
Start with FeO having 4 oxygens. Put 4 before HO. This gives 8 H on left, so put 4 before H. Then 3 before Fe.
This “work backwards from the most complex compound” approach often finishes faster.
For CBSE exams, always add state symbols — they carry separate marks. The common state symbols to remember: metals are (s), water is (l), gases like H, O, CO are (g), acids and salts in solution are (aq). Steam is written as HO(g), not HO(l).
Common Mistake
The biggest error: changing subscripts instead of coefficients. Writing H instead of 3H changes the molecule itself — H does not exist as a stable molecule. We can only place whole numbers in front of the formulas. Another common slip: forgetting to recheck all atoms after adjusting one coefficient. Fixing oxygen might unbalance hydrogen — always do a final count of every element.