Linear Equations
Linear equations form the backbone of algebra instruction, appearing in CCSS.8.EE and CCSS.HSA.REI standards. Students who master solving equations like 3x + 7 = 22 build essential problem-solving skills that transfer to geometry, statistics, and real-world applications.
Why it matters
Linear equations model countless real-world scenarios that students encounter daily. When Emma saves $5 per week to buy a $47 video game, the equation 5x = 47 determines she needs 9.4 weeks. Businesses use linear equations for break-even analysisβif a lemonade stand costs $25 to start and earns $3 profit per cup, the equation 3x - 25 = 0 shows they need to sell 8.33 cups to break even. In science, linear relationships describe motion, temperature conversion (F = 1.8C + 32), and population growth. Students applying to colleges encounter linear equations in SAT math sections, where problems like 2(x + 3) = 14 regularly appear. Understanding how to isolate variables systematically prepares students for advanced topics like systems of equations, quadratic formulas, and calculus concepts.
How to solve linear equations
Linear equations β how to
- Collect x-terms on one side, constants on the other.
- Do the same operation to both sides (add, subtract, multiply, divide).
- Divide by the coefficient of x to isolate x.
Example: 3x + 7 = 22 β 3x = 15 β x = 5.
Worked examples
x + 1 = 9
Answer: x = 8
- Subtract 1 from both sides β x = 9 β 1 β To isolate x, undo the addition.
- Calculate β x = 8 β 9 β 1 = 8.
- Verify β 8 + 1 = 9 β β Substitution confirms the solution.
2x β 7 = -17
Answer: x = -5
- Add 7 to both sides β 2x = -10 β Isolate the x term by removing the constant.
- Divide both sides by 2 β x = -5 β -10 Γ· 2 = -5.
- Verify β 2(-5) β 7 = -17 β β Substitution confirms the solution.
3x + 0 = 7x + 8
Answer: x = -2
- Subtract 7x from both sides β -4x + 0 = 8 β Collect all x terms on one side.
- Subtract 0 from both sides β -4x = 8 β Move constants to the other side.
- Divide both sides by -4 β x = -2 β 8 Γ· -4 = -2.
- Verify β LHS = RHS = -6 β β Both sides equal the same value.
Common mistakes
- Students often subtract incorrectly when moving terms, writing 3x + 5 = 11 as 3x = 11 + 5 = 16 instead of 3x = 11 - 5 = 6
- When dividing by negative coefficients, students forget to maintain the sign, solving -2x = 8 as x = 4 instead of x = -4
- Students combine unlike terms incorrectly, writing 2x + 3 = x + 7 as 5x = 10 instead of properly collecting x-terms first
- In multi-step equations, students apply operations in wrong order, solving 3(x + 2) = 15 as 3x + 2 = 15 instead of distributing first to get 3x + 6 = 15