Chapter 2: Problem 20
Find an equation of the line that satisfies the given conditions. Through \((-2,4) ;\) slope \(-1\)
Short Answer
Expert verified
The equation of the line is \(y = -x + 2\).
Step by step solution
01
Understand the Problem
We need to find the equation of a line that passes through the point \((-2, 4)\) with a slope of \(-1\).
02
Use Point-Slope Form
The point-slope form of a linear equation is given by \(y - y_1 = m(x - x_1)\), where \(m\) is the slope and \((x_1, y_1)\) is a point on the line. Here, \(m = -1\), \(x_1 = -2\), and \(y_1 = 4\).
03
Substitute Values
Substitute the values into the point-slope form: \(y - 4 = -1(x + 2)\).
04
Simplify the Equation
Distribute the slope on the right side and then simplify: \(y - 4 = -x - 2\).
05
Solve for y
Add 4 to both sides to solve for \(y\): \(y = -x + 2\). This is the equation of the line in slope-intercept form.
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.
Point-Slope Form of a Linear Equation
The point-slope form is a handy tool when you know one point on a line and the slope. This form is expressed as \( y - y_1 = m(x - x_1) \). Here, \( m \) represents the slope, while \( (x_1, y_1) \) is a point on the line. This format allows you to write an equation easily because you plug in values directly without rearranging terms.
In our example, the problem gives us a slope of -1 and a point (-2, 4). Plug these values into the point-slope formula, replacing \( m \) with -1, \( x_1 \) with -2, and \( y_1 \) with 4. This results in the equation:
In our example, the problem gives us a slope of -1 and a point (-2, 4). Plug these values into the point-slope formula, replacing \( m \) with -1, \( x_1 \) with -2, and \( y_1 \) with 4. This results in the equation:
- \( y - 4 = -1(x + 2) \)
Slope-Intercept Form and Its Advantages
The slope-intercept form, expressed as \( y = mx + b \), is a popular and versatile way of writing equations. Here, \( m \) is the slope of the line, and \( b \) is the y-intercept. This form is straightforward to interpret: it tells us the line's steepness and where it crosses the y-axis.
From our exercise, after simplifying the point-slope equation, we arrive at \( y = -x + 2 \). In this arrangement:
From our exercise, after simplifying the point-slope equation, we arrive at \( y = -x + 2 \). In this arrangement:
- The slope \( m \) is -1, indicating the line decreases as you move along the x-axis.
- The intercept \( b \) is 2, meaning the line crosses the y-axis at \( y = 2 \).
Algebraic Manipulation to Transition Between Forms
Algebraic manipulation involves changing the equation from one form to another using arithmetic operations. This skill is central in moving from the point-slope form to the slope-intercept form, often making the equation more understandable.
Starting with \( y - 4 = -1(x + 2) \), distribute the -1 to both terms inside the parenthesis:
Starting with \( y - 4 = -1(x + 2) \), distribute the -1 to both terms inside the parenthesis:
- \( y - 4 = -x - 2 \)
- \( y = -x + 2 \)