1Elementary Algebra (Linear & Quadratic Equations)
An equation is a statement that two expressions are equal. A linear equation has the highest power of x as 1; a quadratic equation has the highest power of x as 2.
Linear in one variable: ax + b = 0 → x = −b/a. Linear in two variables: solve by substitution or elimination. Quadratic: ax² + bx + c = 0 → x = [−b ± √(b² − 4ac)] / 2a (quadratic formula). Discriminant D = b² − 4ac: D > 0 → two real roots; D = 0 → equal roots; D < 0 → no real roots. Sum of roots = −b/a; product of roots = c/a.
- Solve 3x − 7 = 2x + 5 → x = 12.
- Solve x² − 5x + 6 = 0 → x = 2 or 3 (sum 5, product 6).
- Solve 2x + 3y = 12, 3x − y = 7 → x = 3, y = 2.
- If roots of x² + bx + 12 = 0 are 3 and 4 → sum = 7 → b = −7. ✓