How to Find Slope From a Graph : (Rise Over Run)

#Geometry
TL;DR
To find the slope from a graph, pick two points the line passes through cleanly, then compute rise over run - the vertical change divided by the horizontal change. This article shows the step-by-step method, how to read the sign, worked examples, and the mistakes that flip an answer negative.
BT
Bhanzu TeamLast updated on July 27, 20269 min read

What Is Slope, and What Does "Rise Over Run" Mean?

The slope of a line is a single number that measures how steep the line is and which way it tilts. On a graph, slope is defined as rise over run:

$$\text{slope} = \frac{\text{rise}}{\text{run}} = \frac{\text{vertical change}}{\text{horizontal change}}$$

The rise is how far the line goes up or down between two points, and the run is how far it goes left or right over the same stretch. Reading rise over run directly from a grid is the same idea as finding slope from two points with the distance formula, only here you count squares instead of subtracting coordinates, as Khan Academy's slope lessons demonstrate. Slope is also called the gradient of a line, especially in physics and outside the United States.

How Do You Read the Steepness of a Line Straight Off the Page?

A wheelchair ramp that is too steep is dangerous, and building codes cap it at a slope of $\frac{1}{12}$ - one unit up for every twelve units across. An inspector does not need the ramp's equation to check it; they read the steepness directly from the drawing. That same skill, reading slope off a graph, is the fastest way to describe how quickly a line rises or falls.

How Do You Find Slope From a Graph, Step by Step?

Reading slope from a graph is a four-step routine, and doing it in order removes almost every error.

  1. Pick two points the line passes through exactly - where it crosses grid corners (lattice points), not a spot that lands between squares.

  2. Count the rise: move from the left point to the right point and count vertical squares - up is positive, down is negative.

  3. Count the run: count the horizontal squares between the same two points - moving right is positive.

  4. Divide rise by run and simplify. The result is the slope.

The single most reliable habit is to choose points far apart where the line hits clean corners. Two widely separated lattice points give a far more accurate slope than two points crammed together, because a small misread of a close pair distorts the ratio.

What Is the Slope Formula From Two Points on a Graph?

Counting squares is really just subtracting coordinates. Once you have read two points $(x_1, y_1)$ and $(x_2, y_2)$ off the grid, the slope $m$ is

$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\text{rise}}{\text{run}}.$$

Symbol

Meaning

$m$

slope of the line

$(x_1, y_1)$

coordinates of the first point

$(x_2, y_2)$

coordinates of the second point

$y_2 - y_1$

rise, the vertical change

$x_2 - x_1$

run, the horizontal change

The numerator $y_2 - y_1$ is exactly the rise you counted, and the denominator $x_2 - x_1$ is the run. Subtract the coordinates in the same order on the top and the bottom, starting from the same point each time, or the sign of the slope flips. For the points $(1, 2)$ and $(4, 8)$ this gives $m = \frac{8 - 2}{4 - 1} = \frac{6}{3} = 2$, the same answer as counting squares off the grid.

How Do You Tell If the Slope Is Positive or Negative?

The direction of the line gives away the sign before you compute anything.

  • A line going up from left to right has a positive slope.

  • A line going down from left to right has a negative slope.

  • A horizontal line has slope $0$ (no rise).

  • A vertical line has an undefined slope (the run is $0$, and division by zero is undefined).

Line direction

Rise

Slope sign

Up to the right

positive

positive

Down to the right

negative

negative

Flat

$0$

$0$

Straight up

any

undefined

Reading the direction first is a built-in check: if you compute a positive number for a line that clearly falls, you know to hunt for a sign error.

Examples of Finding Slope From a Graph

Example 1

A line passes through the points $(1, 2)$ and $(4, 8)$ on a graph. Find its slope.

Rise is the change in $y$: from $2$ up to $8$ is a rise of $6$. Run is the change in $x$: from $1$ across to $4$ is a run of $3$.

$$\text{slope} = \frac{\text{rise}}{\text{run}} = \frac{6}{3} = 2$$

Final answer: slope $= 2$.

Example 2 (Wrong path first)

A line falls from left to right, passing through $(0, 4)$ and $(2, 0)$. Find its slope.

Wrong attempt. A student counts "the line moves 4 down and 2 across, so slope is $\frac{4}{2} = 2$." But the line clearly goes downhill from left to right, and a downhill line cannot have a positive slope, so $2$ must be wrong.

Correct. Keep the sign of the rise. Going from $(0, 4)$ to $(2, 0)$, the line drops $4$ (rise $= -4$) and moves right $2$ (run $= +2$):

$$\text{slope} = \frac{-4}{2} = -2$$

The error was dropping the negative sign on a falling line.

Final answer: slope $= -2$.

Example 3

A horizontal line runs through $(-3, 5)$ and $(6, 5)$. What is its slope?

