How to Solve Linear Equations

solving linear equations
How to Solve Linear Equations – Step-by-Step Guide

Step-by-Step Guide with Real-World Examples

What Are Linear Equations?

A linear equation is an algebraic equation where each term is either a constant or the product of a constant and a single variable. Linear equations appear everywhere in our daily lives – from calculating tips at restaurants to determining how long it takes to save for a vacation.

General Form: ax + b = c

Where:

  • x is the variable (unknown value we want to find)
  • a, b, c are constants (known numbers)
  • a ≠ 0 (otherwise it wouldn’t be linear)

The Golden Rules of Solving Linear Equations

Rule 1: Balance is Key

Whatever you do to one side of the equation, you must do to the other side. Think of it like a balance scale – it must stay balanced!

Rule 2: Isolate the Variable

Your goal is to get the variable (usually x) by itself on one side of the equation.

Rule 3: Use Inverse Operations

Addition ↔ Subtraction
Multiplication ↔ Division

Rule 4: Work in Reverse Order

Undo operations in the opposite order they would be performed (following order of operations).

Step-by-Step Solution Method

The PEMDAS Reverse Method

Step 1: Simplify Both Sides

Combine like terms and distribute if necessary.

Step 2: Move Variable Terms

Get all terms with the variable on one side.

Step 3: Move Constant Terms

Get all numbers without variables on the other side.

Step 4: Solve for the Variable

Divide both sides by the coefficient of the variable.

Step 5: Check Your Answer

Substitute your solution back into the original equation.

Real-World Examples

🍕 Example 1: Splitting Pizza Costs

Scenario: You and your friends order pizzas. The total bill is $45, and you each pay an equal amount plus a $3 delivery tip each. If you paid $12 total, how many people shared the pizzas?

Let x = number of people
45/x + 3 = 12

Solution Steps:

Step 1: 45/x + 3 = 12

Step 2: Subtract 3 from both sides: 45/x = 9

Step 3: Multiply both sides by x: 45 = 9x

Step 4: Divide both sides by 9: x = 5

Answer: 5 people shared the pizzas

Check: 45/5 + 3 = 9 + 3 = 12 ✓

💰 Example 2: Saving for a Vacation

Scenario: You want to save $2000 for a vacation. You already have $350 saved and can save $75 per week. How many weeks until you reach your goal?

Let x = number of weeks
350 + 75x = 2000

Solution Steps:

Step 1: 350 + 75x = 2000

Step 2: Subtract 350 from both sides: 75x = 1650

Step 3: Divide both sides by 75: x = 22

Answer: It will take 22 weeks to save $2000

Check: 350 + 75(22) = 350 + 1650 = 2000 ✓

🚗 Example 3: Car Rental Costs

Scenario: A car rental company charges $30 per day plus $0.25 per mile. If your total bill was $67.50 and you rented for 2 days, how many miles did you drive?

Let x = number of miles
30(2) + 0.25x = 67.50

Solution Steps:

Step 1: 60 + 0.25x = 67.50

Step 2: Subtract 60 from both sides: 0.25x = 7.50

Step 3: Divide both sides by 0.25: x = 30

Answer: You drove 30 miles

Check: 60 + 0.25(30) = 60 + 7.50 = 67.50 ✓

Interactive Linear Equation Solver

Solve: ax + b = c

2x + 5 = 11

Practice Problems Generator

Practice Makes Perfect!

Click the button below to generate practice problems with real-world scenarios.

Visual Representation

Balance Scale Visualization

This interactive balance scale shows how equations work. Both sides must be equal!

Common Types of Linear Equations

Type 1: Simple Addition/Subtraction

x + 7 = 15

Solution: Subtract 7 from both sides → x = 8

Type 2: Simple Multiplication/Division

3x = 21

Solution: Divide both sides by 3 → x = 7

Type 3: Two-Step Equations

2x + 3 = 11

Solution: Subtract 3, then divide by 2 → x = 4

Type 4: Variables on Both Sides

3x + 5 = 2x + 9

Solution: Subtract 2x from both sides, then subtract 5 → x = 4

Type 5: Equations with Fractions

x/3 + 2 = 5

Solution: Subtract 2, then multiply by 3 → x = 9

Tips for Success

💡 Tip 1: Always Check Your Work

Substitute your answer back into the original equation. If both sides are equal, you’re correct!

💡 Tip 2: Keep Your Work Organized

Write each step clearly and line up your equals signs. This helps prevent errors and makes checking easier.

💡 Tip 3: Simplify Fractions When Possible

If you get x = 6/9, simplify it to x = 2/3. Always reduce to lowest terms.

💡 Tip 4: Don’t Forget About Negative Numbers

When dividing or multiplying by negative numbers, be extra careful with your signs!

More Real-World Applications

📱 Cell Phone Plan

Your monthly cell phone bill is $85. This includes a $25 base fee plus $0.10 per text message. How many texts did you send?

Equation: 25 + 0.10x = 85

Answer: You sent 600 text messages

🎬 Movie Theater

Tickets cost $12 each and popcorn costs $8. You spent $44 total. If you bought 2 tickets, how many popcorns did you buy?

Equation: 12(2) + 8x = 44

Answer: You bought 2.5 popcorns (or 2 large and 1 small)

🏃‍♂️ Fitness Goal

You want to run 100 miles this month. You’ve already run 23 miles and plan to run the same distance each remaining day. If there are 11 days left, how many miles per day?

Equation: 23 + 11x = 100

Answer: You need to run 7 miles per day

Quick Reference Card

Linear Equation Solving Cheat Sheet

Basic Operations

Addition: x + a = b → x = b – a

Subtraction: x – a = b → x = b + a

Multiplication: ax = b → x = b/a

Division: x/a = b → x = ab

Two-Step Process

1. Undo addition/subtraction first

2. Then undo multiplication/division

Example: 3x + 5 = 14

Step 1: 3x = 9

Step 2: x = 3

Also check: Understanding Variables

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *