Skip to main content
Logo image

Section 3.6 Point-Slope Form

In SectionĀ 5, we learned that a linear equation can be written in slope-intercept form, \(y=mx+b\text{.}\) This section covers an alternative that is often more useful depending on the application: point-slope form.
Figure 3.6.1. Alternative Video Lesson

Subsection 3.6.1 Point-Slope Motivation and Definition

Starting in 1990, the population of the United States has been growing by about \(2.865\) million people per year. Also, back in 1990, the population was \(253\) million. Since the rate of growth has been roughly constant, a linear model is appropriate. Letā€™s try to write an equation to model this.
We consider using slope-intercept form, but we would need to know the \(y\)-intercept, and nothing in the background tells us that. Weā€™d need to know the population of the United States in the year 0, before there even was a United States.
We could do some side work to calculate the \(y\)-intercept, but letā€™s try something else. Here are some things we know:
  1. The slope equation is \(m=\frac{y_2-y_1}{x_2-x_1}\text{.}\)
  2. The slope is \(m=2.865\,\frac{\text{million people}}{\text{year}}\text{,}\) or \(m=\frac{2.865\,\text{million people}}{1\,\text{year}}\text{.}\)
  3. One point on the line is \((1990,253)\text{,}\) because in 1990, the population was 253 million.
If we use the generic \((x,y)\) to represent a point somewhere on this line, then the rate of change between \((1990,253)\) and \((x,y)\) has to be \(2.865\text{.}\) So
\begin{equation*} \frac{y-253}{x-1990}=2.865\text{.} \end{equation*}
There is good reasonā€‰1ā€‰ to want to isolate \(y\) in this equation:
\begin{align*} \frac{y-253}{x-1990}\amp=2.865\\ \frac{y-253}{x-1990}\multiplyright{(x-1990)}\amp=2.865\multiplyright{(x-1990)}\\ y-253\amp=2.865(x-1990)\amp\amp\text{(could distribute, but not going to)}\\ y\amp=2.865(x-1990)\addright{253} \end{align*}
This is a good place to stop. We have isolated \(y\text{,}\) and three meaningful numbers appear in the equation: the rate of growth, a certain year, and the population in that year. This is a specific example of point-slope form. Before we look deeper at point-slope form, letā€™s continue reducing the line equation into slope-intercept form by distributing and combining like terms.
\begin{align*} y\amp=2.865(x-1990)+253\\ y\amp=2.865x - 5701.35 + 253\amp\amp\text{(distributed the }2.865\text{)}\\ y\amp=2.865x - 5448.35\amp\amp\text{combined like terms} \end{align*}
One concern with slope-intercept form is that it uses the \(y\)-intercept, which might be somewhat meaningless in the context of an application. For example, here we have found that the \(y\)-intercept is at \((0,-5448.35)\text{,}\) but what practical use is that? Itā€™s nonsense to say that in the year 0, the population of the United States was \(-5448.35\) million. It doesnā€™t make sense to have a negative population. It doesnā€™t make sense to talk about the United States population before there even was a United States. And it doesnā€™t make sense to use this model for years earlier than 1990 because the background information says clearly that the rate of change we have applies to years 1990 and later.
For all these reasons, we prefer the equation when it was in the form
\begin{equation*} y=2.865(x-1990)+253 \end{equation*}

Definition 3.6.2. Point-Slope Form.

When \(x\) and \(y\) have a linear relationship where \(m\) is the slope and \((x_0,y_0)\) is some specific point that the line passes through, one equation for this relationship is
\begin{equation} y=m\left(x-x_0\right)+y_0\tag{3.6.1} \end{equation}
and this equation is called the point-slope form of the line. It is called this because the slope and one point on the line are immediately discernible from the numbers in the equation.
Figure 3.6.3.
There is a subtraction sign and an addition sign in point-slope form, and you may have trouble remembering which is which. But remember that that the line is supposed to pass through \((x_0,y_0)\text{.}\) So substituting \(x_0\) in for \(x\) should leave \(y\) equal to \(y_0\text{.}\) And it does. For example, consider our example equation \(y=2.865(x-1990)+253\text{.}\) Here, \(x_0\) is \(1990\) and \(y_0\) is \(253\text{.}\) And:
\begin{align*} y\amp=2.865(x-1990)+253\amp\amp\text{substitute }1990\text{ for }x\ldots\\ y\amp=2.865(\substitute{1990}-1990)+253\\ y\amp=2.865(0)+253\\ y\amp=253\amp\amp\ldots\text{and }y\text{ works out to be }253 \end{align*}
The subtraction is exactly where it needs to be to wipe out \(m(x-x_0)\) and leave you with \(y_0\text{.}\) More generally:
\begin{equation*} \underset{\overset{\downarrow}{y_0}}{\strut y \strut}=m(\overset{\overset{x_0}{\downarrow}}{\strut x \strut}-x_0)+y_0 \end{equation*}

Remark 3.6.4. Alternative Point-Slope Form.

It is also common to define point-slope form as
\begin{equation} y-y_0=m\left(x-x_0\right)\tag{3.6.2} \end{equation}
by subtracting \(y_0\) from each side. If you learn about point-slope form from some other resource, you may come across this. We feel that the \(y=m\left(x-x_0\right)+y_0\) form will be more helpful with college algebra, statistics, and calculus.

Checkpoint 3.6.5.

Consider the line in this graph:
  1. Identify a point visible on this line that has integer coordinates, and write it as an ordered pair.
  2. What is the slope of the line?
  3. Use point-slope form to write an equation for this line, making use of a point with integer coordinates.
Explanation.
  1. The visible points with integer coordinates are \((2,-1)\text{,}\) \((3,2)\text{,}\) \((4,5)\text{,}\) and \((5,8)\text{.}\)
  2. Several slope triangles are visible where the ā€œrunā€ is \(1\) and the ā€œriseā€ is \(3\text{.}\) So the slope is \(\frac{3}{1}=3\text{.}\)
  3. Using \((3,2)\text{,}\) the point-slope equation is \(y=3(x-3)+2\text{.}\) (You could use other points, like \((2,-1)\text{,}\) and get a different-looking equation like \(y=3(x-2)+(-1)\) which simplifies to \(y=3(x-2)-1\text{.}\))
In CheckpointĀ 5, the solution explains that each of the following are acceptable equations for the same line:
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1 \end{align*}
The first uses \((3,2)\) as a point on the line, and the second uses \((2,-1)\text{.}\) Are those two equations really equivalent? Letā€™s distribute and simplify each of them to get slope-intercept form.
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1\\ y\amp=3x-9+2\amp y\amp=3x-6-1\\ y\amp=3x-7\amp y\amp=3x-7 \end{align*}
So, yes. It didnā€™t matter which point we used to write a point-slope equation. We get different-looking equations that still represent the same line.
Point-slope form is preferable when we know a lineā€™s slope and a point on it, but we donā€™t know the \(y\)-intercept. We recognie that distributing the slope and combining like terms can always be used to find the lineā€™s slope-intercept form.

Example 3.6.6.

