✦ Algebra 1 · Self-Study Worksheet ✦
πŸ“ Linear Functions
Slope Β· Intercepts Β· Equations Β· Graphs Β· Parallel & Perpendicular Lines
Name:                      Date:              Score:      / 10
πŸ“Š Progress 0 / 10 correct Keep going! πŸ’ͺ
SLOPE rise Γ· run = (yβ‚‚βˆ’y₁)/(xβ‚‚βˆ’x₁) Β· "RISE over RUN"
y=mx+b m = slope Β· b = y-intercept Β· "Slope-Intercept Form"
PARALLEL Same slope (m₁ = mβ‚‚) Β· different y-intercept
PERPβŠ₯ Negative reciprocal slopes β†’ m₁ Γ— mβ‚‚ = βˆ’1
VERTICAL x = a β†’ undefined slope Β· NOT a function
HORIZONTAL y = b β†’ slope = 0 Β· IS a function
STD FORM Ax + By = C Β· find intercepts: set x=0, set y=0
POINT-SLOPE y βˆ’ y₁ = m(x βˆ’ x₁) Β· use when given point + slope
✦ PROBLEMS ✦
1
πŸ“ˆ SLOPE FROM TWO POINTS
⚠️ COMMON TRAP: Subtraction order!
What is the slope of the line passing through (2, 5) and (6, 13)?
Keep the same order top and bottom: (yβ‚‚βˆ’y₁) / (xβ‚‚βˆ’x₁). Don't flip!
πŸ” Solution
Use the slope formula: \( m = \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{13 - 5}{6 - 2} = \dfrac{8}{4} = 2 \)

⚠️ Trap: If you accidentally do \(\frac{6-2}{13-5}\) you get \(\frac{1}{2}\) β€” that's choice A, the most common wrong answer!
RISE over RUN β†’ numerator is always Ξ”y (vertical change)
2
πŸ“ SLOPE-INTERCEPT FORM
A line has slope \( m = -3 \) and y-intercept \( b = 7 \).
Which equation represents this line?
Plug directly into y = mx + b. Watch the sign of the slope!
πŸ” Solution
\( y = mx + b \) β†’ plug in \( m = -3 \) and \( b = 7 \):
\( y = -3x + 7 \) βœ“

⚠️ Trap D: Students sometimes mix up m and b. Remember: m goes with x, b is alone!
y = mx + b β†’ m = slope (with x!), b = where line crosses y-axis
3
πŸ“ VERTICAL vs. HORIZONTAL LINES
⚠️ COMMON TRAP: Which is undefined?
What is the slope of the line \( x = -4 \)?
Is this line going side-to-side or up-and-down? Picture it in your head!
πŸ” Solution
\( x = -4 \) is a vertical line β€” it goes straight up and down.
Slope = \( \dfrac{\Delta y}{\Delta x} = \dfrac{\text{anything}}{0} \) β†’ division by zero β†’ UNDEFINED

⚠️ Trap A: Slope = 0 belongs to horizontal lines like \( y = 3 \)!
VERTICAL = undefined   HORIZONTAL = zero
4
πŸ”„ POINT-SLOPE FORM β†’ SLOPE-INTERCEPT
A line passes through \((1, -2)\) with slope \( m = 4 \).
Write it in slope-intercept form \( y = mx + b \).
Start with y βˆ’ y₁ = m(x βˆ’ x₁), then solve for y by distributing and moving the number to the right side.
πŸ” Solution
Point-slope: \( y - (-2) = 4(x - 1) \)
\( y + 2 = 4x - 4 \)
\( y = 4x - 4 - 2 = 4x - 6 \) βœ“

⚠️ Trap C: Students forget to distribute the 4 β†’ they write \(-4 - 2\) but stop at just \(-2\). Always distribute THEN move!
y βˆ’ y₁ = m(x βˆ’ x₁) β†’ distribute m first!
5
⚑ PARALLEL LINES
⚠️ COMMON TRAP: Same everything β‰  parallel!
Which line is parallel to \( y = \dfrac{2}{3}x - 5 \)?
Parallel lines share the same slope but must have different y-intercepts. Same line β‰  parallel!
πŸ” Solution
Original slope: \( m = \dfrac{2}{3} \)
B has \( m = \dfrac{2}{3} \) with different b (+4 β‰  βˆ’5) β†’ Parallel βœ“

