ACCUPLACER QUANTITATIVE REASONING, ALGEBRA & STATISTICS • LINEAR APPLICATIONS AND GRAPHS

Writing Line Equations — Write an equation of a line from points, slope, or a graph

Master every pathway from geometric data to algebraic representation of a straight line.

Historical Context & Motivation

The idea of representing a straight line with an algebraic equation is so fundamental to modern mathematics that it is easy to forget how radical it once was. Before the seventeenth century, geometry and algebra were treated as entirely separate disciplines—shapes lived on parchment, and equations lived in arithmetic texts. The fusion of these two worlds, now called analytic geometry, gave mathematicians a powerful language for converting visual information into symbolic form and vice versa. Understanding this historical arc illuminates why writing the equation of a line remains a cornerstone skill: it is the simplest nontrivial example of translating between a picture and a formula, a skill tested extensively on the ACCUPLACER.

~300 BCE
Euclid's Elements
Euclid formalized geometric reasoning, defining lines and points axiomatically—but without any notion of coordinate pairs or algebraic equations.
1637
Descartes Publishes La Géométrie
René Descartes introduced the Cartesian coordinate system, marrying algebra with geometry by assigning ordered pairs (x, y) to every point in a plane.
1748
Euler's Introductio
Leonhard Euler systematized the concept of a function and popularized the notation y = f(x), paving the way for the modern equation-of-a-line forms used today.
1800s
Standardization of Slope-Intercept Form
Textbooks gradually settled on y = mx + b as the canonical slope-intercept representation, where m denotes slope and b the y-intercept—a convention still universal in American curricula and standardized tests like the ACCUPLACER.

The central question this lesson addresses is deceptively simple: given geometric information—two points, a slope and a point, or a graph—how do you produce the algebraic equation that encodes that line completely? The ACCUPLACER frequently presents this task in multiple guises, so mastering every pathway is essential.

Core Principles & Definitions

Before diving into procedural steps, it is worth consolidating the foundational ideas that underpin every form of a linear equation. These principles reappear regardless of whether you start from a graph, a pair of coordinates, or a stated slope.

1

Slope as a Rate of Change

The slope m measures the vertical change per unit of horizontal change: m = (y₂ − y₁) / (x₂ − x₁). It is constant along a straight line, which is precisely what makes a relationship linear.
2

Intercepts as Anchor Points

The y-intercept b is the point (0, b) where the line crosses the y-axis; the x-intercept is the point where y = 0. Either intercept, combined with slope, fully determines the line.
3

Uniqueness of a Line

Two distinct points determine exactly one line. Equivalently, a single point together with a slope determines exactly one line. This uniqueness is why every problem of writing a line equation is solvable from such minimal data.
4

Equivalent Forms

Slope-intercept (y = mx + b), point-slope (y − y₁ = m(x − x₁)), and standard form (Ax + By = C) are algebraically equivalent representations. The ACCUPLACER may ask you to produce or recognize any of them.
KEY TAKEAWAY
Think of a linear equation as a recipe for drawing a line. The slope is the angle of your ruler, and the intercept is where you place its starting edge. Just as you need to know both the angle and the anchor point to draw one specific line on a page, you need both a slope and a point to write one specific equation. Different starting ingredients—two points, a graph, a slope with a point—are simply different ways of supplying the same two pieces of information.

Visual Explanation — Anatomy of a Line on the Coordinate Plane

The diagram shows the line y = 2x − 3 plotted on a Cartesian grid. The rise of 2 and run of 1 between two marked points illustrate the slope m = 2. The y-intercept at (0, −3) anchors the line on the vertical axis.

When you encounter a line on the ACCUPLACER, the graph supplies every ingredient you need. First, identify two lattice points—points where the line crosses grid intersections so that the coordinates are integers. Second, compute the slope by counting the vertical displacement (rise) divided by the horizontal displacement (run) between those two points. Third, read the y-intercept directly from the graph: it is the y-coordinate where the line crosses the vertical axis. With those values in hand, you can immediately write y = mx + b. If the line does not visibly cross the y-axis within the window shown, use the point-slope form instead and simplify.

Mathematical Framework — Three Essential Forms

Every linear equation in two variables can be written in several algebraically equivalent forms. The three you must know for the ACCUPLACER are slope-intercept form, point-slope form, and standard form. Each has a distinct advantage depending on the information you start with.

SLOPE-INTERCEPT FORM
y = mx + b
m = slope (rate of change); b = y-intercept (value of y when x = 0). Use this form when you know the slope and the y-intercept directly, such as when reading from a graph.
POINT-SLOPE FORM
y − y₁ = m(x − x₁)
(x₁, y₁) = any known point on the line; m = slope. This form is the workhorse when you have computed a slope and have a point but the y-intercept is not immediately obvious.
STANDARD FORM
Ax + By = C
A, B, C are integers with A ≥ 0, and gcd(|A|, |B|, |C|) = 1 by convention. The ACCUPLACER sometimes presents answer choices in this form; convert from slope-intercept or point-slope by clearing fractions and rearranging.
SLOPE FORMULA
m = (y₂ − y₁) / (x₂ − x₁)
Given two points (x₁, y₁) and (x₂, y₂), this ratio yields the slope. Note that the order of the points does not matter as long as you are consistent: subtracting in the same order in both numerator and denominator.
💡 ACCUPLACER TIP
When the answer choices mix different forms, convert all options to slope-intercept form before comparing. This eliminates sign errors from rearranging and makes it easy to match m and b.

Detailed Breakdown — Choosing Your Pathway

The ACCUPLACER does not always hand you the slope and y-intercept on a silver platter. Instead, it may provide any combination of data—two points, a point and a slope, a graph, or even a verbal description. The diagram below maps the decision tree you should follow to select the most efficient pathway to the final equation.

This decision tree shows the three starting scenarios and how each converges to the final slope-intercept equation. Regardless of your starting data, the intermediate target is always the same: find slope m and one known point.

Notice that every pathway eventually funnels into the same bottleneck: you need a slope and a point. The "two points" pathway simply adds an extra preliminary step—computing the slope—before merging with the "slope + point" pathway. The "graph" pathway is really the "two points" pathway in disguise, because reading a graph amounts to extracting coordinate pairs visually. Recognizing this convergence means you only need to master one core procedure and adapt the first step to whatever data format you receive.

Worked Example — From Two Points to Slope-Intercept Form

Suppose you are given two points, (−2, 5) and (4, −1), and asked to write the equation of the line passing through them in slope-intercept form.

Write the equation of the line through (−2, 5) and (4, −1).
1
Step 1 — Compute the SlopeApply the slope formula: m = (y₂ − y₁) / (x₂ − x₁) = (−1 − 5) / (4 − (−2)) = (−6) / (6).
m = −1
2
Step 2 — Substitute into Point-Slope FormChoose either given point; let's use (4, −1). Substitute into y − y₁ = m(x − x₁): y − (−1) = −1(x − 4), which simplifies to y + 1 = −1(x − 4).
y + 1 = −x + 4
3
Step 3 — Distribute and Isolate yDistribute the −1 on the right: y + 1 = −x + 4. Subtract 1 from both sides: y = −x + 3.
y = −x + 3
4
Step 4 — Verify with the Second PointPlug in the unused point (−2, 5): y = −(−2) + 3 = 2 + 3 = 5. This matches, confirming the equation.
y = −x + 3 ✓
🔍 VERIFICATION HABIT
Always plug the point you did not use back into your final equation. On a timed test like the ACCUPLACER, this 10-second check catches sign errors that are easy to make with negative coordinates.

Comparing the Three Forms — Strengths & Limitations

Comparison of the three standard linear equation forms
FormBest When…Watch Out For…
Slope-Intercept y = mx + bYou know the slope and y-intercept, or want to graph quickly. Most ACCUPLACER answer choices use this form.If you start with two points, you must compute m first and then solve for b—an extra algebraic step.
Point-Slope y − y₁ = m(x − x₁)You have a slope and any point (not necessarily the y-intercept). This is the fastest pathway from two points to an equation.Sign errors with negative coordinates are common. Double-check that subtracting a negative becomes addition.
Standard Form Ax + By = CThe question demands integer coefficients or when working with systems of equations. Some ACCUPLACER items present answers exclusively in this form.Make sure A ≥ 0. If A is negative, multiply the entire equation by −1. Also clear any fractions before finalizing.
KEY TAKEAWAY
The three forms are like three different file formats for the same photograph—JPEG, PNG, and TIFF each store the same image but suit different purposes. Slope-intercept is the JPEG of linear equations: compact, intuitive, and almost universally used. Point-slope is the RAW file: closest to the original data you're working with. Standard form is the PDF: formal, integer-based, and preferred for official documentation (systems of equations, certain textbook conventions). Mastering the conversions between them ensures you can match any answer-choice format the ACCUPLACER throws at you.

Connection to Advanced Topics

Writing line equations is not an isolated skill—it is the gateway to several higher-level algebraic and statistical concepts you may encounter on the ACCUPLACER and beyond. The table below maps each extension so you can see how today's foundational work scales.

From line equations to advanced mathematics
This Lesson's ConceptAdvanced Extension
Slope as rise over run between two pointsAverage rate of change of a nonlinear function over an interval—same formula applied to curves
Writing y = mx + b from data pointsLinear regression (least-squares line of best fit) in statistics—finding the line that best approximates many data points
Standard form Ax + By = CSystems of linear equations solved by elimination—standard form makes addition/subtraction of equations straightforward
Slope of a line (constant)Derivative of a function at a point (instantaneous rate of change)—the central idea of differential calculus

Even within the ACCUPLACER itself, proficiency with line equations feeds directly into questions about parallel and perpendicular lines (same or negative-reciprocal slopes), interpretation of slope in real-world contexts (unit rates, cost per item), and modeling scenarios where you must construct an equation from a word problem. Think of the skills in this lesson as the algebraic vocabulary you will use in every subsequent sentence.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why a single point is not enough information to determine a unique line, but a single point together with a slope is.
PROBLEM 2BASIC CALCULATION
Write the equation of the line with slope m = 3/4 passing through the point (8, −2) in slope-intercept form.
PROBLEM 3INTERMEDIATE
Find the equation of the line passing through (−3, 7) and (5, −9). Express your answer in standard form Ax + By = C with A > 0.
PROBLEM 4APPLIED
A phone plan charges a flat monthly fee plus a per-minute rate. In January you used 200 minutes and were billed $45. In February you used 350 minutes and were billed $60. Write a linear equation for the total monthly cost C in terms of minutes used m, and determine how much you would pay for 500 minutes.
PROBLEM 5CRITICAL THINKING
Line ℓ passes through (2, k) and (6, 3k − 4). Line ℓ is perpendicular to the line y = (2/3)x + 1. Find the value of k, then write the equation of ℓ in slope-intercept form.

Lesson Summary

Writing the equation of a line requires two pieces of information: a slope and a point. When given two points, compute the slope first using m = (y₂ − y₁)/(x₂ − x₁). When given a graph, identify two lattice points and proceed identically. The point-slope form y − y₁ = m(x − x₁) is the most versatile intermediate step, while slope-intercept form y = mx + b is typically the expected final answer on the ACCUPLACER.

Always verify your equation by substituting a known point you did not use during construction. To match ACCUPLACER answer choices in standard form Ax + By = C, clear fractions and ensure A > 0. Remember that these skills extend to modeling real-world scenarios, analyzing parallel and perpendicular lines, and building the foundation for linear regression and calculus.

Varsity Tutors • ACCUPLACER Quantitative Reasoning, Algebra & Statistics • Writing Line Equations