Lesson 8 Homework Practice: Slope – Answer Key and How to Master It
Understanding slope is a cornerstone of algebra and geometry, and Lesson 8 often marks the point where students move from visualizing “steepness” to calculating it precisely. This answer key not only provides the correct solutions but also walks you through the reasoning behind each step, turning a simple homework checklist into a powerful learning tool.
Introduction: Why Mastering Slope Matters
Slope describes the rate of change between two variables on a coordinate plane. Whether you’re analyzing a line on a graph, predicting future trends, or solving real‑world problems such as speed, cost, or population growth, the ability to compute and interpret slope is essential. Lesson 8 typically introduces:
- The slope formula (\displaystyle m = \frac{y_2-y_1}{x_2-x_1}).
- Interpreting positive, negative, zero, and undefined slopes.
- Converting between slope‑intercept form (y = mx + b) and point‑slope form.
The homework practice solidifies these concepts. Below, each problem is presented with a step‑by‑step solution, followed by a short “what to check” tip that helps you avoid common mistakes.
Answer Key: Detailed Solutions
Problem 1 – Find the slope of the line passing through ((3, -2)) and ((-1, 4)).
Solution:
- Identify the coordinates: ((x_1, y_1) = (3, -2)) and ((x_2, y_2) = (-1, 4)).
- Apply the slope formula:
[ m = \frac{y_2 - y_1}{,x_2 - x_1,} = \frac{4 - (-2)}{-1 - 3} = \frac{6}{-4} = -\frac{3}{2}. ]
Answer: (-\dfrac{3}{2}).
What to check: Always subtract the y‑values first, then the x‑values. Reversing the order flips the sign of the slope It's one of those things that adds up..
Problem 2 – Determine the slope of the line with equation (4x - 2y = 12).
Solution:
- Rearrange to slope‑intercept form (y = mx + b).
[ 4x - 2y = 12 ;\Longrightarrow; -2y = -4x + 12 ;\Longrightarrow; y = 2x - 6. ]
- The coefficient of (x) is the slope (m = 2).
Answer: (2).
What to check: When isolating (y), divide every term by the coefficient of (y) (here (-2)) That's the part that actually makes a difference. That alone is useful..
Problem 3 – Find the slope of a vertical line passing through ((5,, -3)) and ((5,, 7)).
Solution:
- The (x)-coordinates are identical ((x_1 = x_2 = 5)), giving a denominator of zero in the slope formula.
[ m = \frac{7 - (-3)}{5 - 5} = \frac{10}{0}, ]
which is undefined That alone is useful..
Answer: Undefined (vertical line).
What to check: If the denominator is zero, the line is vertical and the slope does not exist.
Problem 4 – Write the equation of the line with slope (-\frac{4}{3}) passing through the point ((2,,5)).
Solution:
- Use the point‑slope form (y - y_1 = m(x - x_1)).
[ y - 5 = -\frac{4}{3}(x - 2). ]
- Expand if desired:
[ y - 5 = -\frac{4}{3}x + \frac{8}{3} ;\Longrightarrow; y = -\frac{4}{3}x + \frac{8}{3} + 5 = -\frac{4}{3}x + \frac{23}{3}. ]
Answer: (y - 5 = -\dfrac{4}{3}(x - 2)) or (y = -\dfrac{4}{3}x + \dfrac{23}{3}) Took long enough..
What to check: Keep fractions exact; avoid converting to decimals unless the problem explicitly asks.
Problem 5 – Two points on a line are ((-2,, 7)) and ((k,, 1)). Find the value of (k) that makes the slope equal to (-3).
Solution:
- Apply the slope formula with (m = -3).
[ -3 = \frac{1 - 7}{k - (-2)} = \frac{-6}{k + 2}. ]
- Solve for (k):
[ -3(k + 2) = -6 ;\Longrightarrow; -3k - 6 = -6 ;\Longrightarrow; -3k = 0 ;\Longrightarrow; k = 0. ]
Answer: (k = 0) That's the whole idea..
What to check: Cross‑multiply carefully; a sign error here flips the whole answer Not complicated — just consistent..
Problem 6 – The line through ((4,, -1)) and ((9,, 4)) is perpendicular to another line with equation (y = \frac{1}{5}x + 2). Verify the relationship.
Solution:
- Compute the slope of the given line: (m_1 = \frac{1}{5}).
- Compute the slope of the line through the two points:
[ m_2 = \frac{4 - (-1)}{9 - 4} = \frac{5}{5} = 1. ]
- Two lines are perpendicular when (m_1 \cdot m_2 = -1).
[ \frac{1}{5} \times 1 = \frac{1}{5} \neq -1. ]
Thus, the lines are not perpendicular That's the part that actually makes a difference..
Answer: The relationship is false; the slopes are not negative reciprocals.
What to check: Remember the perpendicular condition: (m_2 = -\frac{1}{m_1}).
Problem 7 – A line has a slope of (0) and passes through (( -3,, 8 )). Write its equation.
Solution:
- A zero slope means a horizontal line: (y =) constant.
- Since the line passes through ((-3, 8)), the constant is (8).
[ \boxed{y = 8} ]
Answer: (y = 8) Small thing, real impact. Which is the point..
What to check: Horizontal lines have the form (y = b); vertical lines have the form (x = a).
Problem 8 – Convert the equation (2y - 6x = 9) to slope‑intercept form and identify the slope.
Solution:
- Isolate (y):
[ 2y = 6x + 9 ;\Longrightarrow; y = 3x + \frac{9}{2}. ]
- The slope is the coefficient of (x): (m = 3).
Answer: Slope‑intercept form (y = 3x + \frac{9}{2}); slope (= 3).
What to check: Divide all terms by the coefficient of (y) (here 2) before simplifying Simple, but easy to overlook. Turns out it matters..
Problem 9 – Find the slope of the line that passes through the origin and the point (( -4,, 12 )).
Solution:
[ m = \frac{12 - 0}{-4 - 0} = \frac{12}{-4} = -3. ]
Answer: (-3) And that's really what it comes down to..
What to check: When one point is the origin, the slope reduces to (y/x).
Problem 10 – A line’s equation is given in point‑slope form: (y - 7 = \frac{2}{5}(x + 3)). Write the equation in standard form (Ax + By = C).
Solution:
- Expand:
[ y - 7 = \frac{2}{5}x + \frac{2}{5}(-3) \Rightarrow y - 7 = \frac{2}{5}x - \frac{6}{5}. ]
- Multiply every term by 5 to eliminate fractions:
[ 5y - 35 = 2x - 6. ]
- Rearrange to standard form (Ax + By = C):
[ -2x + 5y = 29 \quad\text{or}\quad 2x - 5y = -29. ]
Answer: (2x - 5y = -29) (any equivalent integer‑coefficient form is acceptable) Small thing, real impact..
What to check: Standard form prefers (A) positive; multiply by (-1) if necessary.
Common Mistakes & How to Avoid Them
| Mistake | Why It Happens | Quick Fix |
|---|---|---|
| Swapping (x) and (y) in the formula | The fraction (\frac{y_2-y_1}{x_2-x_1}) can be memorized incorrectly. Consider this: | Parallel: (m_1 = m_2). ” |
| Leaving a denominator of zero unnoticed | Overlooking identical (x)-values leads to an “infinite” answer instead of “undefined. Think about it: | |
| **Mixing up perpendicular vs. | Circle the minus sign and rewrite the expression step‑by‑step. | Write the formula on a sticky note and glance at it before each problem. Perpendicular: (m_1 \cdot m_2 = -1). parallel conditions** |
| Converting to slope‑intercept form incorrectly | Dividing only part of the equation by the coefficient of (y). | |
| Forgetting to distribute negative signs | When expanding (-(x-2)) or (-\frac{4}{3}(x-2)) the negative can be missed. | Divide the entire equation by that coefficient; then isolate (y). |
FAQ: Quick Clarifications
Q1. What does “undefined slope” mean in real life?
A: It represents a vertical change with no horizontal change—think of a wall or a cliff face. The line goes straight up and down, so “rise over run” cannot be expressed as a finite number But it adds up..
Q2. Can a line have a slope of both 0 and undefined?
A: No. A slope of 0 is a horizontal line (no rise), while an undefined slope is a vertical line (no run). They are mutually exclusive.
Q3. How do I know when to use point‑slope vs. slope‑intercept?
A: Use point‑slope when you are given a point and a slope. Use slope‑intercept when you have the slope and the y‑intercept, or when the problem asks for the equation in (y = mx + b) form And that's really what it comes down to..
Q4. Why do textbooks sometimes write the slope formula as (\frac{\Delta y}{\Delta x})?
A: (\Delta) (delta) denotes “change in.” It reinforces that slope measures how much (y) changes for a given change in (x) Turns out it matters..
Q5. Is there a shortcut for finding the slope of a line that passes through the origin?
A: Yes—simply divide the y‑coordinate by the x‑coordinate of the other point: (m = \frac{y}{x}).
Conclusion: Turning the Answer Key Into Mastery
The Lesson 8 slope homework answer key does more than give you the final numbers; it reveals the logical flow behind each calculation. By following the step‑by‑step explanations, checking the “what to check” reminders, and internalizing the common‑mistake table, you’ll develop a deeper intuition for how slope behaves in different contexts.
Practice the following routine after each problem:
- Write down the known values (coordinates, equation, given slope).
- Select the appropriate formula (slope, point‑slope, or conversion).
- Simplify carefully, watching for sign flips and zero denominators.
- Interpret the result—does it make sense visually (positive = rising, negative = falling, zero = flat, undefined = vertical)?
Repeating this cycle transforms a simple homework set into a lasting skill set, preparing you for more advanced topics like linear functions, rates of change in calculus, and data modeling in statistics. Keep the answer key handy as a reference, but let the reasoning become your own. With practice, slope will feel as natural as counting, and you’ll be ready to tackle any line that appears on a graph—whether in class, on a test, or in the real world.