← Back to all lessons
Class 8Algebra6:37Published 1 Apr 2025

Easy Way to Solve Linear Equations in One Variable

Learn how to solve linear equations in one variable using transposition, collecting like terms, clearing fractions with the LCM, and cross multiplication.

This lesson works through a series of linear equations in one variable, starting from simple cases like x + 2 = 5 and building up to equations with brackets and fractions. You will see how transposing a term flips its operation, how to gather the variable on one side, and two reliable ways to clear denominators: multiplying every term by the LCM, or cross multiplying. Each example is solved step by step down to a single value for the variable.

What you'll learn

  • How transposing a term across the equals sign changes its operation
  • Collecting the variable terms on one side and the numbers on the other
  • Expanding brackets before solving an equation
  • Clearing fractions using the LCM or by cross multiplying

Lesson chapters

0:00What a solution is and the transposition rule
0:43Collecting like terms: 2x - 5 = x + 3
2:11Equations with brackets
3:00Equations with equal denominators
3:28Clearing fractions with the LCM
5:23Solving by cross multiplication

Lesson notes

This lesson is about solving linear equations in one variable. A solution is the value of the variable that makes the equation true, and the process of finding it is called solving the equation.

The transposition rule

When you move a term from one side of the equation to the other, its operation reverses: addition becomes subtraction, subtraction becomes addition, multiplication becomes division, and division becomes multiplication.

For example, x+2=5x + 2 = 5. Transpose +2+2 to the right side, where it becomes 2-2:

x=52=3x = 5 - 2 = 3

Collecting like terms

Solve 2x5=x+32x - 5 = x + 3. Collect the xx terms on the left and the numbers on the right:

2xx=3+52x - x = 3 + 5 x=8x = 8

Equations with brackets

Solve 3(x+5)=2x83(x + 5) = 2x - 8. First expand the bracket:

3x+15=2x83x + 15 = 2x - 8

Keep the terms already on the right where they are, then transpose:

3x2x=8153x - 2x = -8 - 15 x=23x = -23

Next, solve 3m2(m+4)=4(m2)+203m - 2(m + 4) = 4(m - 2) + 20. Expand both sides:

3m2m8=4m8+203m - 2m - 8 = 4m - 8 + 20 m8=4m+12m - 8 = 4m + 12

Transpose the mm terms to the left and the numbers to the right:

m4m=12+8m - 4m = 12 + 8 3m=20-3m = 20 m=203m = -\tfrac{20}{3}

Equations with equal denominators

Solve 2x+45=3x15\tfrac{2x + 4}{5} = \tfrac{3x - 1}{5}. The denominators are the same, so compare the numerators:

2x3x=142x - 3x = -1 - 4 x=5-x = -5 x=5x = 5

Clearing fractions with the LCM

Solve x2+5x+7=3x26\tfrac{x}{2} + 5x + 7 = \tfrac{3x}{2} - 6. The LCM of the denominators is 22, so multiply every term by 22:

x+10x+14=3x12x + 10x + 14 = 3x - 12 11x+14=3x1211x + 14 = 3x - 12

Now transpose:

11x3x=121411x - 3x = -12 - 14 8x=268x = -26 x=268=134x = -\tfrac{26}{8} = -\tfrac{13}{4}

Solving by cross multiplication

Solve 2x+55=3x12\tfrac{2x + 5}{5} = \tfrac{3x - 1}{2}. Multiply each numerator by the opposite denominator:

2(2x+5)=5(3x1)2(2x + 5) = 5(3x - 1) 4x+10=15x54x + 10 = 15x - 5 4x15x=5104x - 15x = -5 - 10 11x=15-11x = -15 x=1511x = \tfrac{15}{11}

Key takeaways

  • Transposing a term to the other side reverses its operation.
  • Gather the variable on one side and the constants on the other, then simplify.
  • Clear fractions by multiplying every term by the LCM, or by cross multiplying when each side is a single fraction.