A spa chain has been losing customers at a roughly constant rate since the year 2010. In 2013, it had \(2975\) customers; in 2016, it had \(2585\) customers. Management estimated that the company will go out of business once its customer base decreases to \(1800\text{.}\) If this trend continues, when will the company close?
The given information tells us two points on the line: \((2013,2975)\) and \((2016,2585)\text{.}\) The slope formula will give us the slope. After labeling those two points as \((\overset{x_1}{2013},\overset{y_1}{2975})\) and \((\overset{x_2}{2016},\overset{y_2}{2585})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{2585-2975}{2016-2013}\\ \amp=\frac{-390}{3}\\ \amp=-130 \end{align*}
And considering units, this means they are losing \(130\) customers per year.
Letā€™s note that we could try to make an equation for this line in slope-intercept form, but then we would need to calculate the \(y\)-intercept, which in context would correspond to the number of customers in year \(0\text{.}\) We could do it, but weā€™d be working with numbers that have no real-world meaning in this context.
For point-slope form, since we calculated the slope, we know at least this much:
\begin{equation*} y=-130(x-x_0)+y_0\text{.} \end{equation*}
Now we can pick one of those two given points, say \((2013,2975)\text{,}\) and get the equation
\begin{equation*} y=-130(x-2013)+2975\text{.} \end{equation*}
Note that all three numbers in this equation have meaning in the context of the spa chain. The \(-130\) tells us how many customers are leaving per year, the \(2013\) represents a year, and the \(2975\) tells us the number of customers in that year.
Weā€™re ready to answer the question about when the chain might go out of business. We need to substitute the given value of \(1800\) into the appropriate place in our equation. In order to substitute correctly, we must clearly understand what the variable \(y\) represents including its units, and what the variable \(x\) represents including its units. Write down those definitions first in any question you attempt to answer. It will save you time in the long run, and avoid frustration. Knowing the variable \(y\) represents the number of customers in a given year allows one to understand that \(y\) must be replaced with \(1800\) customers. Knowing the variable \(x\) represents a year allows one to understand that \(x\) will not be substituted, because we are trying to solve for what year something happens.
After substituting \(y\) in the equation with \(1800\text{,}\) we will solve for \(x\text{,}\) and find the answer we seek.
\begin{align*} y\amp=-130(x-2013)+2975\\ \substitute{1800}\amp=-130(x-2013)+2975\\ 1800\subtractright{2975}\amp=-130(x-2013)\\ -1175\amp=-130(x-2013)\\ \divideunder{-1175}{-130}\amp=\divideunder{-130(x-2013)}{-130}\\ 9.038\amp\approx x-2013\\ 9.038\addright{2013}\amp\approx x\\ 2022\amp\approx x \end{align*}
We find that at this rate the company is headed toward a collapse in 2022.
Figure 3.6.7. \(y=-130(x-2013)+2975\)
FigureĀ 7 illustrates one line representing the spaā€™s customer base, and another line representing the customer level that would cause the business to close. To make a graph of \(y=-130(x-2013)+2975\text{,}\) we first marked the point \((2013,2975)\) and from there used the slope of \(-130\text{.}\)

Checkpoint 3.6.8.

If we go state by state and compare the Republican presidential candidateā€™s 2012 vote share (\(x\)) to the Republican presidential candidateā€™s 2016 vote share (\(y\)), we get the following graph (called a ā€œscatterplotā€, used in statistics) where a trendline has been superimposed.
Find a point-slope equation for this line. (Note that a slope-intercept equation would use the \(y\)-intercept coordinate \(b\text{,}\) and that would not be meaningful in context, since no state had anywhere near zero percent Republican vote.)
Explanation.
We need to calculate slope first. And for that, we need to identify two points on the line. conveniently, the line appears to pass right through \((50,50)\text{.}\) We have to take a second point somewhere, and \((75,72)\) seems like a reasonable roughly accurate choice. The slope equation gives us that
\begin{equation*} m=\frac{72-50}{75-50}=\frac{22}{25}=0.88 \text{.} \end{equation*}
Using \((50,50)\) as the point, the point-slope equation would then be
\begin{equation*} y=0.88(x-50)+50 \text{.} \end{equation*}

Subsection 3.6.2 Using Two Points to Build a Linear Equation

Since two points can determine a lineā€™s location, we can calculate a lineā€™s equation using just the coordinates from any two points it passes through.

Example 3.6.9.

A line passes through \((-6,0)\) and \((9,-10)\text{.}\) Find this lineā€™s equation in both point-slope and slope-intercept form.
Explanation.
We will use the slope formula to find the slope first. After labeling those two points as \((\overset{x_1}{-6},\overset{y_1}{0}) \text{ and } (\overset{x_2}{9},\overset{y_2}{-10})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\phantom{y_2}-\phantom{y_1}}{\phantom{x_2}-\phantom{x_1}}\amp\amp\text{(reserving place holders)}\\ \amp=\frac{\phantom{y_2}-0}{\phantom{x_2}-(-6)}\amp\amp\text{(fill in first point, vertically)}\\ \amp=\frac{-10-0}{9-(-6)}\amp\amp\text{(fill in second point, vertically)}\\ \amp=\frac{-10}{15}\\ \amp=-\frac{2}{3} \end{align*}
The point-slope equation is \(y=-\frac{2}{3}(x-x_0)+y_0\text{.}\) Next, we will use \((9,-10)\) and substitute \(x_0\) with \(9\) and \(y_0\) with \(-10\text{,}\) and we have:
\begin{align*} y\amp=-\frac{2}{3}(x-x_0)+y_0\\ y\amp=-\frac{2}{3}(x-9)+(-10)\\ y\amp=-\frac{2}{3}(x-9)-10 \end{align*}
Next, we will change the point-slope equation into slope-intercept form:
\begin{align*} y\amp=-\frac{2}{3}(x-9)-10\\ y\amp=-\frac{2}{3}x+6-10\\ y\amp=-\frac{2}{3}x-4 \end{align*}

Checkpoint 3.6.10.

A line passes through \((37,40)\) and \((-11,-60)\text{.}\) Find equations for this line using both point-slope and slope-intercept form.
An equation for this line in point-slope form is .
An equation for this line in slope-intercept form is
Explanation.
First, use the slope formula to find the slope of this line:
\begin{equation*} \begin{aligned} m=\frac{y_2-y_1}{x_2-x_1}\amp=\frac{-60-40}{-11-37}\\ \amp=\frac{-100}{-48}\\ \amp=\frac{25}{12}\text{.} \end{aligned} \end{equation*}
The generic point-slope equation is \(y=m(x-x_0)+y_0\text{.}\) We have found the slope, \(m\text{,}\) and we may use \((37,40)\) for \((x_0,y_0)\text{.}\) So an equation in point-slope form is \({y = \frac{25}{12}\mathopen{}\left(x-37\right)+40}\text{.}\)
To find a slope-intercept form equation, we can take the generic \(y=mx+b\) and substitute in the value of \(m\) we found. Also, we know that \((x,y)=(-11,-60)\) should make the equation true. So we have
\begin{equation*} \begin{aligned} y\amp=mx+b\\ -60\amp=\frac{25}{12}(-11)+b\amp\amp\text{(now we may solve for }b\text{)}\\ -60\multiplyright{12}\amp=\left(\frac{25}{12}(-11)+b\right)\multiplyright{12}\amp\amp\text{(clear the denominator)}\\ -720\amp=25(-11)+12b\amp\amp\text{(distribute and multiply)}\\ -720\amp=-275+12b\\ -720\addright{275}\amp=264+12b\addright{275}\\ -445\amp=12b\\ \divideunder{-445}{12}\amp=\divideunder{12b}{12}\\ b\amp=-\frac{445}{12}\text{.} \end{aligned} \end{equation*}
So the slope-intercept equation is \({y = \frac{25}{12}x-\frac{445}{12}}\text{.}\) Note that the slope-intercept equation has an unfriendly fraction, and the fact that this can happen is another reason to use the point-slope form whenever it is reasonable to do so.

Subsection 3.6.3 More on Point-Slope Form

We can tell a lot about a linear equation now that we have learned both slope-intercept form and point-slope form. For example, we can know that \(y=4x+2\) is in slope-intercept form because it looks like \(y=mx+b\text{.}\) It will graph as a line with slope \(4\) and vertical intercept \((0,2)\text{.}\) Likewise, we know that the equation \(y=-5(x-3)+2\) is in point-slope form because it looks like \(y=m(x-x_0)+y_0\text{.}\) It will graph as a line that has slope \(-5\) and will pass through the point \((3,2)\text{.}\)

Example 3.6.11.

For the equations below, state whether they are in slope-intercept form or point-slope form. Then identify the slope of the line and at least one point that the line will pass through.
  1. \(\displaystyle y=-3x+2\)
  2. \(\displaystyle y=9(x+1)-6\)
  3. \(\displaystyle y=5-x\)
  4. \(\displaystyle y=-\frac{12}{5}(x-9)+1\)
Explanation.
  1. The equation \(y=-3x+2\) is in slope-intercept form. The slope is \(-3\) and the vertical intercept is \((0,2)\text{.}\)
  2. The equation \(y=9(x+1)-6\) is in point-slope form. The slope is \(9\) and the line passes through the point \((-1,-6)\text{.}\)
  3. The equation \(y=5-x\) is almost in slope-intercept form. If we rearrange the right hand side to be \(y=-x+5\text{,}\) we can see that the slope is \(-1\) and the vertical intercept is \((0,5)\text{.}\)
  4. The equation \(y=-\frac{12}{5}(x-9)+1\) is in point-slope form. The slope is \(-\frac{12}{5}\) and the line passes through the point \((9,1)\text{.}\)

Example 3.6.12.

Consider the graph in FigureĀ 13.
  1. Using the point-slope form of a line, find three different linear equations for the line shown in the graph. Three integer-valued points are shown for convenience.
  2. Determine the slope-intercept form of the equation of this line.
Figure 3.6.13.
Explanation.
  1. To write any of the equations representing this line in point-slope form, we must first find the slope of the line and we can use the slope formula to do so. We will arbitrarily choose \((0,30)\) and \((-5,42)\) as the two points. Inputting these points into the slope formula yields:
    \begin{align*} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{42}-\substitute{30}}{\substitute{-5}-\substitute{0}}\\ \amp=\frac{12}{-5}\\ \amp=-\frac{12}{5} \end{align*}
    Thus the slope of the line is \(-\frac{12}{5}\text{.}\)
    Next, we need to write an equation in point-slope form based on each point shown. Using the point \((0,30)\text{,}\) we have:
    \begin{equation*} y=-\frac{12}{5}(x-0)+30 \end{equation*}
    (This simplifies to \(y=-\frac{12}{5}x+30\text{.}\))
    The next point is \((20,-18)\text{.}\) Using this point, we can write an equation for this line as:
    \begin{equation*} y=-\frac{12}{5}(x-20)-18 \end{equation*}
    Finally, we can also use the point \((-5,42)\) to write an equation for this line:
    \begin{equation*} y=-\frac{12}{5}(x-(-5))+42 \end{equation*}
    which can also be written as:
    \begin{equation*} y=-\frac{12}{5}(x+5)+42 \end{equation*}
  2. As \((0,30)\) is the vertical intercept, we can write the equation of this line in slope-intercept form as \(y=-\frac{12}{5}x+30\text{.}\) Itā€™s important to note that each of the equations that were written in point-slope form simplify to this, making all four equations equivalent.

Reading Questions 3.6.4 Reading Questions

1.

Explain why there are some situations where point-slope form is preferable to slope-intercept form.

2.

There are basically two steps to convert a point-slope form line equation into a slope-intercept form line equation. What are they?

3.

If a line has equation \(y=2(x+5)+6\text{,}\) we can see that the line passes through a certain point. To find the \(x\)-coordinate of that point, you might look at the \(5\) and have memorized that you should negate that. Instead, you could train yourself to look at the \(x\) and realize the important number is \(-5\) because that is what it takes to .

Exercises 3.6.5 Exercises

Review and Warmup

Exercise Group.
1.
Evaluate \({-8A+10b}\) for \(A = -1\) and \(b = 4\text{.}\)
2.
Evaluate \({9B-C}\) for \(B = 8\) and \(C = -2\text{.}\)
3.
Evaluate
\begin{equation*} \displaystyle\frac{y_2 - y_1}{x_2 - x_1} \end{equation*}
for \(x_1 = 16\text{,}\) \(x_2 = 3\text{,}\) \(y_1 = -9\text{,}\) and \(y_2 = -15\text{:}\)
Answer:
4.
Evaluate
\begin{equation*} \displaystyle\frac{y_2 - y_1}{x_2 - x_1} \end{equation*}
for \(x_1 = 20\text{,}\) \(x_2 = -12\text{,}\) \(y_1 = 8\text{,}\) and \(y_2 = 14\text{:}\)
Answer:

Skills Practice

Point-Slope Form.
5.
A lineā€™s equation is given in point-slope form:
\({y}={5\mathopen{}\left(x-5\right)+28}\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
6.
A lineā€™s equation is given in point-slope form:
\({y}={2\mathopen{}\left(x-1\right)+5}\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
7.
A lineā€™s equation is given in point-slope form:
\({y}={-2\mathopen{}\left(x+2\right)+5}\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
8.
A lineā€™s equation is given in point-slope form:
\({y}={-3\mathopen{}\left(x+4\right)+7}\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
9.
A lineā€™s equation is given in point-slope form:
\(\displaystyle{ {y}={\left(-\frac{5}{8}\right)\mathopen{}\left(x+24\right)+18} }\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
10.
A lineā€™s equation is given in point-slope form:
\(\displaystyle{ {y}={\frac{6}{7}\mathopen{}\left(x+14\right) - 10} }\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
11.
A lineā€™s equation is given in point-slope form:
\(\displaystyle{ {y}={\frac{7}{8}\mathopen{}\left(x-24\right)+26} }\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
12.
A lineā€™s equation is given in point-slope form:
\(\displaystyle{ {y}={\left(-\frac{8}{5}\right)\mathopen{}\left(x-15\right) - 23} }\)
This lineā€™s slope is .
A point on this line that is apparent from the given equation is .
13.
A line passes through the points \((3,16)\) and \((2,11)\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((3,16)\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((2,11)\text{,}\) this lineā€™s point-slope form equation is .
14.
A line passes through the points \((5,18)\) and \((1,10)\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((5,18)\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((1,10)\text{,}\) this lineā€™s point-slope form equation is .
15.
A line passes through the points \((-2,8)\) and \((3,-2)\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((-2,8)\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((3,-2)\text{,}\) this lineā€™s point-slope form equation is .
16.
A line passes through the points \((2,-5)\) and \((0,1)\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((2,-5)\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((0,1)\text{,}\) this lineā€™s point-slope form equation is .
17.
A line passes through the points \((-14,{-16})\) and \((7,{-4})\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((-14,{-16})\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((7,{-4})\text{,}\) this lineā€™s point-slope form equation is .
18.
A line passes through the points \((12,{16})\) and \((4,{6})\text{.}\) Find this lineā€™s equation in point-slope form.
Using the point \((12,{16})\text{,}\) this lineā€™s point-slope form equation is .
Using the point \((4,{6})\text{,}\) this lineā€™s point-slope form equation is .
19.
A lineā€™s slope is \(4\text{.}\) The line passes through the point \((5,25)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
20.
A lineā€™s slope is \(5\text{.}\) The line passes through the point \((2,14)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
21.
A lineā€™s slope is \(-2\text{.}\) The line passes through the point \((3,-8)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
22.
A lineā€™s slope is \(-2\text{.}\) The line passes through the point \((-3,11)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
23.
A lineā€™s slope is \(1\text{.}\) The line passes through the point \((1,-3)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
24.
A lineā€™s slope is \(1\text{.}\) The line passes through the point \((-3,-6)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
25.
A lineā€™s slope is \(-1\text{.}\) The line passes through the point \((5,-7)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
26.
A lineā€™s slope is \(-1\text{.}\) The line passes through the point \((1,-2)\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
27.
A lineā€™s slope is \({{\frac{5}{3}}}\text{.}\) The line passes through the point \((-9,{-17})\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
28.
A lineā€™s slope is \({{\frac{6}{7}}}\text{.}\) The line passes through the point \((-7,{-9})\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
29.
A lineā€™s slope is \({-{\frac{7}{6}}}\text{.}\) The line passes through the point \((18,{-25})\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
30.
A lineā€™s slope is \({-{\frac{8}{3}}}\text{.}\) The line passes through the point \((3,{-6})\text{.}\) Find an equation for this line in both point-slope and slope-intercept form.
An equation for this line in point-slope form is: .
An equation for this line in slope-intercept form is: .
Point-Slope and Slope-Intercept.
31.
Change this equation from point-slope form to slope-intercept form.
\({y}={5\mathopen{}\left(x-5\right)+29}\)
In slope-intercept form:
32.
Change this equation from point-slope form to slope-intercept form.
\({y}={2\mathopen{}\left(x+4\right)-9}\)
In slope-intercept form:
33.
Change this equation from point-slope form to slope-intercept form.
\({y}={-5\mathopen{}\left(x-3\right)-19}\)
In slope-intercept form:
34.
Change this equation from point-slope form to slope-intercept form.
\({y}={-4\mathopen{}\left(x+3\right)+15}\)
In slope-intercept form:
35.
Change this equation from point-slope form to slope-intercept form.
\(\displaystyle{ {y}={{\frac{4}{5}}\mathopen{}\left(x+10\right)-7} }\)
In slope-intercept form:
36.
Change this equation from point-slope form to slope-intercept form.
\(\displaystyle{ {y}={{\frac{5}{2}}\mathopen{}\left(x-6\right)+10} }\)
In slope-intercept form:
37.
Change this equation from point-slope form to slope-intercept form.
\(\displaystyle{ {y}={-{\frac{6}{7}}\mathopen{}\left(x+7\right)+8} }\)
In slope-intercept form:
38.
Change this equation from point-slope form to slope-intercept form.
\(\displaystyle{ {y}={-{\frac{7}{5}}\mathopen{}\left(x+5\right)+11} }\)
In slope-intercept form:
Point-Slope Form and Graphs.
39.
Determine the point-slope form of the linear equation from its graph.
40.
Determine the point-slope form of the linear equation from its graph.
41.
Determine the point-slope form of the linear equation from its graph.
42.
Determine the point-slope form of the linear equation from its graph.
43.
Determine the point-slope form of the linear equation from its graph.
44.
Determine the point-slope form of the linear equation from its graph.
45.
Determine the point-slope form of the linear equation from its graph.
46.
Determine the point-slope form of the linear equation from its graph.
47.
Determine the point-slope form of the linear equation from its graph.
48.
Determine the point-slope form of the linear equation from its graph.
49.
Determine the point-slope form of the linear equation from its graph.
50.
Determine the point-slope form of the linear equation from its graph.
Make Graphs.
Graph the linear equation by identifying the slope and one point on this line.
51.
\(y=-\frac{8}{3}(x-4)-5\)
52.
\(y=\frac{5}{7}(x+3)+2\)
53.
\(y=\frac{3}{4}(x+2)+1\)
54.
\(y=-\frac{5}{2}(x-1)-5\)
55.
\(y=-3(x-9)+4\)
56.
\(y=7(x+3)-10\)
57.
\(y=8(x+12)-20\)
58.
\(y=-5(x-20)-70\)

Applications

59.
By your cell phone contract, you pay a monthly fee plus \({\$0.04}\) for each minute you spend on the phone. In one month, you spent \(230\) minutes over the phone, and had a bill totaling \({\$27.20}\text{.}\)
Let \(x\) be the number of minutes you spend on the phone in a month, and let \(y\) be your total cell phone bill for that month, in dollars. Use a linear equation to model your monthly bill based on the number of minutes you spend on the phone.
  1. A point-slope equation to model this is .
  2. If you spend \(130\) minutes on the phone in a month, you would be billed .
  3. If your bill was \({\$38.00}\) one month, you must have spent minutes on the phone in that month.
60.
A company set aside a certain amount of money in the year 2000. The company spent exactly \({\$29{,}000}\) from that fund each year on perks for its employees. In \(2004\text{,}\) there was still \({\$695{,}000}\) left in the fund.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2009\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
61.
A biologist has been observing a treeā€™s height. This type of tree typically grows by \(0.18\) feet each month. Ten months into the observation, the tree was \(14.2\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the treeā€™s height at that time, in feet. Use a linear equation to model the treeā€™s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(26\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(23.2\) feet tall.
62.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way. Each minute, they lose \(8.5\) grams. Eight minutes since the experiment started, the remaining gas had a mass of \(314.5\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(31\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
63.
A company set aside a certain amount of money in the year 2000. The company spent exactly the same amount from that fund each year on perks for its employees. In \(2004\text{,}\) there was still \({\$638{,}000}\) left in the fund. In \(2007\text{,}\) there was \({\$521{,}000}\) left.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2009\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
64.
By your cell phone contract, you pay a monthly fee plus some money for each minute you use the phone during the month. In one month, you spent \(240\) minutes on the phone, and paid \({\$25.20}\text{.}\) In another month, you spent \(350\) minutes on the phone, and paid \({\$31.25}\text{.}\)
Let \(x\) be the number of minutes you talk over the phone in a month, and let \(y\) be your cell phone bill, in dollars, for that month. Use a linear equation to model your monthly bill based on the number of minutes you talk over the phone.
  1. A point-slope equation to model this is .
  2. If you spent \(120\) minutes over the phone in a month, you would pay .
  3. If in a month, you paid \({\$36.75}\) of cell phone bill, you must have spent minutes on the phone in that month.
65.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way.
Nine minutes since the experiment started, the gas had a mass of \(324\) grams.
Twelve minutes since the experiment started, the gas had a mass of \(299.7\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(31\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
66.
A biologist has been observing a treeā€™s height. \(11\) months into the observation, the tree was \(17.8\) feet tall. \(20\) months into the observation, the tree was \(20.5\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the treeā€™s height at that time, in feet. Use a linear equation to model the treeā€™s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(25\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(31\) feet tall.
You have attempted of activities on this page.