Skip to content
MathAnvil
Β§ Algebra

Linear Equations

Β§ Algebra

Linear Equations

CCSS.8.EECCSS.HSA.REI3 min read

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.

Β§ 01

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.

Β§ 02

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.

Β§ 03

Worked examples

BeginnerΒ§ 01

x + 1 = 9

Answer: x = 8

  1. Subtract 1 from both sides β†’ x = 9 βˆ’ 1 β€” To isolate x, undo the addition.
  2. Calculate β†’ x = 8 β€” 9 βˆ’ 1 = 8.
  3. Verify β†’ 8 + 1 = 9 βœ“ β€” Substitution confirms the solution.
EasyΒ§ 02

2x βˆ’ 7 = -17

Answer: x = -5

  1. Add 7 to both sides β†’ 2x = -10 β€” Isolate the x term by removing the constant.
  2. Divide both sides by 2 β†’ x = -5 β€” -10 Γ· 2 = -5.
  3. Verify β†’ 2(-5) βˆ’ 7 = -17 βœ“ β€” Substitution confirms the solution.
MediumΒ§ 03

3x + 0 = 7x + 8

Answer: x = -2

  1. Subtract 7x from both sides β†’ -4x + 0 = 8 β€” Collect all x terms on one side.
  2. Subtract 0 from both sides β†’ -4x = 8 β€” Move constants to the other side.
  3. Divide both sides by -4 β†’ x = -2 β€” 8 Γ· -4 = -2.
  4. Verify β†’ LHS = RHS = -6 βœ“ β€” Both sides equal the same value.
Β§ 04

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
Β§ 05

Frequently asked questions

How do I know which side to move variables to?
Move all x-terms to the side with the larger coefficient to avoid negative coefficients when possible. For 2x + 3 = 5x - 1, subtract 2x from both sides to get 3 = 3x - 1, making the final division easier.
Why do we do the same operation to both sides?
Equations represent balanced scales. Adding 5 to the left side of x - 5 = 7 without adding 5 to the right side would destroy the equality. Both sides must remain equal throughout the solving process.
What's the difference between 2x and xΒ²?
Linear equations contain x to the first power only (like 2x, -3x, or x/4). Quadratic equations contain xΒ². The equation 2x + 1 = 9 is linear with solution x = 4, while xΒ² + 1 = 9 is quadratic.
How can I check if my answer is correct?
Substitute your solution back into the original equation. If x = 3 solves 2x - 1 = 5, then 2(3) - 1 should equal 5. Calculate: 6 - 1 = 5 βœ“. This verification catches arithmetic errors.
When do I need parentheses in my solution steps?
Use parentheses when substituting negative numbers or when the order of operations matters. Writing 2(-3) - 5 = -11 is clearer than 2-3 - 5 = -11, which could be misread as subtraction rather than multiplication.
Β§ 06

Related topics

Share this article