A. Defining an Equation:
- An Equation is a mathematical statement of equality containing an equal sign ($=$) connecting two expressions: $$\text{Left-Hand Side (LHS)} = \text{Right-Hand Side (RHS)}$$
- Linear Equation in One Variable: An equation involving only one unknown variable whose highest exponent (degree) is strictly $1$. Its standard form is: $$ax + b = 0 \quad (a \neq 0)$$ (e.g., $3x - 5 = 16$ is linear; $x^2 + 4 = 0$ is NOT linear because the degree is 2).
B. Solution / Root of an Equation:
A number $k$ is called the solution or root of an equation if substituting $x = k$ makes the $\text{LHS} = \text{RHS}$.
Example: For $2x + 3 = 11$, check $x = 4$: $\text{LHS} = 2(4) + 3 = 8 + 3 = 11 = \text{RHS}$. Hence, $x = 4$ is the unique root.