krit.club logo

Linear Equations in One Variable - Solving equations with linear expressions on one side and numbers on the other

Grade 8ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A Linear Equation in one variable is an algebraic equation where the highest power of the variable is 11. Visually, if this equation were plotted on a coordinate plane, it would form a straight line.

The Balance Scale Principle: An equation functions like a physical balance scale. To maintain equality, any operation (addition, subtraction, multiplication, or division) performed on the Left-Hand Side (LHSLHS) must also be performed on the Right-Hand Side (RHSRHS).

Transposition Method: This involves moving a term from one side of the equals sign to the other. When a term is transposed, its sign changes: +b+b becomes b-b, b-b becomes +b+b, multiplication becomes division, and division becomes multiplication. Imagine the '==' sign as a bridge that flips the operation.

Isolating the Variable: The objective is to rearrange the equation so the variable (like xx) stands alone on one side. You 'undo' the operations surrounding the variable in reverse order of operations (usually handling addition/subtraction before multiplication/division).

Like Terms: Before solving, always simplify the linear expression by combining like terms. For example, 3x+2x3x + 2x should be viewed as a single block of 5x5x to simplify the visual complexity of the equation.

Verification: Once a value for the variable is found, substitute it back into the original equation. If the LHSLHS simplifies to the same number as the RHSRHS, the solution is correct.

The General Form: For this sub-topic, equations typically appear in the form ax+b=cax + b = c, where a,b,a, b, and cc are constants and xx is the variable. The goal is to move bb and then aa to solve for xx.

📐Formulae

Standard Form: ax+b=cax + b = c

Transposition of Addition: If x+a=bx + a = b, then x=bax = b - a

Transposition of Subtraction: If xa=bx - a = b, then x=b+ax = b + a

Transposition of Multiplication: If ax=bax = b, then x=bax = \frac{b}{a}

Transposition of Division: If xa=b\frac{x}{a} = b, then x=b×ax = b \times a

General Solution Step: x=cbax = \frac{c - b}{a}

💡Examples

Problem 1:

Solve for xx: 4x7=134x - 7 = 13

Solution:

4x7=134x - 7 = 13 Step 1: Transpose 7-7 to the RHS. It becomes +7+7. 4x=13+74x = 13 + 7 4x=204x = 20 Step 2: Transpose the coefficient 44 (which is multiplying xx) to the RHS as a divisor. x=204x = \frac{20}{4} x=5x = 5

Explanation:

We first isolate the term containing the variable by removing the constant 7-7. Then, we isolate the variable itself by dividing by its coefficient.

Problem 2:

Solve for yy: y3+5=11\frac{y}{3} + 5 = 11

Solution:

y3+5=11\frac{y}{3} + 5 = 11 Step 1: Transpose +5+5 to the RHS. y3=115\frac{y}{3} = 11 - 5 y3=6\frac{y}{3} = 6 Step 2: Transpose the divisor 33 to the RHS as a multiplier. y=6×3y = 6 \times 3 y=18y = 18

Explanation:

To solve this, we first subtract 55 from the number on the right. Then, since yy is being divided by 33, we perform the inverse operation, which is multiplication, to find the final value.