Chapter 7: Problem 27
Write an equation in slope-intercept form for the line passing through each pair of points. $$(4,2) \text { and }(-8,-16)$$
Short Answer
Expert verified
The equation is \( y = \frac{3}{2}x - 4 \).
Step by step solution
01
Find the slope of the line
First, use the formula for the slope \( m \) of a line passing through two points \((x_1, y_1)\) and \((x_2, y_2)\). The formula is \[ m = \frac{y_2 - y_1}{x_2 - x_1} \]. Using the points \((4, 2)\) and \((-8, -16)\), substitute to get \[ m = \frac{-16 - 2}{-8 - 4} = \frac{-18}{-12} = \frac{3}{2} \]. Thus, the slope of the line is \( \frac{3}{2} \).
02
Use the slope and a point to write the equation
Now that we have the slope \( m = \frac{3}{2} \), use the point-slope formula \( y - y_1 = m(x - x_1) \) with one of the points. Using point \((4, 2)\), the equation becomes \( y - 2 = \frac{3}{2}(x - 4) \).
03
Simplify to slope-intercept form
The slope-intercept form of a line is \( y = mx + b \). Start by expanding the equation: \( y - 2 = \frac{3}{2}x - 6 \). Then add 2 to both sides to solve for \( y \): \( y = \frac{3}{2}x - 4 \). This is the slope-intercept form of the equation.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Slope Calculation
The first step in writing an equation for a line is to calculate the slope. The slope tells us how steep the line is and the direction it goes. We represent it with the letter \( m \). When you have two points, like \((4, 2)\) and \((-8, -16)\), you can use the slope formula: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \] It's important to correctly choose which point is \((x_1, y_1)\) and which is \((x_2, y_2)\)—although the result will be the same regardless of the order, consistent labeling helps avoid mistakes. For the given points, this becomes: \[ m = \frac{-16 - 2}{-8 - 4} = \frac{-18}{-12} = \frac{3}{2} \]
- Change in y (rise) is \(-16 - 2 = -18\)
- Change in x (run) is \(-8 - 4 = -12\)
Point-Slope Form
When you have the slope of a line and a point, it's easy to write the equation in point-slope form. The point-slope form of an equation is \[ y - y_1 = m(x - x_1) \] This formula is handy because you can plug in the slope \( m \) and any point \((x_1, y_1)\) on the line. Let's take the slope \( \frac{3}{2} \) and the point \((4, 2)\). Plug them into the formula: \[ y - 2 = \frac{3}{2}(x - 4) \] This equation represents the line and is particularly useful if you want to find other points on the line or transform it to another form.
- Choose which point to use; both given points will work.
- The choice of point affects the specific numbers in the equation but not the line it represents.
Linear Equation
A linear equation in slope-intercept form is one of the most common ways to express a line. The slope-intercept form is \[ y = mx + b \] where \( m \) is the slope and \( b \) is the y-intercept, the point where the line crosses the y-axis. To convert from point-slope form to slope-intercept form: Start with the point-slope equation: \[ y - 2 = \frac{3}{2}(x - 4) \] Expand the equation: \[ y - 2 = \frac{3}{2}x - 6 \] Then solve for \( y \) by adding 2 to both sides, giving us: \[ y = \frac{3}{2}x - 4 \]
- \( y = mx + b \) form is straightforward and easy to interpret.
- \( b \) is where the line hits the y-axis, at y = -4 in this case.