An equation is a mathematical statement that two expressions are equal, connected by the "=" sign. Solving an equation means finding all values of the variable(s) that make the statement true.
3x + 5 = 20
The fundamental principle of equation solving: whatever you do to one side, you must do to the other. This preserves the equality while isolating the unknown.
A linear equation in one variable has the form ax + b = c, where the variable x appears only to the first power. The graph of a linear equation in two variables is always a straight line (hence the name).
Solving One-Variable Linear Equations
Example: Solve 4x − 7 = 13
Step 1: Add 7 to both sides: 4x = 20
Step 2: Divide both sides by 4: x = 5
Check: 4(5) − 7 = 20 − 7 = 13 ✓
Equations with Variables on Both Sides
Example: Solve 5x + 3 = 2x + 18
Step 1: Subtract 2x from both sides: 3x + 3 = 18
Step 2: Subtract 3: 3x = 15
Step 3: Divide by 3: x = 5
Equations with Fractions
When an equation contains fractions, multiply every term by the least common denominator (LCD) to clear the fractions first.
A system of equations is a set of two or more equations with the same variables. The solution is the set of values that satisfies all equations simultaneously.
Method 1: Substitution
Example: Solve the system
y = 2x + 1
3x + y = 11
Substitute: 3x + (2x + 1) = 11 → 5x = 10 → x = 2, y = 5
Method 2: Elimination
Example: Solve the system
2x + 3y = 12
4x − 3y = 6
Add the equations: 6x = 18 → x = 3, then y = 2
Method 3: Matrices (Cramer's Rule)
For larger systems, matrix methods are far more efficient. See Linear Algebra for Gaussian elimination, and the formula sheet for Cramer's Rule.
Systems of equations connect algebra to linear algebra, where Ax = b is the central problem. In higher dimensions, you can't solve systems by hand — you need matrix methods.
Absolute Value Equations
The absolute value |x| gives the distance of x from zero. To solve |expression| = k (where k ≥ 0), split into two cases: