Back
GED Math — Algebra
📐 Point-Slope & Slope-Intercept Form
Find the equation of a line given slope and a point
Progress
0%
📏
Two Forms
Point-slope → Slope-intercept
🔑
What Are m and b?
m = slope, b = y-intercept
🧭
4-Step Method
Plug in → Distribute → Isolate y
🔵
Example 1
m=2/3, point (−6,3) → y=(2/3)x+7
🟢
Example 2
m=−3, point (2,5) → y=−3x+11
📝
Practice Quiz (8 problems)
GED-style — choose the right equation

💡 What You Will Learn

Given a slope (m) and a point (x₁, y₁) on a line, you can write the equation of that line. This is a common GED algebra topic. The key is knowing how to apply the point-slope formula and convert it to slope-intercept form (y = mx + b).

Lesson 1 — The Two Forms of a Line
You start with point-slope and convert to slope-intercept.
Point-Slope Form (starting point)
y − y₁ = m(x − x₁)
Use when you know the slope m and one point (x₁, y₁)
Slope-Intercept Form (final answer)
y = mx + b
m = slope  |  b = y-intercept (where line crosses y-axis)
Point-Slope

Use this to set up the equation when you're given m and a point. It's your starting tool.

Slope-Intercept

This is the final form the GED expects. Solve for y to get y = mx + b.

🔄 The Process

Point-Slope  →  plug in m, x₁, y₁  →  distribute  →  isolate y  →  Slope-Intercept ✅

Lesson 2 — Understanding m and b
In y = mx + b, each letter has a specific meaning.
m
m = Slope (the steepness)

The slope tells you how much y changes for every 1 unit x increases. It can be positive, negative, a fraction, or zero.
Examples: m = 2, m = −3, m = 2/3, m = −1/2

b
b = Y-intercept (where the line crosses the y-axis)

The y-intercept is the value of y when x = 0. It's the constant at the end of the equation.
Examples: y = 2x + 7, y = −3x + 11, y = (2/3)x − 1

(x₁,y₁)
(x₁, y₁) = The given point on the line

This is the known point. Plug it into the point-slope formula. Be careful with negative values — always use parentheses: (−6) not just −6!

Quick Reading Practice
Equationm (slope)b (y-intercept)
y = 2x + 525
y = −3x + 11−311
y = (2/3)x + 72/37
y = (1/2)x − 11/2−1
Lesson 3 — The 4-Step Method
Use this every time: given m and point (x₁, y₁), find the equation.
1
Write the point-slope formula

y − y₁ = m(x − x₁)

2
Plug in m, x₁, and y₁

Replace m with the given slope. Replace x₁ and y₁ with the given point. Watch your signs — negative values need parentheses!

3
Distribute m across the parentheses

Multiply m by both terms inside: m(x − x₁) = mx − m·x₁

4
Isolate y (add or subtract the constant)

Move the y₁ term to the right side to get y = mx + b. This is your final answer!

⚠️ Sign Traps — Watch These!

Trap 1: x₁ is negative → the formula becomes x − (−6) = x + 6
Trap 2: y₁ is negative → y − (−2) = y + 2
Trap 3: Distributing a negative slope — signs flip!

Summary — What Each Step Does
StepActionExample (m=2/3, point (−6,3))
1Write formulay − y₁ = m(x − x₁)
2Plug iny − 3 = (2/3)(x − (−6))
3Simplify & Distributey − 3 = (2/3)x + 4
4Isolate yy = (2/3)x + 7 ✅
Example 1 — Slope = 2/3, Point (−6, 3)
Fraction slope + negative x-coordinate — follow every sign carefully!
🔵 Full Walkthrough
Find the equation of the line with slope m = 2/3 that passes through the point (−6, 3).
Step 1
Write the formula: y − y₁ = m(x − x₁)
Step 2
Plug in m=2/3, x₁=−6, y₁=3:
y − 3 = (2/3)(x − (−6))
Step 3
Simplify inside: x − (−6) = x + 6
y − 3 = (2/3)(x + 6)
Step 4
Distribute (2/3): (2/3)·x = (2/3)x   and   (2/3)·6 = 4
y − 3 = (2/3)x + 4
Step 5
Add 3 to both sides:
y = (2/3)x + 7
✅ Answer: y = (2/3)x + 7  |  slope m = 2/3, y-intercept b = 7
💡 Key Move

When x₁ is negative (−6), the formula has x − (−6) which becomes x + 6. Two negatives make a positive — this is where most mistakes happen!

Example 2 — Slope = −3, Point (2, 5)
Whole-number negative slope — distribute carefully!
🟢 Full Walkthrough
Find the equation of the line with slope m = −3 that passes through the point (2, 5).
Step 1
Write the formula: y − y₁ = m(x − x₁)
Step 2
Plug in m=−3, x₁=2, y₁=5:
y − 5 = −3(x − 2)
Step 3
Distribute −3: −3·x = −3x   and   −3·(−2) = +6
y − 5 = −3x + 6
Step 4
Add 5 to both sides:
y = −3x + 11
✅ Answer: y = −3x + 11  |  slope m = −3, y-intercept b = 11
🟢 Bonus — Slope = 3/4, Point (−4, 0)
Slope m = 3/4, point (−4, 0).
Step 2
y − 0 = (3/4)(x − (−4))
Step 3
y = (3/4)(x + 4)
Step 4
Distribute: (3/4)·x + (3/4)·4 = (3/4)x + 3
y = (3/4)x + 3
✅ Answer: y = (3/4)x + 3
Example 3 — Slope = −1/2, Point (6, −2)
Negative fraction slope AND negative y-coordinate — double sign awareness!
🟠 Full Walkthrough
Find the equation of the line with slope m = −1/2 that passes through the point (6, −2).
Step 1
Write the formula: y − y₁ = m(x − x₁)
Step 2
Plug in m=−1/2, x₁=6, y₁=−2:
y − (−2) = −(1/2)(x − 6)
Step 3
Simplify left: y − (−2) = y + 2
y + 2 = −(1/2)(x − 6)
Step 4
Distribute: −(1/2)·x = −(1/2)x   and   −(1/2)·(−6) = +3
y + 2 = −(1/2)x + 3
Step 5
Subtract 2 from both sides:
y = −(1/2)x + 1
✅ Answer: y = −(1/2)x + 1  |  m = −1/2, b = 1
⚠️ Double Sign Trap

y − (−2) becomes y + 2 (left side). And −(1/2)·(−6) becomes +3 (right side). Two separate sign traps in one problem — write each step out!

Practice Quiz — Point-Slope to Slope-Intercept
Choose the correct equation. GED-style — 8 problems!
0✅ Correct
0❌ Wrong
0/8📝 Progress
🏆 All Done!
Insert math as
Block
Inline
Additional settings
Formula color
Text color
#333333
Type math using LaTeX
Preview
\({}\)
Nothing to preview
Insert