BackSolving Linear Equations: Methods and Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Solving Linear Equations
Introduction to Linear Equations
Linear equations are algebraic equations in which each term is either a constant or the product of a constant and a single variable. Solving linear equations is a foundational skill in algebra, requiring the application of several systematic steps to isolate the variable and determine its value.
Linear Equation: An equation of the form $ax + b = c$, where $a$, $b$, and $c$ are constants and $x$ is the variable.
Solution: The value of the variable that makes the equation true.
Steps for Solving Linear Equations
To solve a linear equation, follow these systematic steps:
Distribute constants: Apply the distributive property to remove parentheses. $a(b + c) = ab + ac$
Combine like terms: Add or subtract terms with the same variable or constants on each side of the equation.
Group terms with variables and constants on opposite sides: Move all terms containing the variable to one side and constants to the other.
Isolate the variable: Solve for the variable by performing inverse operations.
Check the solution: Substitute the solution back into the original equation to verify correctness.
Example 1: Solving a Basic Linear Equation
Solve the equation: $2(x - 3) = 0$
Distribute: $2x - 6 = 0$
Add 6 to both sides: $2x = 6$
Divide by 2: $x = 3$
Check: $2(3 - 3) = 2(0) = 0$ (True)
Example 2: Solving a Linear Equation with Variables on Both Sides
Solve the equation: $3(2 - 5x) = 4x + 25$
Distribute: $6 - 15x = 4x + 25$
Group variable terms: $6 - 25 = 15x + 4x$
Combine like terms: $6 - 25 = 19x$
Solve for $x$:
$6 - 25 = 4x + 15x$
$-19 = 19x$
$x = -1$
Check: $3(2 - 5(-1)) = 4(-1) + 25$ $3(2 + 5) = -4 + 25$ $3(7) = 21$ $21 = 21$ (True)
Solving Linear Equations with Fractions
Linear equations may contain fractional coefficients. To simplify, eliminate fractions by multiplying both sides by the Least Common Denominator (LCD).
Multiply by LCD: Multiply both sides by the LCD to clear fractions.
Continue with the standard steps: distribute, combine like terms, group variables, and isolate the variable.
Example 3: Solving a Linear Equation with Fractions
Solve the equation: $\frac{1}{4}(x + 2) - \frac{1}{3}x = \frac{1}{12}$
Find LCD: 12
Multiply both sides by 12:
$12 \times \frac{1}{4}(x + 2) - 12 \times \frac{1}{3}x = 12 \times \frac{1}{12}$
$3(x + 2) - 4x = 1$
Distribute: $3x + 6 - 4x = 1$
Combine like terms: $-x + 6 = 1$
Isolate $x$: $-x = 1 - 6 = -5$
$x = 5$
Check: $\frac{1}{4}(5 + 2) - \frac{1}{3}(5) = \frac{1}{12}$ $\frac{1}{4}(7) - \frac{5}{3} = \frac{7}{4} - \frac{5}{3}$ Find common denominator: $\frac{21}{12} - \frac{20}{12} = \frac{1}{12}$ (True)
Categorizing Linear Equations by Number of Solutions
Linear equations can be classified based on the number of solutions they possess. This classification helps in understanding the nature of the equation and its solution set.
One Solution: The equation has a unique solution for the variable (consistent and independent).
No Solution: The equation leads to a contradiction (e.g., $0 = 5$), meaning there is no value of the variable that satisfies the equation (inconsistent).
Infinitely Many Solutions: The equation is true for all values of the variable (e.g., $0 = 0$ after simplification), indicating the equation is an identity.
Type of Equation | Form After Simplification | Number of Solutions | Example |
|---|---|---|---|
Consistent & Independent | $x = a$ | One | $2x + 3 = 7$ |
Inconsistent | $0 = b$ (where $b \neq 0$) | None | $2x + 3 = 2x + 5$ |
Identity | $0 = 0$ | Infinitely Many | $2x + 3 = 2x + 3$ |
Example 4: Categorizing Solutions
Solve and categorize the equation $2(x - 1) = 2x - 2$
Distribute: $2x - 2 = 2x - 2$
Subtract $2x$ from both sides: $-2 = -2$
This is always true, so there are infinitely many solutions (identity).
Additional info: When solving linear equations, always check for special cases where variables cancel out, leading to either no solution or infinitely many solutions.