Slope-Intercept Form- Writing Linear Equations Easily

What Is Slope-Intercept Form?

Slope-intercept form is one of the simplest ways to write a linear equation. It looks like this:

y = mx + b

That's it. Two variables, two letters, and you're done. The m represents the slope. The b represents the y-intercept.

You see this form constantly in algebra, graphing, and real-world math. Once you understand what each piece means, you can graph lines without plotting points. You can also pull information from graphs and put it into equations.

The Parts Explained

What Does m Mean?

The slope tells you how steep a line is. It also tells you the direction.

Calculate slope using two points:

slope = (y₂ - y₁) ÷ (x₂ - x₁)

A positive slope goes up as you move right. A negative slope goes down. A slope of zero is a flat horizontal line. An undefined slope is a vertical line.

What Does b Mean?

The y-intercept is where the line crosses the y-axis. That's always at x = 0.

So if b = 3, the line hits the y-axis at the point (0, 3). If b = -7, it hits at (0, -7).

How to Write Equations in Slope-Intercept Form

You need two things: the slope and the y-intercept. Once you have those, plug them into y = mx + b.

Example 1: You Know the Slope and Y-Intercept

Slope = 4, y-intercept = -2.

y = 4x + (-2)

y = 4x - 2

Done. That's the equation.

Example 2: You Have Two Points

You have (1, 3) and (3, 7).

Step 1: Find the slope.

slope = (7 - 3) ÷ (3 - 1) = 4 ÷ 2 = 2

Step 2: Use one point and the slope to find b.

3 = 2(1) + b

3 = 2 + b

b = 1

Step 3: Write the equation.

y = 2x + 1

Example 3: You Have a Word Problem

A taxi costs $3 to start, plus $2 per mile. Write the equation.

The starting cost is your y-intercept: b = 3. The rate per mile is your slope: m = 2.

y = 2x + 3

Here, y is the total cost and x is the number of miles.

Converting From Other Forms

Sometimes you'll see equations in different formats. You need to rearrange them.

From Point-Slope Form

Point-slope form is y - y₁ = m(x - x₁).

Take y - 2 = 3(x - 4).

Distribute the 3: y - 2 = 3x - 12

Add 2 to both sides: y = 3x - 10

That's slope-intercept form now.

From Standard Form

Standard form is Ax + By = C.

Take 2x + 3y = 12.

Move 2x to the other side: 3y = -2x + 12

Divide everything by 3: y = (-2/3)x + 4

Graphing Without Plotting Points

This is where slope-intercept form shows its value. You don't need a table of values.

Say the equation is y = (1/2)x - 3.

Step 1: Plot the y-intercept. That's (0, -3).

Step 2: Use the slope to find the next point. Slope = 1/2 means "up 1, right 2." From (0, -3), that puts you at (2, -2).

Step 3: Draw a line through those two points.

That's it. Two points, one line.

Slope-Intercept vs. Other Forms

Form Formula Best For
Slope-Intercept y = mx + b Quick graphing, identifying slope and y-intercept
Point-Slope y - y₁ = m(x - x₁) Writing equations when you have one point and slope
Standard Ax + By = C Finding intercepts, integer coefficients
Two-Point Requires calculation Writing equations when you have two points

Common Mistakes to Avoid

Getting Started: Your First Five Equations

Practice this sequence. Do it without looking at answers first.

  1. Write the equation with slope = 5 and y-intercept = -1.
  2. Find the equation for points (2, 4) and (4, 9).
  3. Convert 3x + 2y = 8 to slope-intercept form.
  4. Convert y - 3 = 4(x + 2) to slope-intercept form.
  5. Graph y = -3x + 2 using only the slope and y-intercept.

Check your answers. If you got them all right, you understand the form. If not, go back and find where the calculation broke down.

When You'll Actually Use This

Slope-intercept form appears in:

The concept transfers directly to statistics, where you'll see it as the equation for a regression line. Engineers use it for load calculations. Economists use it for supply and demand curves.

It's basic algebra, but it shows up everywhere.