Chapter 1: Problem 9
Find the equation of the line that passes through the two given points. Write the line in slope-intercept form \((y=m x+c)\), if possible. $$(-9,1) \text { and }(3,-7)$$
Short Answer
Expert verified
The equation is \(y = -\frac{2}{3}x - 5\).
Step by step solution
01
Determine the Slope
To find the equation of a line that passes through two points \, (-9, 1) and (3, -7) , we must first calculate the slope \(m\) of the line. The slope \(m\) is given by the formula: \(m = \frac{y_2 - y_1}{x_2 - x_1}\). Substitute the given points into the formula: \(m = \frac{-7 - 1}{3 - (-9)} = \frac{-8}{3 + 9} = \frac{-8}{12}\). Simplifying this gives us the slope: \(m = -\frac{2}{3}\).
02
Use the Point-Slope Form
With the slope \(m = -\frac{2}{3}\), use one of the given points to write the equation of the line in point-slope form: \(y - y_1 = m(x - x_1)\). Let's use point (-9,1): Substitute \(m = -\frac{2}{3}\), \(x_1 = -9\), and \(y_1 = 1\), we get \(y - 1 = -\frac{2}{3}(x + 9)\).
03
Simplify to Slope-Intercept Form
Now, convert the point-slope form into the slope-intercept form \(y = mx + c\). From \(y - 1 = -\frac{2}{3}(x + 9)\), distribute \(-\frac{2}{3}\): \(y - 1 = -\frac{2}{3}x - 6\). Add 1 to both sides to solve for \(y\): \(y = -\frac{2}{3}x - 6 + 1\). This simplifies to \(y = -\frac{2}{3}x - 5\).
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.
Equation of a Line
The equation of a line is a fundamental concept in algebra that expresses the relationship between the coordinates on a Cartesian plane. It shows how the value of one variable depends on the value of another. The most popular form of the equation of a line is the slope-intercept form:
- Slope-Intercept Form: This form is written as \(y = mx + c\), where \(m\) is the slope and \(c\) is the y-intercept, which is the point where the line crosses the y-axis.
Slope Calculation
Calculating the slope \(m\) is the first step in finding the equation of a line that passes through two given points. The slope measures the steepness and the direction of a line. Mathematically, it’s the "rise over run," or the vertical change over horizontal change. The formula for slope is:
- \( m = \frac{y_2 - y_1}{x_2 - x_1}\)
- \( m = \frac{-7 - 1}{3 - (-9)} = \frac{-8}{12} = -\frac{2}{3}\).
Point-Slope Form
The point-slope form is a convenient way to write the equation of a line when you know the slope and one point on the line. It is written as:
- \( y - y_1 = m(x - x_1) \)
- \( y - 1 = -\frac{2}{3}(x + 9) \)
Simplifying Algebraic Expressions
Simplifying algebraic expressions is a necessary skill in converting equations between forms. It involves performing operations such as distributing terms, combining like terms, and isolating variables.
- Distributive Property: When you see an expression like \( a(b + c) \), you should multiply \(a\) by each term inside the parentheses.
- Combining Like Terms: Terms that have identical variables and powers can be combined. For instance, in the equation \(y - 1 = -\frac{2}{3}x - 6\), simplifying to solve for \(y\) requires combining constants.
- Distribute: \( y - 1 = -\frac{2}{3}x - 6 \)
- Add 1 to both sides: \( y = -\frac{2}{3}x - 5 \)