Question
Solve step by step. What is the general algorithm for solving any linear equation in one variable?
(CBSE 7-8 Board pattern)
Solution — Step by Step
LCM of denominators 2 and 3 is 6. Multiply every term by 6:
Be careful with the minus sign: , not .
Verification: . Correct.
flowchart TD
A["Given linear equation"] --> B["Step 1: Clear fractions - multiply by LCM"]
B --> C["Step 2: Expand all brackets"]
C --> D["Step 3: Move variables to LHS, constants to RHS"]
D --> E["Step 4: Combine like terms"]
E --> F["Step 5: Divide both sides by coefficient of x"]
F --> G["Step 6: Verify by substituting back"]
G --> H["Final Answer"]
Why This Works
A linear equation is a balance — what is on the left equals what is on the right. Every operation we do (multiply both sides, add to both sides, divide both sides) preserves this balance. The strategy is to isolate by “undoing” everything around it.
Clearing fractions first makes the arithmetic cleaner — working with whole numbers is faster and less error-prone than juggling fractions throughout. Expanding brackets and collecting like terms reduces the equation to the simple form , which gives .
Alternative Method
For simpler equations, use transposition directly — when a term moves from one side to the other, its sign changes:
becomes , so .
Transposition is just a shortcut for “subtract from both sides.”
Always verify your answer by plugging it back into the ORIGINAL equation (before any simplification). This takes 30 seconds and catches sign errors, which are the most common mistakes in linear equations.
Common Mistake
The biggest trap: sign errors when expanding brackets with a minus sign in front. For example, becomes , NOT . The minus distributes to BOTH terms inside the bracket. Draw a small arrow from the minus sign to each term inside if you need a visual reminder.