Chapter 3: Problem 65
Write the slope-intercept equation for the line containing the given pair of points. $$ (-2,-4) \text { and }(2,-1) $$
Short Answer
Expert verified
The slope-intercept equation is \( y = \frac{3}{4}x - \frac{5}{2} \).
Step by step solution
01
- Calculate the slope
To find the slope \(m\) of the line passing through the points \((-2, -4)\) and \((2, -1)\), use the slope formula: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \]Substitute the coordinates: \[ m = \frac{-1 - (-4)}{2 - (-2)} = \frac{-1 + 4}{2 + 2} = \frac{3}{4} \]So, the slope \(m\) is \(\frac{3}{4}\).
02
- Use the slope-intercept form
The slope-intercept form of a line is given by \( y = mx + b \), where \(m\) is the slope and \(b\) is the y-intercept. We already have \(m = \frac{3}{4}\). Now, substitute one point into the equation to solve for \(b\). Let's use the point \((2, -1)\).
03
- Substitute the point into the equation
Substitute \(m = \frac{3}{4}\), \(x = 2\), and \(y = -1\) into the equation \( y = mx + b \): \[ -1 = \frac{3}{4}(2) + b \]Solve for \(b\): \[ -1 = \frac{3}{2} + b \]\[ b = -1 - \frac{3}{2} \]\[ b = -\frac{5}{2} \]
04
- Write the final equation
Now that the slope \(m\) and y-intercept \(b\) are known, substitute them back into the slope-intercept form \( y = mx + b \): \[ y = \frac{3}{4}x - \frac{5}{2} \]This is the slope-intercept equation of the line that passes through the points \((-2, -4)\) and \((2, -1)\).
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
The slope of a line represents the steepness or incline of that line. Mathematically, it is a measure of how much the y-coordinate (vertical change) changes for a corresponding change in the x-coordinate (horizontal change). In simpler terms, it tells you how much you go up or down for every step you take to the right.
The slope equation is given by: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Here, \( (x_1, y_1) \) and \( (x_2, y_2) \) are two distinct points on the line. Using these points, you can calculate the difference in the two y-coordinates and the difference in the two x-coordinates.
Let's use an example to clarify this:
The slope equation is given by: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Here, \( (x_1, y_1) \) and \( (x_2, y_2) \) are two distinct points on the line. Using these points, you can calculate the difference in the two y-coordinates and the difference in the two x-coordinates.
Let's use an example to clarify this:
- Consider the points \((-2, -4) \) and \((2, -1)\).
- \( x_1 = -2\), \( y_1 = -4\), \( x_2 = 2\), and \( y_2 = -1\).
- Substitute these values into the slope formula: \[ m = \frac{-1 - (-4)}{2 - (-2)} \]
- This simplifies to \[ m = \frac{3}{4} \]
y-intercept
The y-intercept of a line is the point where the line crosses the y-axis. This happens when the x-coordinate is zero. In the slope-intercept form of a line equation, this is represented by the variable \( b \) in \( y = mx + b \).
To find the y-intercept, once you know the slope, you need just one point on the line. Let's take the point (2, -1) from our previous example. Here's how you do it:
To find the y-intercept, once you know the slope, you need just one point on the line. Let's take the point (2, -1) from our previous example. Here's how you do it:
- Start with the slope-intercept form: \( y = mx + b \).
- Substitute the slope (\( m = \frac{3}{4} \)) and the point values into the equation: \( -1 = \frac{3}{4} \cdot 2 + b \).
- Simplify and solve for \( b \): \[ -1 = \frac{3}{2} + b \] \[ b = -1 - \frac{3}{2} \] \[ b = -\frac{5}{2} \]
linear equation
A linear equation represents a straight line on a Cartesian plane. The most common form is the slope-intercept form given by: \[ y = mx + b \]
Here:
Here:
- \( y \) is the dependent variable.
- \( x \) is the independent variable.
- \( m \) is the slope of the line.
- \( b \) is the y-intercept.
- We already found the slope, \( m = \frac{3}{4} \)
- We determined the y-intercept, \( b = -\frac{5}{2} \)
- So the complete linear equation is: \[ y = \frac{3}{4} x - \frac{5}{2} \]