⚠️ Trap C: Same slope AND same intercept = the exact same line β†’ NOT parallel (they overlap!)
⚠️ Trap A: That's the perpendicular slope (negative reciprocal)!
PARALLEL = same m, different b
6
βŠ₯ PERPENDICULAR LINES
⚠️ COMMON TRAP: Flip AND change sign!
A line has slope \( m = \dfrac{3}{4} \). What is the slope of a line perpendicular to it?
Perpendicular = negative reciprocal. FLIP the fraction, then FLIP the sign. Two steps!
πŸ” Solution
Negative reciprocal of \(\dfrac{3}{4}\):
Step 1 β€” Flip: \(\dfrac{4}{3}\)
Step 2 β€” Change sign: \(-\dfrac{4}{3}\) βœ“

Check: \(\dfrac{3}{4} \times \left(-\dfrac{4}{3}\right) = -1\) βœ“ (Product of perpendicular slopes is always βˆ’1!)
⚠️ Trap B: Only flipped β€” forgot to change sign!
βŠ₯ slope = FLIP then NEGATE
7
πŸ“Š X-INTERCEPT from STANDARD FORM
Find the x-intercept of: \( 3x - 2y = 12 \)
At the x-intercept, y = 0. Substitute y = 0 and solve for x.
πŸ” Solution
Set \( y = 0 \): \( 3x - 2(0) = 12 \)
\( 3x = 12 \implies x = 4 \)
x-intercept = \((4, 0)\) βœ“

⚠️ Trap A: \((0, -6)\) is the y-intercept β€” found by setting x = 0!
Rule: x-intercept β†’ set y = 0 | y-intercept β†’ set x = 0
x-intercept: y=0  |  y-intercept: x=0
8
🌍 REAL-WORLD LINEAR FUNCTION
A taxi charges a $3 flat fee plus $2.50 per mile.
Which equation gives total cost \(C\) for \(m\) miles? What does the slope represent?
The flat fee doesn't change β†’ it's the y-intercept (b). The per-mile rate changes with distance β†’ it's the slope (m).
πŸ” Solution
Slope = rate of change = $2.50/mile β†’ \(m = 2.5\)
Starting value (flat fee) = y-intercept β†’ \(b = 3\)
\( C = 2.5m + 3 \) βœ“ and slope = cost per additional mile

⚠️ Trap B: Switched the values β€” the flat fee is NOT the slope!
slope = rate of change   y-intercept = starting value
9
πŸ“‰ READING SLOPE FROM A GRAPH
⚠️ COMMON TRAP: Negative slope direction!
The graph below shows a line passing through \((0, 6)\) and \((3, 0)\). What is the slope?
Going from left to right, is the line going up or down? Down = negative slope!
πŸ” Solution
From \((0, 6)\) to \((3, 0)\):
\( m = \dfrac{0 - 6}{3 - 0} = \dfrac{-6}{3} = -2 \) βœ“

The line goes downward left to right β†’ slope must be negative!
⚠️ Trap A: Students forget the negative sign when reading downward lines from graphs.
down-right = negative slope β†˜
10
πŸ† EQUATION OF A LINE β€” TWO POINTS
⚠️ HARDEST: Two-step process!
Find the equation of the line passing through \((-2,\ 1)\) and \((4,\ 10)\) in slope-intercept form.
Step 1: Find slope using the two points. Step 2: Plug slope + one point into point-slope form, then simplify.
πŸ” Solution
Step 1 β€” Find slope:
\( m = \dfrac{10 - 1}{4 - (-2)} = \dfrac{9}{6} = \dfrac{3}{2} \)

Step 2 β€” Use point-slope with \((4, 10)\):
\( y - 10 = \dfrac{3}{2}(x - 4) \)
\( y - 10 = \dfrac{3}{2}x - 6 \)
\( y = \dfrac{3}{2}x - 6 + 10 = \dfrac{3}{2}x + 4 \) βœ“

⚠️ Note: Choice D shows the un-simplified slope \(\frac{9}{6}\) β€” always simplify fractions!
Step 1: find m  β†’  Step 2: find b
✦ GREAT WORK! Review any incorrect answers carefully ✦