Linear Equations
A linear equation has the form: ax + b = c.
The goal is to find the value of x that makes the equation true.
Solving Method
- Move constants to the other side
- Get the form ax = c − b
- Divide both sides by a
Therefore:
x = (c − b) / a
Example
Solve:
2x + 3 = 11
Subtract 3:
2x = 8
Divide by 2:
x = 4