Both points have $y = 5$, so the rise is $5 - 5 = 0$. The run is nonzero.

$$\text{slope} = \frac{0}{9} = 0$$

Final answer: slope $= 0$.

Example 4

A vertical line passes through $(2, 1)$ and $(2, 7)$. Find its slope.

Both points have $x = 2$, so the run is $2 - 2 = 0$. Slope is rise over run, and dividing by zero is undefined.

Final answer: the slope is undefined.

Example 5

Read the slope of a line that rises $1$ unit for every $4$ units it moves right.

Rise $= 1$, run $= 4$.

$$\text{slope} = \frac{1}{4}$$

Final answer: slope $= \frac{1}{4}$.

Example 6

Two lattice points on a line are $(-2, -1)$ and $(2, 7)$. Find the slope by reading rise and run.

Rise: from $-1$ up to $7$ is $8$. Run: from $-2$ right to $2$ is $4$.

$$\text{slope} = \frac{8}{4} = 2$$

Final answer: slope $= 2$.

Why Does Reading Slope From a Graph Actually Matter?

"Slope turns a picture of a line into a single, comparable number." Before coordinate methods, comparing two trends meant eyeballing two drawings; slope lets you say precisely which one climbs faster.

  • Engineering and safety. Ramp gradients, road grades, and roof pitches are all slopes read off a plan before anything is built.

  • Science. In a physics lab, the slope of a distance-versus-time graph is the speed, so reading it off the plot gives the answer with no equation.

  • Data and economics. The steepness of a trend line on a chart tells you how fast sales, temperature, or population are changing.

The reason the graph method survives even in a calculator age is speed: a quick rise-over-run triangle answers "how fast is this changing?" straight from the picture. For the classic mistake in a real setting, the Open University's teaching notes describe how students routinely misread a gradient by treating the line as if it passed through the origin.

What Are the Most Common Mistakes When Reading Slope From a Graph?

Mistake 1: Doing run over rise instead of rise over run

Where it slips in: setting up the fraction from memory under time pressure.

Don't do this: write slope as $\frac{\text{run}}{\text{rise}}$, which inverts every answer.

The correct way: slope is always rise over run - vertical change on top. The memoriser who reverses it gets the reciprocal of the true slope; say "rise over run" out loud before dividing.

Mistake 2: Losing the negative sign on a falling line

Where it slips in: counting squares as distances and forgetting direction.

Don't do this: report a positive slope for a line that visibly goes downhill.

The correct way: downhill left-to-right means the rise is negative, so the slope is negative. The rusher counts "4 down" as $+4$; a line that falls must produce a negative number, so check the direction first.

Mistake 3: Reading the slope as if the line passes through the origin

Where it slips in: graphs where the line clearly does not cross $(0,0)$.

Don't do this: assume the line starts at the origin and read the rise from there.

The correct way: use two points the line actually passes through, wherever they sit. The second-guesser anchors to the origin out of habit; the origin is just another point, and only matters if the line truly goes through it.

Conclusion

  • To find slope from a graph, pick two lattice points and compute rise over run — vertical change divided by horizontal change.

  • A line rising to the right has a positive slope; a falling line has a negative slope.

  • A horizontal line has slope $0$; a vertical line has an undefined slope.

  • Choosing two far-apart points where the line hits clean corners gives the most accurate reading.

  • The most common mistake is losing the negative sign on a line that falls.

To build graphing skills with a teacher, explore Bhanzu's geometry tutor or a middle school math tutor, or join math tutoring sessions online.

Practice These to Solidify Your Understanding

Work through these three, then revisit the four-step method above if any answer surprises you.

  1. A line passes through $(0, 1)$ and $(3, 7)$. Find its slope. (Answer to Question 1: rise $6$, run $3$, slope $= 2$.)

  2. A line falls through $(1, 5)$ and $(6, 0)$. Find its slope. (Answer to Question 2: rise $-5$, run $5$, slope $= -1$.)

  3. State the slope of the vertical line through $(4, 2)$ and $(4, 9)$. (Answer to Question 3: undefined.)

Want a live Bhanzu trainer to walk through more coordinate-graph problems? Book a free demo class.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the formula for slope from a graph?
Slope equals rise over run: the vertical change between two points divided by the horizontal change, written $\text{slope} = \frac{\text{rise}}{\text{run}}$.
Which two points should I pick on the graph?
Pick two points where the line crosses grid corners exactly (lattice points), and choose them far apart so a small misread does not distort the ratio.
Can slope read from a graph be negative?
Yes. A line that falls from left to right has a negative slope, because the rise is negative while the run is positive.
What is the slope of a horizontal line on a graph?
Zero. A horizontal line has no vertical change, so the rise is $0$ and $\frac{0}{\text{run}} = 0$.
Is slope the same as gradient?
Yes. "Gradient" is another word for slope, used often in physics and outside the United States; both mean rise over run.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →